GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 
PhChildRank


https://support.genopro.com/Topic43910.aspx
Print Topic | Close Window

By Jordi-Albert - Sunday, March 17, 2024
the label <PhChildRank works fine but not if all the Child are female

 the 6th parameter is "Fills" and muss be "Filles" (Female form)


Also I have detected, that on the list of children there is one that have no name, it will be replaced by the family name

family:      Ferrer
Children:   Josep, Joan, Maria, (unknow)

Created text:   "Josep, Joan, Maria i Ferrer"
By genome - Monday, March 18, 2024
Hopefully the revised Lang.vbs attached, replacing Common\Code\Lang.vbs, will fix your first issue with the PhChildRank phrase.  This fix relies on the Dictionary.xml tag similar to: 

<Child_F
T="filla"
P="filles"
C1="una filla" />

However I have not been able to reproduce the second issue with the unknown child.  Can you please attach to a reoly your Dictionary.xml file and a sample .gno file that demonstrates this issue.
By Jordi-Albert - Monday, March 18, 2024
First part:    it works, thanks 







Second part: 









two children with  First Name, Last and Last2            ---> correct

one Child without First Name, Last and Last2            ----> <Unknown>     Correct

One Child with Last and Last 2 (without First Name) -----> Family name !!!!!











may be is correct, but for me is not logic that the family name comes for the first name on this case
By genome - Friday, March 22, 2024
The replacement files in my post https://support.genopro.com/Topic43796.aspx should also fix part 2 of this issue. 

Edit 2024.03.26   Lang.vbs file in https://support.genopro.com/Topic43796.aspx updated

The report was using the Name.Short tag provided by GenoPro, but this defaulted to the full name if no nickname or first name was present.  The script now uses the nickname if present, otherwise the first name for the 'short' name. If neither is present then the value of the Dictionary.xml tag _NoName is used.