Commands4–78
Page Number
Purpose Defines where a page number is placed on a form and automatically
increases the page number on each page.
Mode CREATE
Format PAGE; SR; SC
PAGE The Page Number command; enter PAGE.
SR Defines the starting row of the page number. Enter a
value ranging from row 1 through one less than the
length of the form. Character row or dot row is
specified based on the Scale command (page 4–88), or
use the CP.DP format (page 4–7).
SC Defines the starting column of the page number. Enter
a value ranging from column 1 through one less than
the width of the form. Character column or dot column
is specified based on the Scale command (page 4–88),
or use the CP.DP format (page 4–7).
If the SR or SC extends beyond the page boundaries,
an Error 76 will occur in the Execute Form mode, and
default page number SR SC values are used.
Comments To begin automatically incrementing the page numbers, the starting page
number must be specified during the Execute command.
Example The following command places the page numbers at row 60 column 70 on
the form.
PAGE;60;70