JamesBowen
19+ years progress programming and still learning.
I have a WinFom class object (form.cls) that runs a legacy .p procedure (old.p) and it's not persistent.
In the old.p I want to publish an event i.e. publish "UpdateEvent" (input "Now Starting").
In the form.cls class object, how do I subscribe to the event "UpdateEvent" if I don't have a handle to the procedure?
In the old.p I want to publish an event i.e. publish "UpdateEvent" (input "Now Starting").
In the form.cls class object, how do I subscribe to the event "UpdateEvent" if I don't have a handle to the procedure?