FormDataSource.linkActive Method

Calls the FormDataSource.exeuteQuery method on data sources that are linked to the current data source.

Syntax

public void linkActive()

Run On

Client

Remarks

This method is executed when a user moves to another record in the master data source. This causes an update to all linked data sources. The super() call in the FormDataSource.active method calls the FormDataSource.linkActive method on all linked child data sources if the LinkType property on the parent data source is set to Passive, Delayed, or Active.

The linkActive 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 linkActive.

See Also

FormDataSource Class

FormDataSource.active Method

FormDataSource.executeQuery Method

FormDataSource.active Method

How to: Join Data Sources for a Form