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

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
You should NOT use SOURCE-PROCEDURE for classes. You should not use it to determine what the instantiating class is. It may do what you want today, but it is not intended to do that. If you want to know what class instantiated/NEW’ed this class, then pass that value in via a property or constructor. If you want to publish something to the whole session, do a PUBLISH “event” IN a session super-procedure.

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