Run a non-persistent procedure on an OpenAppObject
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Once you create your com.progress.open4gl.javaproxy.OpenAppObject instance, you can run any
non-persistent procedure on the connected application server 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
com.progress.open4gl.javaproxy.ParamArraythat holds the parameters for the procedure. For more information, see Create a parameter array.