Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter EighteenDataView Integration (continued)

DataViewEnableRow Function

Overview

The DataViewEnableRow function enables editing on all cells in the specified row in a Data View Object.

Syntax/Parameters

Syntax

int = DataViewEnableRow ( handle object, int index );

Parameters

object

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

index

An int specifying a zero-based row index.

Return Value

Returns an int as ERROR_NONE or a formatted error code on failure.

Remarks

This function only enables the row as a unit. It does not alter the flags or state of the individual cells. If the row is hidden it is shown.

Note that show and enable are the same and provided for symmetry.

Related Functions

Platform Support

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

Page revised 2024-04-22