OD Context state

4D - Documentation   Français   English   German   English   4D for Oracle, Command Theme List   4D for Oracle, Command Alphabetical List   Back   Previous   Next

version 1.5


OD Context state (context_ID) Integer

ParameterTypeDescription
context_IDLongintContext identifier
Function resultIntegerState of the context

Description

The OD Context state function returns a code that provides the state of the context whose identifier is specified.

The following table explains the meanings of the return codes:

Return CodeDescription
0Invalid context (does not correspond to any created context)
1Inactive context
2Active context that contains unread rows
3Active context for which all rows have been read

See Also

OD Activate context, OD Create context, OD DROP CONTEXT.


4D - Documentation   Français   English   German   English   4D for Oracle, Command Theme List   4D for Oracle, Command Alphabetical List   Back   Previous   Next