Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : Created property
 

Created property

(Windows only; GUI for .NET only)
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.
Data type: LOGICAL
Access: PUBLIC Readable/Writeable
Applies to: Progress.Data.CreateRowEventArgs class
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.

See also

BlockId property, BufferName property