|
|
|
Forum Master
      
Group: Customers
Last Login: Today @ 12:36:16 PM
GenoPro Version: 2.0.1.6
Posts: 823,
Visits: 7,340
|
|
I have just run a report, using a newly created Customised report and received the following error report
[1.28] LanguageDictionary.Lookup("PhCT_'other religuous ceremony'") failed!
|
|
|
|
|
Forum Master
      
Group: Customers
Last Login: 2 days ago @ 2:31:31 AM
GenoPro Version: 2.0.1.6
Posts: 717,
Visits: 6,045
|
|
Received similar error report by using the English Narrative Report (not modified).
[1.34] LanguageDictionary.Lookup("PhCT_Taufe") failed! [1.34] LanguageDictionary.Lookup("PhCT_'keine kirchliche Feier'") failed! Why is it looking up a German word even though I am using the original English dictionary file? I think there is a conflict between custom tags "PhCT_" and cremony type "PhCT_", but I might be wrong? Well I think I was wrong. Found that when under Birth dialog box > Religous records > Ceremony type the record is set to "none" the error as above appears and the narrative phrase looks like
"Name" was born on "date", in " place" and his 'no religious ceremony'. Does not sound proper to me.
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 10:20:31 AM
GenoPro Version: 2.0.1.6
Posts: 1,145,
Visits: 5,355
|
|
Yes I've found the culprit. There was an enhancement to show 'birth ceremony/baptism' date on Individual index. I have forgotten to use the .ID suffix so it was using the dictionary text instead. Change Lang.vbs line 710from Report.WritePhraseDic "FmtBirth", i.Birth.Date.Year, Dic("PhCT_" & i.Birth.CeremonyType), i.Birth.Baptism.Date.Year to Report.WritePhraseDic "FmtBirth", i.Birth.Date.Year, Dic("PhCT_" & i.Birth.CeremonyType.ID), i.Birth.Baptism.Date.Year
| I will put this in the next release. And Yes, you are correct maru-san, there is a potential conflict between Custom Tag phrases and Birth Ceremony Type ones. I will change to abbreviation to PhBC for Birth Ceremony instead.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|