Share via


FormDataSource.active Method

Definition

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

public:
 override int active();
public override int active ();
override this.active : unit -> int
Public Overrides Function active () As Integer

Returns

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.

Applies to