AddNewRow
The AddNewRow function adds a new row to an input.
Syntax :
AddNewRow([SelectFirstControl])
Parameters | Description |
---|---|
SelectFirstControl | SelectFirstControl is defaulted to True if not set. It controls where or not to select a control for user entry after the row has been added. |
Examples :
Example 1
AddNewRow(“InputTest”)
- A new row is added in the dataset.
Example 2
AddNewRow(“Input1”, False)
- A new row is added and the select a control for user is set to false.