|
|
Customers FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: Saturday, October 5, 2024
Posts: 475,
Visits: 3,229
|
I have two questions: 1. Is it possible to generate a report containing nog SVG GenoMaps at all? 2. What is the purpose of the first option "Include SVG Genomaps in the Report" in the "SVG Genomaps Settings" below? I'm trying to produce a report without Genomaps. So I marked the general options in "Report Generator / Generate Report" as follows and I did not select the "Include GenoMaps" options in the configuration dialogue. But the report still contains family subtree diagrams. |
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 5 hours ago
Posts: 3,396,
Visits: 26,181
|
'Include SVG GenoMaps in the Report' should indeed control whether or not Genomaps are included but is not working due to a bug in the Init.htm script where it looks like I have confused VBScript with Jscript. A revision is attached to replace the version in the Narrative Common\Code folder.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Init.htm
(46 views,
73.89 KB)
|
|
|
Customers FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: Saturday, October 5, 2024
Posts: 475,
Visits: 3,229
|
I must be doing something wrong. I downloaded the Init.htm file and moved it to the appropriate location. When I now start the report generator it runs without showing the Config window (the hide option is not set). When the generating step is done, the home page is not shown. I presume the Init.htm file got corrupted during saving. I tried different web browsers but this did not help. Could you post a zipped version of the file? I know there is a new GenoPro version available, but I'm still testing with 3.0.1.3 for the moment.
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 5 hours ago
Posts: 3,396,
Visits: 26,181
|
Here is a zipped version. I have double checked that the previous upload was correct and working too.
You can get the result you describe if for example the closing tag ]%> is missing from the file.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Init.zip
(45 views,
16.87 KB)
|
|
|
Customers FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: Saturday, October 5, 2024
Posts: 475,
Visits: 3,229
|
Same result for me. The Config window is skipped and the report home page does not show. The closing tag is present in the file. When I double-click the generated default.htm or index.htm files, the screen displays the file source, but does not render it. Looking at the default.htm and index.htm files with Notepad++ I see the following I would expect to see a DOCTYPE directive at the start.
Edited: Tuesday, August 28, 2018 by
Nand
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 5 hours ago
Posts: 3,396,
Visits: 26,181
|
When an error like this occurs GenoPro just seems to dump the Data.xml from .gno into the report output files and doesn't appear to actually execute the scripts to generate HTML.
Having given this a bit more thought, the problem is possibly due to missing updates to other scripts, noteably Util.vbs. I'll put together a zip of latest Natarrative Common folder later today so that you have exactly the same as I have.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|