Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.6b

Application v 6.0c

  

 

Chapter EighteenDataView Integration (continued)

DataViewHideRow Function

Overview

The DataViewHideRow function hides the specified row within a Data View Object.

Syntax/Parameters

Syntax

int = DataViewHideRow ( 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 hides the row by setting the DS_RC_DISABLED and DS_RC_HIDDEN flags for the row. It will also update the paint (as such it can be slow repeated for many rows). As indicated, the DataViewHideRow function also disables the row once hidden.

Related Functions

Platform Support

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

Page revised 2025-04-28