FormObjectSet.prompt 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.prompt method, which activates the SysQueryForm class that is used to limit a query range.
public:
virtual void prompt();
public virtual void prompt ();
abstract member prompt : unit -> unit
override this.prompt : unit -> unit
Public Overridable Sub prompt ()