EB2 Run a Progress proc

How do I get MFG/PRO /EB2 to run a Progress procedure from WITHIN a inhouse procedure? I have developed an addon that I wish to call another .p but how do I do it? I did a RUN filename.p but MFG can't find it. The rcode is there though. So what do I do?
Cheers
 
How do I get MFG/PRO /EB2 to run a Progress

Use gprun.i {""program.p""} instead.

Good Luck.

mpowell_esq said:
How do I get MFG/PRO /EB2 to run a Progress procedure from WITHIN a inhouse procedure? I have developed an addon that I wish to call another .p but how do I do it? I did a RUN filename.p but MFG can't find it. The rcode is there though. So what do I do?
Cheers
 
Back
Top