Difference between revisions of "SET DESIGN"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
=SET DESIGN=
 
 
 
 
==Class==
 
==Class==
 
Information Center
 
Information Center
Line 7: Line 4:
  
 
==Purpose==
 
==Purpose==
Set the mode, design or info, for the Recital Information Center
+
Set the mode, 'design' or 'info', for the Recital Information Center
  
  
Line 15: Line 12:
  
 
==See Also==
 
==See Also==
[[DESIGN]], [[INFO]], [[SET CATALOG]]
+
[[CREATE]], [[CREATE REPORT]], [[CREATE SCREEN]], [[DESIGN]], [[INFO]], [[MODIFY REPORT]], [[MODIFY SCREEN]], [[MODIFY STRUCTURE]], [[SET CATALOG]]
  
  
Line 21: Line 18:
  
 
The SET DESIGN command determines whether the Recital Information Center will initiate in Design Mode or not.  The Recital Information Center is initiated with the INFO or DESIGN commands.
 
The SET DESIGN command determines whether the Recital Information Center will initiate in Design Mode or not.  The Recital Information Center is initiated with the INFO or DESIGN commands.
 +
 
The Recital Information Center is a powerful work surface, from which any type of data may be accessed, viewed, modified and organized.  With the Information Center you can organize files into catalogs which represent a single application, an application interface or a development project.  Depending on your data requirements, the Information Center may serve as an application interface, or as a development tool.
 
The Recital Information Center is a powerful work surface, from which any type of data may be accessed, viewed, modified and organized.  With the Information Center you can organize files into catalogs which represent a single application, an application interface or a development project.  Depending on your data requirements, the Information Center may serve as an application interface, or as a development tool.
 +
 
Design Mode allows access to CREATE and MODIFY work surfaces as well as many other design tools.  Design Mode may also be enabled with the DESIGN command.  When in Design Mode, the Information Center displays a [DESIGN] key that is used to access development work surfaces.  Design Mode also displays program files with an extension of ’.prg’ or ’.app’.  When Design Mode is disabled, only program files with an extension of .app display, and files with an extension of .prg display only in catalogs to which they have been added.
 
Design Mode allows access to CREATE and MODIFY work surfaces as well as many other design tools.  Design Mode may also be enabled with the DESIGN command.  When in Design Mode, the Information Center displays a [DESIGN] key that is used to access development work surfaces.  Design Mode also displays program files with an extension of ’.prg’ or ’.app’.  When Design Mode is disabled, only program files with an extension of .app display, and files with an extension of .prg display only in catalogs to which they have been added.
 +
 
This command allows the optional logical expression <expL> to be evaluated.  If a value of .T. is returned, DESIGN is set ON.  If a value of .F. is returned, DESIGN is set OFF.  Note that <expL> should be enclosed in round brackets.
 
This command allows the optional logical expression <expL> to be evaluated.  If a value of .T. is returned, DESIGN is set ON.  If a value of .F. is returned, DESIGN is set OFF.  Note that <expL> should be enclosed in round brackets.
  
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set design on</pre>
+
set design on</code>
  
  

Revision as of 14:33, 15 April 2009

Class

Information Center


Purpose

Set the mode, 'design' or 'info', for the Recital Information Center


Syntax

SET DESIGN ON | OFF | (<expL>)


See Also

CREATE, CREATE REPORT, CREATE SCREEN, DESIGN, INFO, MODIFY REPORT, MODIFY SCREEN, MODIFY STRUCTURE, SET CATALOG


Description

The SET DESIGN command determines whether the Recital Information Center will initiate in Design Mode or not. The Recital Information Center is initiated with the INFO or DESIGN commands.

The Recital Information Center is a powerful work surface, from which any type of data may be accessed, viewed, modified and organized. With the Information Center you can organize files into catalogs which represent a single application, an application interface or a development project. Depending on your data requirements, the Information Center may serve as an application interface, or as a development tool.

Design Mode allows access to CREATE and MODIFY work surfaces as well as many other design tools. Design Mode may also be enabled with the DESIGN command. When in Design Mode, the Information Center displays a [DESIGN] key that is used to access development work surfaces. Design Mode also displays program files with an extension of ’.prg’ or ’.app’. When Design Mode is disabled, only program files with an extension of .app display, and files with an extension of .prg display only in catalogs to which they have been added.

This command allows the optional logical expression <expL> to be evaluated. If a value of .T. is returned, DESIGN is set ON. If a value of .F. is returned, DESIGN is set OFF. Note that <expL> should be enclosed in round brackets.


Example

set design on


Products

Recital Terminal Developer