FormDataSource.active Method

Retrieves data from joined data sources when a user navigates to a new record and then sets the new record as the current record.

Syntax

public int active()

Run On

Client

Return Value

Type: int
Always returns 1.

Remarks

The active method can be overridden on a form data source by right-clicking the Methods node under the data source, pointing to Override Method, and then clicking active.

See Also

FormDataSource Class

FormDataSource.create Method

FormDataSource.displayOption Method

FormDataSource.next Method

FormDataSource.prev Method