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...
Continue reading...