[progress Communities] [progress Openedge Abl] Forum Post: Re: Calling A Method In A Class...

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
Do you do this test = oA:theMethod('something,222). In the constructor? Or in a method? Constructor parameters are no longer available in methods, so you need to assign that reference value to a variable or property to use this in a method.

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