Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

xfgrGetTotalTableRows

xfgrGetTotalTableRows( 
t_tableName
) 
=> t_rowNumbers / nil

Description

Returns the number of rows in the specified table. This function is used from the xFGR Create form customization callback functions.

Arguments

t_tableName

The name of the table.

Value Returned

t_rowNumbers

The number of rows in the table.

nil

The function is not successful.

Example

Returns the number of rows in the specified table.

xfgrGetTotalTableRows("myTable")

Return to top
 ⠀
X