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
Value Returned
Example
Returns the number of rows in the specified table.
xfgrGetTotalTableRows("myTable")
Return to top