Obtaining the return value
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
You can obtain the return value for a remote procedure
that you call asynchronously by invoking the RETURN-VALUE function
within the event procedure that handles the asynchronous request.
This function thus returns the value specified by a corresponding RETURN statement
executed in the remote procedure. As for a synchronous request,
if the remote procedure returns no value in the RETURN statement,
the RETURN-VALUE function returns the empty string ("").