Share via


FormObjectSet.research Method

Definition

Overloads

research()

Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.research method, which updates the database search that is defined by the filters and sorts that are currently applied to the form.

research(Boolean)

research()

Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.research method, which updates the database search that is defined by the filters and sorts that are currently applied to the form.

public:
 virtual void research();
public virtual void research ();
abstract member research : unit -> unit
override this.research : unit -> unit
Public Overridable Sub research ()

Applies to

research(Boolean)

public:
 virtual void research(bool _retainPosition);
public virtual void research (bool _retainPosition);
abstract member research : bool -> unit
override this.research : bool -> unit
Public Overridable Sub research (_retainPosition As Boolean)

Parameters

_retainPosition
Boolean

Applies to