|
|
Customers GenoPro version: 2.5.3.7
Last Login: Thursday, March 29, 2018
Posts: 3,
Visits: 7
|
How can I show the date as approximate only? I've tried using abt & c . Is there another way? g_in_ger
Edited: Tuesday, May 16, 2006 by
GenoProSupport
|
|
|
Administrators Moderators Customers Gamma FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Sunday, October 13, 2024
Posts: 4,887,
Visits: 22,769
|
I found what the problem was. Somehow the compiler optimized the code by calling the functions in a different order.c = FunctionA() + FunctionB() |
On my debug build, FunctionA was called before FunctionB , however on the release build (the one you got), it is FunctionB which was called first, followed by FunctionA . Well, in the case of converting dates to a different calendar, FunctionA may change some values for FunctionB . Calling FunctionB first produces the wrong result. The result was a garbage date value. If you download Beta 16e, the date conversion whould work fine.
Edited: Sunday, June 18, 2006 by
GenoProSupport
|
|
|
Customers Important Contributors Translator GenoPro version: 3.1.0.1
Last Login: Friday, November 25, 2022
Posts: 334,
Visits: 7,574
|
Thanks a lot. It looks much better
Edited: Sunday, June 18, 2006 by
GenoProSupport
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 2 days ago @ 4:16 AM
Posts: 1,582,
Visits: 31,566
|
Not sure whether to report this here as a feature, or a new topic under bug.
If you have a range of dates for people, some are under Julian calendar but in UK this was replaced in 1754 (or 5 - can not remember at present) So after that date entries were Gregorian. It does not seem possible to have different calendars on the same GenoMap or even the same file. I am trying to alter existing data, not enter new information
Second I have found that entering 'Abt 1562' is converted to ~1562 in the Birth/Properties table but the display only shows 1562.
Finally if I use the year 1562/63 in the table it is accepted, sort of, in that the table shows 1562/63 against a pink background but nothing appears on the display
|
|
|
Administrators Moderators Customers Gamma FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Sunday, October 13, 2024
Posts: 4,887,
Visits: 22,769
|
The current design allows only one calendar at the time. GenoPro cannot display a date in Gregorian and Hebrew calendar simultaneously.
|