Descendants Report Beta 1.0 ("book style")
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 )
        


««123»»

Descendants Report Beta 1.0 ("book style") Expand / Collapse
Author
Message
Post #19543 Posted 10/17/2007 8:56:27 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: Yesterday @ 3:53:51 PM
GenoPro Version: 2.0.1.6
Posts: 1,143, Visits: 5,346
bogistad (10/17/2007)
It would be nice to have pictures included.  Will this be possible eventually?

I plan to have just the primary photo of an individual in the body of the report. Can't say when though


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Post #19544 Posted 10/17/2007 8:59:49 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: Yesterday @ 3:53:51 PM
GenoPro Version: 2.0.1.6
Posts: 1,143, Visits: 5,346
poolzone (10/16/2007)
I would need an option to remove 'notes' as mine are extensive and occupy too much of the report. 

Noted. Should be in next release. Will also implement 'private' notes feature as per Narrative Report.


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Post #19545 Posted 10/17/2007 9:22:10 AM
Forum Master

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

Group: Customers
Last Login: Today @ 6:00:08 AM
GenoPro Version: 2.0.1.6
Posts: 823, Visits: 7,331
Could you let me know the full path to your copy of this skin and I can then try to find the cause.

Path of Standard.ott is
c:\Program Files\GenoPro\Skins\Descendants\Code\Templates
Post #19546 Posted 10/17/2007 9:55:35 AM


Forum Master

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

Group: Customers
Last Login: Yesterday @ 2:31:31 AM
GenoPro Version: 2.0.1.6
Posts: 718, Visits: 6,045
Several times I have received following error, usually when I try to make a report from one of my normal files. No problem with the small test file:
Generating report to 'C:\Documents and Settings\Niels Martensen\My Documents\Genopro\test\'
Cloning document chronik juels...
Opening configuration file Config.xml for skin '\descendents\* (Descendants Report)'...
Loading Dictionary.xml...
[0.00] Processing template 'Main.js'...
Error at line 356, position 2 (Code/GenoProParser.js): Object doesn't support this property or method
Microsoft JScript runtime error 800A01B6
Post #19550 Posted 10/17/2007 11:16:00 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: Yesterday @ 3:53:51 PM
GenoPro Version: 2.0.1.6
Posts: 1,143, Visits: 5,346
maru-san (10/17/2007)
Error at line 356, position 2 (Code/GenoProParser.js): Object doesn't support this property or method
Microsoft JScript runtime error 800A01B6

yes, that throws light on another problem I had been experiencing. For now just change line 356 from
  p.Session('NameShort') = p.Name.translatePlace(this);
to
  p.Session('NameShort') = (p.Name+'').translatePlace(this);
The error occurs because in your case Place.Name has custom tags below it (Gender), the original line returns an object for p.Name but the script expects a string. Adding the +'' forces it to a string.


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Post #19551 Posted 10/17/2007 11:34:37 AM
Forum Master

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

Group: Customers
Last Login: Today @ 6:00:08 AM
GenoPro Version: 2.0.1.6
Posts: 823, Visits: 7,331
Glad to say that upgrading to IE7 and Open Office 3 on the PC has made the problem go away and first report arrived.
If it would be helpful I could use System Restore to get back and find which bit was significant

I had tried the registration of ActiveX set out in XML Toolkit for GenoPro but this did not help. It could not find rsabase.dll but this is not on the laptop either, which is however still using IE6
Post #19553 Posted 10/17/2007 12:23:44 PM
Forum Master

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

Group: Customers
Last Login: Today @ 6:00:08 AM
GenoPro Version: 2.0.1.6
Posts: 823, Visits: 7,331
I am trying this on a small file with 4 genomaps; one individual selected on first and last.
Report runs 'Do yo want to generate Descendant reports for each of these?'
If I choose yes, no problem
If I say no it then asks if I want the first family. Say yes and no to second and report is fine
Say No to first family the report is generated but only contains pages headed Appendix A & B but these are empty
Post #19555 Posted 10/17/2007 1:43:52 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: Yesterday @ 3:53:51 PM
GenoPro Version: 2.0.1.6
Posts: 1,143, Visits: 5,346
Ok That bit of code was a late addition as I suspected some people would have extra individuals selected and, as you have found, it was not fully tested!

I'll add a fix in my next release, until then only select the individuals you want to report on.


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"