Accessing proxy procedure handles
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
You can obtain access to the proxy procedure handle
in the client using the SET option of the RUN statement,
which returns the proxy procedure handle value to the HANDLE variable
you specify.
You can also access all proxy procedure handles that are currently active for a
server connection by returning the value of the FIRST-PROCEDURE attribute or the LAST-PROCEDURE attribute on the server handle for the connection. You can
then use the NEXT-SIBLING or PREV-SIBLING attributes on the resulting procedure handle to navigate the
list of active proxy procedure handles.
For example:
|