Share via


FormDataSource.prompt Method

Definition

Activates the standard form, SysQueryForm, that is used to limit a query range.

public:
 override void prompt();
public override void prompt ();
override this.prompt : unit -> unit
Public Overrides Sub prompt ()

Remarks

This method is called when a user clicks the Filter records command on the Command menu or presses CTRL+F3. The prompt 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 prompt.

Applies to