UpdateDataSource Event

Object List Next Object

Defined By:
Window

Description:

UpdateDataSource is called when a control's DataChanged property is True and the CurrentRecord changes. The default behavior is to use the value of the Text property to Update the DataField of the CurrentRecord of the DataSource.

Usage:

Sub UpdateDataSource(value As String)

Details:

The user can override this method to cause the DataSource to use a different value in the Update (by changing the contents of value). DataField and DataSource are properties of Window. RecordSource is a property of Record Set.