SSSSSSSSSSSSSSSS

TomBascom

Curmudgeon
I don't think that there is any event specific to what you are describing.

You might be able to find something (or a combination of 12 different things) deep in the bowels of Microsoft's APIs but I would be very surprised if the 4gl has anything that is going to satisfy this request.

Perhaps it would be helpful if you explained why you want this capability?
 

Cringer

ProgressTalk.com Moderator
Staff member
I definitely think structured error handling is the way to go. You would throw the errors from UI.p and catch them in main.p and handle them there. It might not be exactly what you want, but it's the essence of how structured error handling works.
 

TomBascom

Curmudgeon
If the "why?" is "error handling" I completely agree. Unless the option to stop putting errors in your code is viable ;)

But if the "why" is something else then structured error handling may not help.

My money is on the "why" turning out to be "I don’t have the code for UI.P".
 
Last edited:
Top