Difference between revisions of "SET SCOREBOARD"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET SCOREBOARD=
 
 
 
 
==Class==
 
==Class==
 
Recital Terminal Developer Environment
 
Recital Terminal Developer Environment
Line 15: Line 12:
  
 
==See Also==
 
==See Also==
[[SET MENU]], [[SET STATUS]]  
+
[[DIALOG MESSAGE]], [[MESSAGEBOX()]], [[SET DIALOG]], [[SET MENU]], [[SET MESSAGE]], [[SET STATUS]]  
  
  
Line 28: Line 25:
 
set menu off
 
set menu off
 
use patrons index events, dates, names
 
use patrons index events, dates, names
append</code>
+
append
 +
</code>
  
  

Revision as of 11:39, 17 April 2009

Class

Recital Terminal Developer Environment


Purpose

Enable or disable some informational messages


Syntax

SET SCOREBOARD ON | OFF | (<expL>)


See Also

DIALOG MESSAGE, MESSAGEBOX(), SET DIALOG, SET MENU, SET MESSAGE, SET STATUS


Description

If SET SCOREBOARD is ON and SET STATUS is OFF, then certain informational messages are displayed on line 1 of the terminal screen instead of appearing in the status bar. By default, SCOREBOARD is OFF.


Example

set status off
set scoreboard on
set menu off
use patrons index events, dates, names
append


Products

Recital Terminal Developer