|
|
|
Forum Master
      
Group: Customers
Last Login: Today @ 4:52:59 AM
GenoPro Version: 2.0.1.6
Posts: 843,
Visits: 7,663
|
|
I have just downloaded latest 2.17d and generated a report
The code for the Most Popular Places has probably got inverted somehow as the list starts with Locations with zero occurrence and they also are arranged in reverse alphabetical order. (This has been useful as there are a lot of spelling mistakes in this lot!)
Another point is that the report produced this error message, which I do not know is important
LanguageDictionary.Lookup("PedigreeLink") failed!
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 5:48:22 AM
GenoPro Version: 2.0.1.6
Posts: 1,174,
Visits: 5,584
|
|
The list of Places is in reverse order of popularity, however the GenoPro .SortBy("-Dependents.Count") seems to put the objects with no dependants at the top rather than the bottom, maybe because it is sorted as blank rather than zero. Hopefully Dan can fix this, otherwise I can put a work-around in the code. When places have the same count, they currently are in reverse alphabetical order. I'll fix this by using .SortBy("-Dependents.Count name") I have added 'PedigreeLink' to the dictionary, translating as 'Pedigree Link'. It is used when an adopted or foster child has a place or source associated with it and should be shown under references to that place or source. It will be included in the next release with the above fix.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Yesterday @ 8:36:46 AM
GenoPro Version: 2.0.1.6
Posts: 3,534,
Visits: 14,913
|
|
Ron (8/1/2006) The list of Places is in reverse order of popularity, however the GenoPro .SortBy("-Dependents.Count") seems to put the objects with no dependants at the top rather than the bottom, maybe because it is sorted as blank rather than zero. Hopefully Dan can fix this. I fixed it. By default, the Table Layout displays a blank value if a value is zero (such as the number of pictures, number of children, number of dependants). Somehow the blank value got into the sorting routine during my last update. There will be a Beta 17e which will have the fix for this.
|
|
|
|