Difference between revisions of "CLOSE FORMAT"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Close screen format file in current workarea
 
Close screen format file in current workarea
Line 27: Line 25:
  
 
==Products==
 
==Products==
Recital Mirage Server, Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Screen Forms]]
 
[[Category:Screen Forms]]
 
[[Category:Screen Forms Commands]]
 
[[Category:Screen Forms Commands]]

Latest revision as of 15:03, 10 November 2009

Purpose

Close screen format file in current workarea


Syntax

CLOSE FORMAT


See Also

APPEND, CHANGE, CLEAR, CLEAR SCREEN, CLOSE, CLOSE ALL, CLOSE ALTERNATE, CLOSE INDEX, CLOSE DATABASES, CLOSE PROCEDURE, CREATE SCREEN, EDIT, FMT(), INSERT, MODIFY SCREEN, RESTORE SCREEN, SAVE SCREEN, SET FORMAT, USE


Description

The CLOSE FORMAT command closes the format file in the currently selected workarea. Format files are opened using the SET FORMAT TO <format file> command.


Example

use patrons index names
set format to addform
append
close format


Products

Recital