Try OpenEdge Now
ABL Reference
Handle Attributes and Methods Reference
:
IS-OPEN attribute
IS-OPEN attribute
Indicates whether a transaction or query object is open.
Data type:
LOGICAL
Access:
Read-only
Applies to:
Query object handle
,
Transaction object handle
The IS-OPEN attribute is TRUE if the specified database transaction or query object is active.
For transaction handles, this attribute is identical to the TRANSACTION function.