xfgrDeleteRow
xfgrDeleteRow(
t_tableName
x_rowNumber
)
=> t / nil
Description
Deletes the specified row from the specified table. This function is used from the xFGR Create form customization callback functions.
Arguments
Value Returned
Example
Deleted the second row in the specified table.
xfgrDeleteRow("myTable" 2)
Return to top