xHarbour Reference Documentation > Command Reference xHarbour Developers Network  

SET SCOREBOARD

Toggles the display of messages from READ and MemoEdit().

Syntax

SET SCOREBOARD ON | off | (<lOnOff>)

Arguments

ON | off | (<lOnOff>)
The option toggles whether or not messages generated by READ or MemoEdit() are displayed on the screen. The default is ON, or .T. (true). When set to OFF or .F. (false), READ and MemoEdit() messages are suppressed.

Description

SET SCOREBOARD is a compatibility command that influences the display of messages generated by MemoEdit() or READ. Such messages inform the user about the Insert/Overstrike mode during editing, or if invalid data is input. The messages are displayed in the top screen row, if activated.

Info

See also:@...GET, MemoEdit(), READ, Set()
Category: Output commands , SET commands
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe