RunbaseReportStd.showQueryValues Method [AX 2012]
Indicates whether to add a Select button to the dialog box.
Syntax
public boolean showQueryValues()
Run On
Called
Return Value
Type: boolean
true if the button is to be added to the dialog; otherwise, false.
Remarks
If you click this button, it will display the query form. Therefore, the queryRun method must return a valid queryRun object. If you change the return value to false, the button will no longer be added.