BBjStandardGrid::setInputNBeep

Description   

In BBj 7.0 and higher, this BBjStandardGrid method sets the value which determines whether InputN style cells will beep when the user enters an invalid character.

Syntax

Return Value

Method

void

setInputNBeep(boolean shouldBeep)

Parameters

Variable

Description

shouldBeep

Specifies whether InputN style cells should beep when incorrect data is entered.

0 = Does not beep.

1 = Beeps.

Return Value

None.

Remarks    

Also see BBjInputN::setBeep.

See Also

BBjAPI

BBjSysGui

BBjControl

BBjWindow

BBjInputN

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.