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.
Determines whether a Select button will be added to the dialog box.
Syntax
public boolean showQueryValues()
Run On
Called
Return Value
Type: boolean
Always returns false, by default.
Remarks
If you change the return value to true, the button will be added.
Clicking the Select button that is added to the dialog box displays the query form. Therefore, the queryRun method must return a valid QueryRun object.