Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

IsDialogOpen Function

Overview

The IsDialogOpen function test whether a modal dialog page is open in the current script.

Syntax/Parameters

Syntax

boolean = IsDialogOpen ( [boolean local] );

Parameters

local

An optional boolean value if set to TRUE only check to see if the current script has a dialog open. The default is FALSE.

Return Value

Returns TRUE if a modal dialog box is open, FALSE if not.

Remarks

When requesting the local script status only, the handles of the currently open dialog is checked. Otherwise, the dialog name stack is checked for any open dialog within the application.

When checking the application, any script or any dialog is tested.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic