|
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 15 hours ago
Posts: 3,487,
Visits: 27,235
|
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"
|
|
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 15 hours ago
Posts: 3,487,
Visits: 27,235
|
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"
|
|
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 34 minutes ago
Posts: 1,608,
Visits: 33,390
|
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
|
|
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Sunday, March 21, 2021
Posts: 716,
Visits: 12,927
|
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
|
|
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 15 hours ago
Posts: 3,487,
Visits: 27,235
|
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 800A01B6yes, 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"
|
|
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 34 minutes ago
Posts: 1,608,
Visits: 33,390
|
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
Edited: Wednesday, June 18, 2008 by
GenoProSupport
|
|
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 34 minutes ago
Posts: 1,608,
Visits: 33,390
|
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
|
|
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 15 hours ago
Posts: 3,487,
Visits: 27,235
|
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"
|
|
|
|
|
Customers Important Contributors GenoPro version: 2.5.4.0
Last Login: Thursday, January 11, 2024
Posts: 386,
Visits: 4,475
|
Ron (10/17/2007)
Ron, I have difficulty selecting an individual for a report following the first one being generated. If 'whole of document' remains as the source then the report is generated on the previously selected individual. If we select the genomap that the chosen member is on, then we limit the report to that genomap. Each time I make a selection and change the report source to the current genomap, the selected individual is chosen and reported on. If I retain the report source as whole of document, then the report remembers the same individual (one that was used when I first used the new report) and tries to use that member. I do not know where this information is being stored.
Poolzone a mere cog in a revolution
Edited: Wednesday, June 18, 2008 by
GenoProSupport
|
|
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 15 hours ago
Posts: 3,487,
Visits: 27,235
|
Can I presume that you are actually deselecting the first individual on its GenoMap? It is not sufficient merely to move focus to another GenoMap and select another individual there. If the original individual remains selected it will be a candidate for the report. The script searches all GenoMaps for selected individuals.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|