Type | Description | |||
Boolean | A Boolean expression that specifies whether the current host has been modified since it was last saved. |
Once the HostDirty property is set, the Save will be performed if:
Once the Save method is performed, the HostDirty property is set on False.
The Error event notifies your application once any error occurs.
For instance, the following error:
0 The data-source provides no support for AddNew method[...]
0 The data-source provides no support for Delete method[...]
0 The data-source provides no support for Update method[...]
Indicates that no AddNew, Delete or Update is allowed, and so no Save will be performed.