Thanks MichaelIJ!
That works, as I am on v15.1.
Most tables are sorted correctly. However there are a few misteries.
The first class is called CLASSEMENT
Then there is a series of classes with names starting with the word JARDINS (JARDINS_ACCES_..., JARDINS_CATEGORIE_..., etc).
Then another series starting with the characters dvMonu_ (dvMonu_Categorie1, dvMonu_Categorie2, ..., dvMonu_ValeurSite, dvMonu_actualite, dvMonu_note)
So here's the list omitting many items which are correctly sorted :
CLASSEMENT
JARDINS_ACCES_ICOMOS
JARDINS_CATEGORIE_ICOMOS
...
dvMonu_Categorie1
dvMonu_Categorie2
...
dvMonu_TypeThematique
dvMonu_ValeurSite
dvMonu_actualite
dvMonu_note
Any idea why
- J comes before d?
- a of actualite comes before C of Categorie or V of ValeurSite.
APPARENTLY, uppercase and lowercase are sorted separately.
Is there any way to configure EA not to do that?
I see I'm not the only one to wish for a case insensitive sorting.
https://sparxsystems.com/forums/smf/index.php?topic=29124.0Has this been implemented? I haven't found it yet.
Thanks again to all of you!