1 09/10/85  restore_format_options, rsfo
 2 
 3 Syntax:  rsfo path
 4 
 5 
 6 Function:  Restores the saved report layout specified by path.  Only
 7 the formatting options found in the saved report layout have their
 8 values changed.
 9 
10 
11 Arguments:
12 path
13    the pathname of the saved report format to be restored.  If path
14    does not contain an fo.ec_name suffix, one is assumed.  The ec_name
15    is specific to the subsystem which is using the report writer, and
16    the ec suffix for the subsystem is substituted here by the report
17    writer.
18 
19 
20 Notes:  Refer to the save_format_options request for detail on the
21 content of the saved report format.
22 
23 
24 Examples:
25    rsfo sample_display_format
26    rsfo another_display_format.fo.lec
27