O4WTableAddRow Function
Description
This routine will add a row to a table.
Syntax
O4WTableAddRow(tableName, rowNumber, uniqueID)
Parameters
The function has the following parameters:
Parameter | Description | |
---|---|---|
tableName | The name of the table. | |
rowNumber | The rowNumber is the row number you wish to insert; use "0" to add a new first row, and "-1" to append a new row. All controls, sections, styles, etc. will be copied into the new row. | |
uniqueId | Any named controls, sections, etc. will be renamed using the value provided in 'uniqueID'; the new IDs will be formed from the ID of the copied control, with "_o4wid_":uniqueID concatenated to the end. |