Using the Procedure Editor of Progress from within an Application

psuter

New Member
Dear Developpers

I want to start the procedure editor of progress from within my application using the procedure adecomm/_pwmain.p(..).

After starting it, there are two applications running: My own application and the procedure editor containing my code.

When closing the procedure editor my application will not receive any trigger or an event of that happening to react on it.

Does anybody know, if I can subscribe an Event on my application referring to the procedure editor? Or is it impossible? Perhaps there are other possibilities like starting the editor within an asynchronous procedure?

Thanks for helping me in that matter
Pascal
 
Top