Run an internal procedure of a single-run or singleton procedure
- Last Updated: April 12, 2023
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following example shows how to dynamically invoke
a procedure as single-run and then dynamically invoke an internal
procedure of the single-run. The same syntax can be used to call
a procedure as persistent or singleton by setting PROCEDURE-TYPE to "PERSISTENT"
or "SINGLETON", respectively.
|