|
|
Customers
Last Login: Wednesday, August 19, 2009
Posts: 9,
Visits: 71
|
The following is the message I receive when the report generation process aborts:Error at line 334 (individual.htm) generating 'ind08123.htm': Object doesn't support this property or method: 'e.school.Pictures' Microsoft VBScript runtime error 800A01B6 |
I know that it is associated with pictures that were added, but how do I trace where the problem is located? The pictures display with no problem in the program itself. Thanks. Buck
Buck Scio me nihil scire
Edited: Tuesday, June 6, 2006 by
GenoProSupport
|
|
|
Administrators Moderators Customers Gamma FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Sunday, October 13, 2024
Posts: 4,887,
Visits: 22,769
|
Buck (9/21/2005)
The following is the message I receive when the report generation process aborts: Error at line 334 (individual.htm) generating 'ind08123.htm': Object doesn't support this property or method: 'e.school.Pictures' Microsoft VBScript runtime error 800A01B6 |
I know that it is associated with pictures that were added, but how do I trace where the problem is located? The pictures display with no problem in the program itself. Thanks for your file sample. I am able to reproduce the problem on my machine. I am in the middle of a big task and cannot do it now, however I will do it next week.
|
|
|
Administrators Moderators Customers Gamma FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Sunday, October 13, 2024
Posts: 4,887,
Visits: 22,769
|
I discovered what the problem is. Your family data was imported from a .ged (Gedcom) file and there are two "conflicting tags".e.school.Pictures e.school._XREF |
This is obviously a bug in GenoPro, and I am working to fix it. Solution: If you really need this fixed, you can edit your .xml file using notepad and remove all references to the _XREF attribute. Save your .xml file and import it again using GenoPro. You will no longer get this error when generating a report.
|
|
|
Customers
Last Login: Wednesday, August 19, 2009
Posts: 9,
Visits: 71
|
Thanks for your response and for finding the bug. However, I might wait for a beta release in which this is fixed. I backed off to Version 2.b13h in order to generate reports (even though I prefer the newer version). However, if needs be, I could use the "XML solution" you proposed until the bug is permanently fixed.Thanks again for your help.
Buck Scio me nihil scire
|
|
|
Administrators Moderators Customers Gamma FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Sunday, October 13, 2024
Posts: 4,887,
Visits: 22,769
|
I finally fixed this bug. GenoPro has special code for importing places from a Gedcom file. The problem was the keyword School is also a place, however GenoPro was not handling the _XREF for that keyword. Beta 16b fixes the problem by handling _XREF for the School tag.If you have this error, use Notepad and edit the XML file to remove any custom tag having names with _XREF . Then, open the XML file with GenoPro and you will have your genealogy tree back, without those erronous tags. Here a typical example of what to remove: <Tags id="Education"> <TagData name="SCHOOL._XREF"> <displayname>SCHOOL._XREF</displayname> </TagData> <TagData name="_GEDCOM_ERROR.SCHOOL._XREF"> <displayname>_GEDCOM_ERROR.SCHOOL._XREF</displayname> </TagData> </Tags> |
Edited: Tuesday, June 6, 2006 by
GenoProSupport
|