DataControl.Update method
From Xojo Documentation
Method
Updates the current record in the selection, leaving the RecordSet at the same row.
Notes
Update triggers the following events:
- Validate
- Update
Example
DataControl1.Update
Updates the current record in the selection, leaving the RecordSet at the same row.
Update triggers the following events: