[Stackoverflow] [Progress OpenEdge ABL] Progress 4GL: How to find where a procedure is defined

Status
Not open for further replies.
I

Ian Stewart

Guest
I have Progress code which runs a procedure.

RUN myProc.


The procedure could be defined in the current external procedure, one of its super-procedures, the super-procedure of that one, the session super-procedure, etc. I understand that I cannot know until run-time where the procedure is defined because new super-procedures can be added at run-time.

Is there a way to know at run-time where (in what file) the procedure is defined?

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