Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the QueryRun object, which is used by the QueryPrompt object
Syntax
public QueryRun queryRun()
Run On
Called
Return Value
Type: QueryRun Class
The QueryRun object.
Remarks
This method is used when a query prompt is the dialog box, and when a Select menu item is added to a dialog box. Do not instantiate the queryRun object whenever the method is called. This should be done in the unpack method and the initParmDefault method, in the init method (if this is used), or in the method only when the object is not instantiated.