isopen()

Examples


The isopen() function returns a value indicating whether a specified form or window is open.

Syntax

isopen([form | window]) name

Parameters

form|window – Indicates whether you’re checking the status of a form or window.

name – The name of the form or window you’re checking.

Return value

A boolean value that is set to true if the specified form or window is open. False is returned if the specified form or window isn’t open.


Documentation Feedback