Previous Next

IN-HANDLE attribute
Holds one of the following:
*
*
*
Data type:
Access:
Applies to:
You can set IN-HANDLE using the following syntax:
 
Syntax 
call-object:IN-HANDLE [ = { handle-expression | char-expression } ]
handle-expression
A HANDLE expression.
char-expression
A CHARACTER expression indicating the name of a system object, such as "SESSION" or "FILE-INFO", whose handle is returned.
The default is the Unknown value (?).
IN-HANDLE will be set automatically to a procedure handle when you run a persistent, single-run, or singleton procedure by calling the INVOKE( ) method on the call object:
 
Syntax 
call-object:INVOKE( )
Table 82 lists the different ways of setting IN-HANDLE.
 
Table 82:
When you use IN-HANDLE to call an internal procedure, IN-HANDLE affects INVOKE( ) the same way the IN proc-handle phrase affects the RUN statement. Similarly, when you use IN-HANDLE to call a user-defined function, it affects INVOKE( ) the same way the IN proc-handle phrase affects the DYNAMIC-FUNCTION function. In both cases, IN-HANDLE specifies the instance of the external procedure that contains the internal procedure or user-defined function.
When IN-HANDLE is used to get or set an attribute or to invoke a method, it represents a handle to the object to which the attribute applies. If the attribute applies to a system object such as the SESSION handle or the FILE-INFO handle, IN-HANDLE can be set to a character string such as "SESSION" or "FILE-INFO" that indicates the name of the system object.
Note:
For information on dynamically invoking logic that resides on an AppServer, see the reference entry for SERVER attribute.

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