M
Mike Fechner
Guest
Use an Interface that described the similarities between all those classes. Von meinem iPad gesendet Am 09.01.2018 um 13:13 schrieb goo : Update from Progress Community goo 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. View online You received this notification because you subscribed to the forum. To stop receiving updates from only this thread, go here . Flag this post as spam/abuse.
Continue reading...
Continue reading...