Run a non-persistent procedure on an OpenAppObject
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Once you create your Progress.Open4GL.Proxy.OpenAppObject instance, you can run any non-persistent
procedure on the connected application using the following method on the OpenAppObject:
Syntax
|
- procName
-
Specifies the name of the procedure to run, including any path relative to the
PROPATHsetting for the application server. - paramArray
-
Specifies a
Progress.Open4GL.Proxy.ParamArrayobject that holds the procedure parameters. For more information, see Set up a parameter array.