FormObjectSet.research 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.
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