|
|
|
Forum Master
      
Group: Customers
Last Login: Yesterday @ 7:55:16 AM
GenoPro Version: 2.0.1.6
Posts: 720,
Visits: 6,070
|
|
| Since the extend to which an ancestors and/or descendants report can be made at the moment is limited to either one or all Genomaps, I like to suggest a control by using "number of generations" in order to have a better control over the length of the report.
|
|
|
|
|
Famous Writer
      
Group: Customers
Last Login: Yesterday @ 11:02:25 AM
GenoPro Version: 2.0.1.6
Posts: 476,
Visits: 1,264
|
|
Ahnentafel Ancestors Report: I added a VBScript prompt window in order to be able to select the generations numbers/qty for the report. The revised EN and FR skins are attached.
Info note to Genopro: When the VBS prompt panel is open, I clicked the Cancel button of the Generate Report panel and the abort process got stuck (it seems like). After about 10 or 20 seconds, I pressed cancel again twice or thrice. The abort process terminated but when I tried to close the VBS prompt, I got this error msg: 
Maybe the Generate Report panel should be temporarily made disabled? JC
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Yesterday @ 9:21:17 AM
GenoPro Version: 2.4.0.3
Posts: 3,523,
Visits: 14,875
|
|
GenoPro runs the report script on a separate thread, and has no idea what the script does. If the script has a message box or prompt the user, then the script is paused until the user dismisses the dialog. If you abort the report, then GenoPro kills the thread and clean-up the memory associated with the script, which is very likely to crash the application.
|
|
|
|
|
Famous Writer
      
Group: Customers
Last Login: Yesterday @ 11:02:25 AM
GenoPro Version: 2.0.1.6
Posts: 476,
Visits: 1,264
|
|
| Dan, Genopro actually crashed. I tried several times in pressing the Report Generator cancel button and Genopro crashed everytime. I'm just reporting the matter. Try yourself and you'll see. My OS is MS Win XP Home Edition, 5.1.2600 SP3 Build 2600. JC
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Yesterday @ 9:21:17 AM
GenoPro Version: 2.4.0.3
Posts: 3,523,
Visits: 14,875
|
|
Genopro actually crashed. I tried several times in pressing the Report Generator cancel button and Genopro crashed everytime. I'm just reporting the matter. I am aware of this issue. When the user (you) click on the Cancel button, GenoPro sends a message to the script to stop, however if the script does not stop, and you click again on the Cancel button, then GenoPro kills the thread running the script - typically resulting in a crash. The other solution is to keep the script running and keep the Report Generator dialog open until the script ends. The other problem is the report generator needs the .gno document to fetch the data, so the data should not be modified while the report generator is running.
|
|
|
|