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, which is used by the query prompt.
Syntax
public QueryRun queryRun()
Run On
Called
Return Value
Type: QueryRun Class
A QueryRun, which is used by the query prompt.
Remarks
This method is used when a query prompt is the dialog and when a Select_@SYS2245 menu item is added to a dialog.
Do not instantiate the queryRun whenever the method is called. This should be done in the unpack, initParmDefault, or init methods (if this is used) or in the method only when it is not instantiated.
See Also
RunBaseReport.reportRun Method