Spread 8.0 Documentation
NoBeep Property
Support Options
ActiveX Reference > ActiveX Properties > NoBeep Property

Glossary Item Box

NoBeep Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns whether the control sounds warning beeps.

Syntax

C++

BOOL CSpreadSheet::GetNoBeep( );
void CSpreadSheet::SetNoBeep(BOOL value);

Visual Basic

[form.]fpSpread.NoBeep[ = boolean%]

Remarks

The default value for the NoBeep property is False, which means the control does sound warning beeps.

This setting is applied to the entire workbook, including all sheets in the control.

By default, the control beeps to warn the user of an error, such as when they try to type a number larger than the maximum allowed value in a currency, number, or percent cell. When the NoBeep property is set to True, the control does not beep.

Spread Designer

Choose the Book menu, then the Environment menu, select the Environment tab, and then choose the Beep Off check box in the Book Settings dialog box.

Data Type

Integer (Boolean)

See Also

Turning Off the Control's Beep

RestrictCols, RestrictRows, TypeCurrencyMax, TypeCurrencyMin, TypeDateMax, TypeDateMin, TypeNumberMax, TypeNumberMin, TypeMaxEditLen, TypePercentMax, TypePercentMin, TypeTimeMax, TypeTimeMin properties

EditError event

DLL Correspondence

SSGetBool (SSB_NOBEEP), SSSetBool (SSB_NOBEEP) functions

Copyright © GrapeCity, inc. All rights reserved.