1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

How to run a Progress program from .NET?

Discussão em 'StackOverflow' iniciado por fdantas, Outubro 5, 2018.

  1. fdantas

    fdantas Administrator Moderador

    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...

Compartilhe esta Página