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 a QueryRun object, which is used by the QueryPrompt class.
Syntax
public QueryRun queryRun()
Run On
Called
Return Value
Type: QueryRun Class
A QueryRun object that is used by the QueryPrompt class.
Remarks
This method is used if the dialog box is a query prompt, and if a Select menu item is added to a dialog box. Do not instantiate the QueryRun class whenever the method is called. This should be done in the unpack and initParmDefault methods or in the init method (if this is used).