Printing considerations

When you print a FORM, the column definition and alignment information are printed on a page following FORM.COLUMNS instead of the Specify Alignment and Specify Definition windows that appear on your screen. The NUM field is repeated with the column definition and alignments.

The following figure shows an example:
Figure 1. Column definition and alignment information that result from printing a form
1                                        FORM:
FORM.COLUMNS
 
        HEADING   DATA                                             PASS
 NUM    ALIGN     ALIGN      DEFINITION                            NULLS?
 ---    --------  ---------  ------------------------------------  ------
   1    DEFAULT   DEFAULT                                          NO
   2    CENTER    CENTER                                           NO
   3    DEFAULT   DEFAULT                                          NO
   4    LEFT      DEFAULT                                          NO
   5    DEFAULT   DEFAULT                                          NO
   6    DEFAULT   DEFAULT                                          NO
   7    DEFAULT   DEFAULT                                          NO
   8    RIGHT     RIGHT       &6 + &7                              NO
   9    DEFAULT   DEFAULT     (&6 + &7)  *  &5                     NO
        *** END ***
 
   05/05/91   11:10 AM                                    PAGE   3