July 17, 200916 yr This would be so cool, if FM could integrate this feature in the next version. Simple as CREATE VIEW vw_Distances AS SELECT Distance FROM lut_Distances WHERE unit = "km" ORDER BY viewOrder ASC Most DBMS offer this possibility.
July 17, 200916 yr So does filemaker, just pile up many instances of the same field, and let an event trigger deside which of the instances to go to, based on the circumstances. Each instance has obviously it's own popup sort order tied to it. Admitted, would require some spit and polish from the developer. --sd
July 18, 200916 yr While thinking a bit further of what you wish is the quirky bit that only hardwired valuelist keeps the original sort order, as soon as you stuff something pilcrow delimited into a field via an event trigged script on which the value is suppose to build upon will the list be using the same behaviour as ValueListItems( which sorts alfabetical and omitting duplicates if necessary. --sd
Create an account or sign in to comment