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.
Retrieves the instance of the QueryRun class, which is used by the queryPrompt method.
Syntax
public QueryRun queryRun()
Run On
Called
Return Value
Type: QueryRun Class
The instance of the QueryRun class, which is used by the queryPrompt method.
Remarks
This method is used if a query prompt is the dialog, and if a Select menu item is added to a dialog. Do not create the instance of the QueryRun class when this method is called. Do it in the unpack method and the initParmDefault method, or in the init method.