Running a non-persistent procedure on an OpenAppObject
Once you create your Progress.Open4GL.Proxy.OpenAppObject instance, you can run any non-persistent procedure on the connected AppServer using the following method on the OpenAppObject:
Syntax
public void RunProc(string procName, ParamArray paramArray)
procName
Specifies the name of the procedure to run, including any path relative to the PROPATH setting for the AppServer.
paramArray
Specifies a Progress.Open4GL.Proxy.ParamArray object that holds the procedure parameters. For more information, see Settingup a parameter array.