FORMS DESCRIPTION LANGUAGE

FORM/RESOLUTION

 

Defines the name and resolution of the form.

 

Naming the form

 

 

 

Defines the name of the form. Once the form is compiled and

 

stored on the system disk, this is the name used by the LPS

 

software to reference the form.

Syntax

FORM name;

Parameter options

name

 

A one- to six-character identifier that references the form.

Default

None. A form name is mandatory.

Example

FORM BLUBOX;

Considerations

The FORM command must be the first command in the form

 

definition and must be completely contained in the first record

 

of the form definition.

 

Reserved words (such as FORM, GRID, FONT, TEXT, BOX, LOGO,

 

and so on) cannot be used for the name. However, reserved

 

words can be modified and used (for example, FORM1, FORM2,

 

and so on).

 

Specifying resolution

 

 

 

The RESOLUTION parameter is an optional part of the FORM

 

command that allows you to specify whether the form is created

 

at 300 or 600 spots per inch (spi).

Syntax

FORM name RESOLUTION IS value SPI;

Parameter options

name

 

A one- to six-character identifier that references the form.

 

value

 

Specifies whether the form is created at 300 or 600 spi.

Default

None.

Example

FORM BLUBOX RESOLUTION IS 300 SPI;

2-4

XEROX 4050/4090/4450/4650 LPS FORMS CREATION GUIDE

Page 26
Image 26
Xerox 4450, 4650 manual Form/Resolution