Use this property in response to a CreateRow event to indicate whether the record was successfully created in the bound ABL data source object. Set to TRUE if the record was successfully created. Set to FALSE if the record was not created. The default value is TRUE.
If the record was successfully created in the bound ABL data source object, you must also add the record to the query's result set using the CREATE-RESULT-LIST-ENTRY( ) method. Otherwise, the data in the control will not be synchronized with its data source.
Caution: After creating a row, do not reopen the query or invoke the Refresh( ) method as this might produce unexpected results.