|
|
Customers Translator GenoPro version: 3.1.0.1
Last Login: Yesterday @ 11:43 AM
Posts: 215,
Visits: 2,040
|
the script is part of the reports (Tools/report)
There are a lot of options, and yes, on some of them you need to select the individual that you want
|
|
|
FamilyTrees.GenoPro.com Customers GenoPro version: 3.1.0.1
Last Login: Sunday, June 15, 2025
Posts: 53,
Visits: 158
|
and where do you specify the individual for the report to start with Guy
|
|
|
FamilyTrees.GenoPro.com Customers GenoPro version: 3.1.0.1
Last Login: Sunday, June 15, 2025
Posts: 53,
Visits: 158
|
you mention a vb script where can we find the script, because in the zip there are only skins many thanks for all answer/ helpbest regards, Guy
|
|
|
Customers GenoPro version: 2.5.4.1
Last Login: Sunday, October 21, 2018
Posts: 18,
Visits: 205
|
The report is great, thanks. It might be worth adding that you have to restart GenoPro for it to appear in the reports. 
Nice job.
|
|
|
Customers FamilyTrees.GenoPro.com GenoPro version: 2.5.4.1
Last Login: Wednesday, June 2, 2021
Posts: 220,
Visits: 14,736
|
The tags look like this <Individual ID="ind00003" gpID="70D858D706F00548A7FB380CAF604AC2">. Maybe relic of collaboration project or import from myheritage.
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 6 hours ago
Posts: 3,439,
Visits: 26,628
|
I'm glad you have solved the problem but I am intrigued to know how the attribute 'gpID' appeared as I have never seen it before. Was it instead of the normal ID attribute?
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
Customers FamilyTrees.GenoPro.com GenoPro version: 2.5.4.1
Last Login: Wednesday, June 2, 2021
Posts: 220,
Visits: 14,736
|
I have it The problem was in XML - tag Individual - attribute gpID. When is the attribute away, all works fine.
|
|
|
Customers FamilyTrees.GenoPro.com GenoPro version: 2.5.4.1
Last Login: Wednesday, June 2, 2021
Posts: 220,
Visits: 14,736
|
The line is the same. I have another knowledge. It is not possible to generate the report for the most people of the GNO file. But there are some persons, where the Ancestors report works fine (ind01148, ind01256).
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 6 hours ago
Posts: 3,439,
Visits: 26,628
|
Hmmm, I'm struggling to understand what is going wrong here. Let us first check that we are talking about the same skin, Line 36 of Ancestors.htm should be Report.WriteFormattedLn "<font size='6'>{}</font>", Dic.FormatPhrase("HeadingAncestors", i.Name)
| Does your file have the same line?
Secondly, does the problem occur if you run the report against the HarryPotter sample .gno?
The error occurs when 'i' in 'i.Name' on line 36 does not reference a valid object, i.e. a GenoPro Individual. The skin determines the object in a rather unusual way, by taking the text Id of the selected object and then looking for a matching ID in the entire 'AllIndividuals' collection. Are you using any non-ascii characters in your ids that might cause the match to fail?
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
Customers FamilyTrees.GenoPro.com GenoPro version: 2.5.4.1
Last Login: Wednesday, June 2, 2021
Posts: 220,
Visits: 14,736
|
No success. The same error occurs
|