BBjStandardGrid::setCellHasQuery
Description
In BBj 8.0 and higher, this BBjStandardGrid method specifies whether a cell should have an associated query button.
Syntax
| Return Value | Method | 
| void | setCellHasQuery(int row, int column,boolean hasQuery) | 
Parameters
| Variable | Description | 
| column | Specifies the 0-based column. | 
| hasQuery 
 
 | Specifies whether this cell has a query button. 0 = Does not have a query button. 1 = Has a query button. | 
| row | Specifies the 0-based row. | 
Return Value
None.
Remarks
When the user clicks on a grid cell query button, the grid fires a Grid Cell Query Event. This is a validation-style event, which must be acknowledged by invoking the accept() method.
Example
|  | 
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.