[Stackoverflow] [Progress OpenEdge ABL] How to run Progress from .NET?

Status
Not open for further replies.
U

user2190035

Guest
I instantiate a .NET/C# class from a Progress session like this

DEFINE VARIABLE myObj as CLASS MyClass.
myObj = NEW MyClass("param").
/* do something with myObj ... */


As I understand, the myObj instance runs "in the Progress session". So it should be possible to call another Progress program from myObj (which is .NET code), i.e. I need a statement in C# that can run a Progress program (like RUN program.p. in Progress, but in C#).

Is it possible to do so? Are there other possibilities to run a Progress program from a .NET object, which is running in a Progress session?

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