Difference between revisions of "Recital Getting Started"

From Recital Documentation Wiki
Jump to: navigation, search
Line 24: Line 24:
  
 
* type Recital or SQL commands  at the prompt
 
* type Recital or SQL commands  at the prompt
 +
 +
==System Menu==
 +
* Many operations are available from the ''System Menu''.  For details on all the menu options, please see [[System Menu]].
  
 
==Exiting Recital==
 
==Exiting Recital==
Line 32: Line 35:
 
</code>
 
</code>
  
==System Menu==
+
or select '''File -> Exit''' from the [[System Menu]].
* Many operations are available from the ''System Menu''.  For details on all the menu options, please see [[System Menu]].
+
  
 
==Accessing Data==
 
==Accessing Data==

Revision as of 10:20, 2 March 2010

Template:YLM to do

Starting Recital

$ db

or

$ recital

The first time you start Recital, you will be prompted to choose your system-wide language and filetype settings to ensure optimum compatibilty if you are migrating from an XBase system. Use the cursor keys to navigate the dialog and the spacebar to make a selection.

Compat dialog.png

These settings will be written to the system compat.db file. The Compatibility dialog will be redisplayed at the start of an interactive session any time the compat.db file is not found. The settings can also be altered by entering set compatible at the prompt.

> set compatible
  • starts with system windows - use -x when starting Recital or CLEAR WINDOWS once in Recital to remove windows.
  • type Recital or SQL commands at the prompt

System Menu

  • Many operations are available from the System Menu. For details on all the menu options, please see System Menu.

Exiting Recital

To exit Recital, type quit at the prompt:

> quit

or select File -> Exit from the System Menu.

Accessing Data

Editing Files

Running Programs