|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | BeforeCreateRecordEventArgs (character, character, handle, handle) |
Constructor for the BeforeCreateRecordEventArgs class |
Options | Name | Purpose | |
---|---|---|---|
+ | HANDLE BufferHandle |
A reference to the new record |
|
+ | CHARACTER BusinessEntityName |
The name of the BusinessEntity the raised this event |
|
+ | CHARACTER CancelMessage |
A message indicating why the create has been cancelled. |
|
+ | HANDLE QueryHandle |
The handle of the Query using the Buffers of the DataAdapter |
|
+ | LOGICAL SkipUniqueRecordValidation |
When set to TRUE (in an event handler) the method CreateRecord
will not use BufferHelper:CanCreateDefaultRow () to validate if the
new record can be added to the current (client side) query result
list |
|
+ | CHARACTER TableName |
The name of the BusinessEntity's table the raised this event |
Top
PUBLIC BeforeCreateRecordEventArgs (character, character, handle, handle)
|
---|
PUBLIC HANDLE BufferHandle
|
|||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER BusinessEntityName
|
|||||||||||||||||||||
PUBLIC CHARACTER CancelMessage
|
|||||||||||||||||||||
PUBLIC HANDLE QueryHandle
|
|||||||||||||||||||||
PUBLIC LOGICAL SkipUniqueRecordValidation
|
|||||||||||||||||||||
PUBLIC CHARACTER TableName
|