BBjGrid::setBeepOnValidationFailure
Description
In BBj 6.00 and higher, this method sets whether a grid should beep when the application calls accept(0) during validation.
Syntax
Return Value |
Method |
void |
setBeepOnValidationFailure(boolean p_shouldBeep) |
Parameters
Variable |
Description |
p_shouldBeep |
Indicates whether the grid should beep when the application calls accept(0) in response to a validation event. |
Return Value
None.
Remarks
By default, a grid will beep when the application calls accept(0).
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.