FormDataSource.active 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.
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.