FormDataSource.write Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calls the FormDataSource.validateWrite method and manages the database write operation.
public:
override void write();
public override void write ();
override this.write : unit -> unit
Public Overrides Sub write ()
Remarks
This method is invoked when a user inserts a new record or updates an existing one. The refreshEx method can be overridden on a form data source. Right-click the Methods node under the data source, point to Override Method, and then click refreshEx.