|
|
|
Forum Master
      
Group: Customers
Last Login: Yesterday @ 9:15:40 AM
GenoPro Version: 2.0.1.5
Posts: 692,
Visits: 5,210
|
|
Will have to change a few things, among them the formatting of the names.
Which lines in which file do I have to change in order to get always "Last Name/First Name" (LNFN) configuration? No spaces between the names.
|
|
|
|
|
Forum Master
      
Group: Customers
Last Login: Today @ 12:52:55 AM
GenoPro Version: 2.0.1.5
Posts: 552,
Visits: 7,240
|
|
maru-san Which lines in which file do I have to change in order to get always "Last Name/First Name" (LNFN) configuration? No spaces between the names.In individual.htm there is a line at the start:
strName is then used each time for the individual full name. If you want to change the way the name is shown you have to change this line.You have to create a little method like that:
Function StrFullName(i)
StrFirstName = i.Name.First StrLastName = i.Name.Last
StrFullName = StrLastName & " " & StrFirstName End Function
| And then call for it in individual.htm: If you want to translate the name from one language to another, you will need to use the "NameDictionary.xml", to extract first and last name.
|
|
|
|
|
Forum Master
      
Group: Customers
Last Login: Yesterday @ 9:15:40 AM
GenoPro Version: 2.0.1.5
Posts: 692,
Visits: 5,210
|
|
| Thanks Yehudad, have to look into this more closely, but hope Genopro will come up with an easyer solution than this, i.e. by selecting the way the names are used on the reporting page.
|
|
|
|
|
Forum Master
      
Group: Customers
Last Login: Today @ 12:52:55 AM
GenoPro Version: 2.0.1.5
Posts: 552,
Visits: 7,240
|
|
maru-san Thanks Yehudad, have to look into this more closely, but hope Genopro will up with an easyer solution than this, i.e. by selecting the way the names are used on the reporting page.I guess that one of the ways will be to use the dictinary.xml for this purpose like all the phrases "PhBirth" and "PhParents" and so on.
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Yesterday @ 12:21:11 PM
GenoPro Version: 2.0.1.5
Posts: 3,388,
Visits: 13,916
|
|
The dictionary may store the templates to format the "Full Name", "FirstMiddle", "First Last" and other combinations of names. At the moment, GenoPro concatenates those names and inserts spaces between the names. I realize this is not appropriate for all languages.
|
|
|
|
|
Forum Master
      
Group: Customers
Last Login: Yesterday @ 9:15:40 AM
GenoPro Version: 2.0.1.5
Posts: 692,
Visits: 5,210
|
|
Another specific for japanese reports: a younger brother is called different from an older brother, the same goes for sisters. Please consider this for the report generator.
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Yesterday @ 12:21:11 PM
GenoPro Version: 2.0.1.5
Posts: 3,388,
Visits: 13,916
|
|
maru-san (9/7/2005) a younger brother is called different from an older brother, the same goes for sisters.Can you give a few examples? I can think of a solution only if I have a few examples...
|
|
|
|
|
Forum Master
      
Group: Customers
Last Login: Yesterday @ 9:15:40 AM
GenoPro Version: 2.0.1.5
Posts: 692,
Visits: 5,210
|
|
Think of a situation like this. 1) A family with five children (a son, a daughter, a daughter, a son, a son), the last too are twins
an outsider would say of the elder of the twins : he had one older brother, two older sisters and one younger brother;
older brother in japanese > niisan younger brother in japanese > ototo older sister in japanese > nesan younger sister in japanese > imoto
female siblings has its own expression male siblings has also its own expression
2) besides I have not seen yet in the report generator a situation describing twins
|
|
|
|
|
|
| | |