%ISOPEN v16
Use the %ISOPEN
attribute to test whether a cursor is open.
cursor_name
is the name of the cursor for which a BOOLEAN
data type of TRUE
is returned if the cursor is open, FALSE
otherwise.
This example uses %ISOPEN
:
Use the %ISOPEN
attribute to test whether a cursor is open.
cursor_name
is the name of the cursor for which a BOOLEAN
data type of TRUE
is returned if the cursor is open, FALSE
otherwise.
This example uses %ISOPEN
: