[Progress Communities] [Progress OpenEdge ABL] Forum Post: How to oo this?

  • Thread starter Thread starter goo
  • Start date Start date
Status
Not open for further replies.
G

goo

Guest
def var oClassA as myClass no-undo. def var oClassB as myClass no-undo. def var oClassC as myClass no-undo. : : def var oTmp as myClass no-undo. if something then oTmp = oClassA else if somethingelse then oTmp = oClassC ...... run myStandardProcedure. myStandardprocedure: if valid-class(oTmp) then do: use oTmp for all stuff related to the other classes.... end.

Continue reading...
 
Status
Not open for further replies.
Back
Top