pbAutoCreate - cSelectionSource
Determines whether the class will try to create new records when new items are entered (data-aware sources)
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbAutoCreate
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbAutoCreate to BooleanVariable |
| Write Access: | Set pbAutoCreate to BooleanVariable/Value |
Description
If set to True, the class will try to create new records for data-aware sources when new items are entered.
Note that it will perform a Clear and Request_Save on the server, which might have side effects for other data entry objects (DEOs) bound to this DataDictionary object. The default value is False.