FormDataSource.write Method

Calls the FormDataSource.validateWrite method and manages the database write operation.

Syntax

public void write()

Run On

Client

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.

See Also

FormDataSource Class

FormDataSource.validateWrite Method

FormDataSource.refresh Method