|
|
Customers GenoPro version: 3.1.0.1
Last Login: Sunday, December 22, 2024
Posts: 63,
Visits: 263
|
Confirmed, many thanks  I have checked everything again, and I have found my mistake ( use oName.Age instead of oName.Age.NYears).It was also a misunderstanding, as I had supposed to see, when written for example : 71 years, 10 months and 10 days, to see only 71 years, and not the month and days.I presume this is not possible to do.
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 14 hours ago
Posts: 3,422,
Visits: 26,465
|
To show only years, change
<FmtYM> <!-- one year and four months --> {0} et {1} </FmtYM> <FmtYMD> <!-- two years, six months and twelve days --> {0}, {1} et {2} </FmtYMD>
to this
<FmtYM> <!-- just years --> {0} </FmtYM> <FmtYMD> <!-- just years --> {0} </FmtYMD>
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
Customers GenoPro version: 3.1.0.1
Last Login: Sunday, December 22, 2024
Posts: 63,
Visits: 263
|
Wow great, many thanks, absolutely what I have wished
|
|
|
Customers GenoPro version: 3.1.0.1
Last Login: Sunday, December 22, 2024
Posts: 63,
Visits: 263
|
By the way, as I tried the last version of the code you just gave me, I have seen a little error, I can't not resolve. It seems not linked to the modification we have done recently together, but it is linked to the report.
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 14 hours ago
Posts: 3,422,
Visits: 26,465
|
Your phrase for the tag FmtAncestorsGeneQty is wrong.
It should be <FmtAncestorsGeneQty T="This report comprises {0} generations, including the base Individual."/>
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
Customers GenoPro version: 3.1.0.1
Last Login: Sunday, December 22, 2024
Posts: 63,
Visits: 263
|
Many thanks, I have corrected it and everything is working well now
|