Forum Post: RE: USING statements and their order

  • Thread starter Thread starter mstassen
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top