Difference between revisions of "SET TITLE"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET TITLE=
 
 
 
 
==Class==
 
==Class==
 
Information Center
 
Information Center
Line 21: Line 18:
 
The SET TITLE command controls the display of the File Description dialog box in the Recital Information Center.  When SET TITLE is ON, and a catalog is open, a dialog box entitled ’SPECIFY FILE DESCRIPTION’ appears after a new file is created.  The dialog box contains a field labeled ’Title:’ in which to enter a descriptive line of text of up to 80 characters.  When SET TITLE is OFF, the File Description dialog box is not displayed.
 
The SET TITLE command controls the display of the File Description dialog box in the Recital Information Center.  When SET TITLE is ON, and a catalog is open, a dialog box entitled ’SPECIFY FILE DESCRIPTION’ appears after a new file is created.  The dialog box contains a field labeled ’Title:’ in which to enter a descriptive line of text of up to 80 characters.  When SET TITLE is OFF, the File Description dialog box is not displayed.
  
File descriptions for files in a catalog may be added or modified by using the ''Edit file descriptions…'' menu option.
+
File descriptions for files in a catalog may be added or modified by using the ''Edit file descriptions...'' menu option.
  
  
Line 27: Line 24:
 
<code lang="recital">
 
<code lang="recital">
 
set title on
 
set title on
design</code>
+
design
 +
</code>
  
  

Revision as of 12:54, 20 April 2009

Class

Information Center


Purpose

Enable or disable the File Description dialog box in the Recital Information Center.


Syntax

SET TITLE ON | OFF | (<expL>)


See Also

DESIGN, INFO, SET CATALOG, SET DESIGN


Description

The SET TITLE command controls the display of the File Description dialog box in the Recital Information Center. When SET TITLE is ON, and a catalog is open, a dialog box entitled ’SPECIFY FILE DESCRIPTION’ appears after a new file is created. The dialog box contains a field labeled ’Title:’ in which to enter a descriptive line of text of up to 80 characters. When SET TITLE is OFF, the File Description dialog box is not displayed.

File descriptions for files in a catalog may be added or modified by using the Edit file descriptions... menu option.


Example

set title on
design


Products

Recital Terminal Developer