Adding Timelines to the Narrative Report
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 
GenoPro Support Forum
Home        Members    Who's On
Welcome Guest ( Login | Register )
        


««12

Adding Timelines to the Narrative Report Expand / Collapse
Author
Message
Post #17249 Posted 4/5/2007 4:57:50 AM


Grand Master

Grand MasterGrand MasterGrand MasterGrand MasterGrand MasterGrand MasterGrand MasterGrand Master This user is a contributor to FamilyTrees.GenoPro.com This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: Today @ 6:30:53 PM
GenoPro Version: 2.0.1.6
Posts: 1,151, Visits: 5,401
The only suggestion I can come up with at the moment is that you have a Custom Tag defined below a date tag e.g. Death.Date.MyTag.  This is a known limitation of the Report Generator and should be avoided. Death.DateMyTag is OK.


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Post #17250 Posted 4/5/2007 7:52:41 AM


Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie This user is a contributor to FamilyTrees.GenoPro.com 

Group: Customers
Last Login: Today @ 2:07:01 PM
GenoPro Version: FTPClient1
Posts: 7, Visits: 292
I deleted all custom tags but I still have the same problem:
...
[1.87] Processing template 'timeline.json'...
Error at line 981 (Code/Util.vbs) : Invalid procedure call or argument: '[string: "(null)"]'
Microsoft VBScript runtime error 800A0005

Post #17251 Posted 4/5/2007 10:15:10 AM


Forum Master

Forum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum Master This user is an important contributor to the translation of GenoPro This user is an important contributor to the GenoPro community This user is a contributor to FamilyTrees.GenoPro.com 

Group: Customers
Last Login: Today @ 7:55:16 AM
GenoPro Version: 2.0.1.6
Posts: 720, Visits: 6,070
There were no custom tags as mentioned by you, Ron.
Made a report from each 62 genomaps in this file to find the culprit. Two gave me problems. Removed those from the file and the report came out ok.
Tried to make a report from those 2 bad genomaps (new file), the message is now as follows:

[0.88] Processing template 'timeline.json'...
Error at line 933 (Code/Util.vbs) : Type mismatch: 'DateValue'
Microsoft VBScript runtime error 800A000D


Hope this will help.
Post #17259 Posted 4/5/2007 4:40:32 PM


Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer This user is a contributor to FamilyTrees.GenoPro.com This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: Today @ 11:23:05 AM
GenoPro Version: 2.0.1.4
Posts: 438, Visits: 3,414
I installed Firefox and tried my test report again and of course it worked ! So the problem seems to only trouble those using IE.6

This problem only seems to apply to the main timeline charts as the individual and family ones are fine.

Post #17269 Posted 4/7/2007 5:55:06 AM


Grand Master

Grand MasterGrand MasterGrand MasterGrand MasterGrand MasterGrand MasterGrand MasterGrand Master This user is a contributor to FamilyTrees.GenoPro.com This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: Today @ 6:30:53 PM
GenoPro Version: 2.0.1.6
Posts: 1,151, Visits: 5,401
maru-san (4/4/2007)
[16.34] Processing template 'timeline.htm'...
[16.48] Processing template 'timeline.json'...
Error at line 981 (Code/Util.vbs) : Invalid procedure call or argument: '[string: "(null)"]'
Microsoft VBScript runtime error 800A0005

This original problem seems to be a quirk in the Report Generator with the IsDead property in the line
     ElseIf Not oType.Parents(1).IsDead Then

I expect .IsDead to give a Boolean value of True or False but on this occasion it appears to return a null string. Changing the line to
     ElseIf Not oType.Parents(1).IsDead = True Then
seems to fix it because any String value is always 'false'.

I also have a fix for the IE6 issue but I am doing some tidying up before releasing another version. My thanks to all the patient testers who have helped in debugging this.

P.S. The error occurs when a family has only one parent defined and that parent is dead. An attempt to access the 'IsDead' property of the non-existent parent causes a null string to be returned.


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Post #17272 Posted 4/7/2007 10:15:06 AM


Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer This user is a contributor to FamilyTrees.GenoPro.com This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: Today @ 11:23:05 AM
GenoPro Version: 2.0.1.4
Posts: 438, Visits: 3,414
Ron (4/7/2007)I also have a fix for the IE6 issue but I am doing some tidying up before releasing another version. My thanks to all the patient testers who have helped in debugging this.

Sorry to have been a pain about this problem as I seem to be almost the only one with IE6

I look forward to seeing your solution and am wondering what other amazing ideas will be coming out of the woodwork in the future !

The Timeline and djvu were quite unexpected for me but greatly appreciated and I am thinking of other possible uses for the djvu.

Keep up the good work and Thanks

Post #17292 Posted 4/8/2007 4:27:36 PM


Grand Master

Grand MasterGrand MasterGrand MasterGrand MasterGrand MasterGrand MasterGrand MasterGrand Master This user is a contributor to FamilyTrees.GenoPro.com This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: Today @ 6:30:53 PM
GenoPro Version: 2.0.1.6
Posts: 1,151, Visits: 5,401
I have now posted an updated skin, 2.0.0.3k, as an attachment to the first post of this thread. This is a Full Skin unlike the earlier partial skins so can be unzipped into its own skin folder. It also includes all skin corrections since 2.0.0.3 and an enhancement for including html in Description, Comment & Custom Tags and is a 'Release Candidate' for GenoPro 2.0.0.4. If after a few days no show stopper bugs are found I'll ask Dan to include it in GenoPro.


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Post #17294 Posted 4/8/2007 5:22:59 PM


Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: Today @ 4:13:47 PM
GenoPro Version: 2.0.1.6
Posts: 409, Visits: 3,144
Excellent end result Ron.   

I think that anybody wanting to print the report would like the 'help' tip removed. 

You have not as yet updated the config file with paramater descriptions.

This visual presentation is very valauable to all Genopro users, and brings genopro's stored information to life on the screen.

Poolzone  a mere cog in a revolution

Post #17296 Posted 4/8/2007 8:22:59 PM


Famous Writer

Famous WriterFamous WriterFamous Writer