Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter EighteenDataView Integration (continued)

DataViewIsRowDisabled Function

Overview

The DataViewIsRowDisabled function tests whether a row is in a disabled state within a Data View Object.

Syntax/Parameters

Syntax

boolean = DataViewIsRowDisabled ( handle object, int index );

Parameters

object

A handle either to a Data View Object or to a window that employs Data View.

index

An int specifying a zero-based row index.

Return Value

Returns TRUE if the row is disabled or FALSE if it is not or on failure. Use the GetLastError function to retrieve error information.

Remarks

By default, if a row is hidden, it is disabled.

Related Functions

Platform Support

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

Page revised 2024-04-22