FormDataSource.prompt Method

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

Syntax

public void prompt()

Run On

Client

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.

See Also

FormDataSource Class

FormDataSource.executeQuery Method

FormDataSource.init Method