FormObjectSet.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.
Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.active method, which retrieves data from joined data sources when a user navigates to a new record.
public:
virtual int active();
public virtual int active ();
abstract member active : unit -> int
override this.active : unit -> int
Public Overridable Function active () As Integer
Returns
Always returns 1.