Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : FIRST-SERVER attribute
 

FIRST-SERVER attribute

A handle to the first entry in the list of server handles of the current ABL session. This includes both AppServer server objects and Web service server objects.
Data type: HANDLE
Access: Read-only
Applies to: SESSION system handle
The handle associated with the first entry in the list of all server handles created in the current session. If the current session has no server handles, FIRST-SERVER has the Unknown value (?). For more information on server handles, see the Server object handle reference entry.