Visual RPG Language Reference  

Database.IsOpen Property

IsOpen gets a boolean value indicating if the file is currently open for I/O operations.

<booleanVal> = database.IsOpen

Returns

<booleanVal>

True indicates the file is currently open for I/O operations.

False indicates the file is currently not open for I/O operations.

Remarks

Refer to the CLOSE and OPEN commands.   

IsOpen is equivalent to the %OPEN built-in function.

Requirements

Namespace: ASNA.VisualRPG.Runtime

Assembly: ASNA Visual RPG Runtime (in ASNA.VisualRPG.Runtime.dll)

Platforms: Windows 2000 Professional SP4, Windows 2000 Server SP4, Windows Server 2003, Windows XP Professional SP2, Windows Vista Business Edition 

See Also

ASNA.VisualRPG.Runtime
Database Class
Database Class Members
Database Class Properties
DCLDISKFILE
CLOSE
OPEN
%OPEN