Try OpenEdge Now
skip to main content
Application Migration and Development Guide
Application Development with PAS for OpenEdge : Programming ABL Client Applications : Handling conditions and return values : Using the RETURN-VALUE function across sessions
 
Using the RETURN-VALUE function across sessions
The value of the RETURN-VALUE function in an ABL client session is affected by remote procedure execution. If a remote procedure returns a value by executing the RETURN statement, this value is returned to the client as the value of the RETURN-VALUE function.
Note: The LONGCHAR and MEMPTR data types cannot be returned from a remote user-defined function.