Previous Next

RETURN-VALUE function
Provides a character string value returned by the most recently executed RETURN statement of a local or remote procedure, trigger block, user-defined function, method of a class, class constructor, or property accessor.
Syntax 
 
RETURN-VALUE
Example 
For examples of the RETURN-VALUE function, see the RETURN statement reference entry.
Notes 
*
*
*
*
*
To reliably access a RETURN-VALUE setting returned from a block or called routine, check RETURN-VALUE as soon as you can after the block or called routine terminates.
*
RETURN-VALUE does not return the value of a non-VOID method of a class or user-defined function invocation. You return the values of these methods and functions within an expression where you reference their invocations, similar to referencing a variable value.
*
For more information on returning results from remote procedures, see OpenEdge Application Server: Developing AppServer Applications.
See also 
CREATE SERVER statement, ON ENDKEY phrase, ON ERROR phrase, RETURN statement, UNDO statement

Previous Next
© 2012 Progress Software Corporation and/or its subsidiaries or affiliates.