M
mstassen
Guest
some more specific: i want to be able to trust the using statement order to find the right class ! file and directory structure: Src/Datamex/Progress/CRM/UI/UIInputBox.cls Src/Datamex/Progress/DORA/UI/UIInputBox.cls Src/Datamex/Progress/Trade/UI/UIInputBox.cls PROPATH is Src. code: USING Datamex.Progress.Trade.UI.*. USING Datamex.Progress.Crm.UI.*. USING Datamex.Progress.DORA.UI.*. DEF VAR clsTest AS UIInputBox. clsTest = NEW UIInputBox("1", "2", "3", "4", "5") . MESSAGE "VERSION:" clsTest:ToString() VIEW-AS ALERT-BOX INFO. Is this the right way; does Progress look for classes in the USING statement order ?
Continue reading...
Continue reading...