Difference between revisions of "CLOSE ALTERNATE"

From Recital Documentation Wiki
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Class==
 
Input/Output
 
 
 
 
==Purpose==
 
==Purpose==
 
Close the alternate output file
 
Close the alternate output file
Line 30: Line 26:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 +
[[Category:Input Output]]
 +
[[Category:Input Output Commands]]

Latest revision as of 15:08, 10 November 2009

Purpose

Close the alternate output file


Syntax

CLOSE ALTERNATE [TO PRINT]


See Also

DB_PRINT, PRINT, SET ALTERNATE, SET CONSOLE, SET PRINT, SET PRINTER


Description

The CLOSE ALTERNATE command closes the active alternate output file then optionally prints the file on the system printer. If the TO PRINT option is specified, then the system specific print command contained in the symbol DB_PRINT is executed.


Example

use patrons index names
set alternate to namelist
set console off
list for event = "BALLET"
close alternate to print


Products

Recital Server, Recital