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 is to be added to the dialog box. If you change the return value to true, the button will be added.
Syntax
public boolean showQueryValues()
Run On
Called
Return Value
Type: boolean
false by default.
Remarks
If you click this button, it will show the query form. Therefore, the queryRun method has to return a valid queryRun.
Examples
public boolean showQueryValues()
{
return true;
}