Allow_Beep
Purpose Indicates if the system will beep when the user presses an
invalid key.
Decln. Allow_Beep(On:boolean);
Remarks Pass true to activate beeping and false to disable beeping.
Default is true. The setting applies to the active table.
Example
BEGIN
ALLOW_BEEP(FALSE);
END;