P
Peter Judge
Guest
> Although one could argue that it would be even better to create an ENUM for window types and return that. +1 this idea. FWIW in $DLC/[src|tty\gui]/OpenEdge.Core.pl there are a number of (native ABL) enums for a variety of things (IO modes, etc). Not all (and not these widget types) but they are there if needed. You can use them to get to the name aspect via the enum's ToString() method or simply using the ABL's STRING() function.
Continue reading...
Continue reading...