Genicom GEK 00031B User Manual

Page 166

Advertising
background image

Chapter 7. Dec LG/Compaq LG Plus Emulation

GEK-00029B

166

DECFLM

(continued)

Sample DECFLM Sequence
ESC P 0 ; 3 & p 04Memo%@00234 ESC \

Decimal:

144 P1 59 P2 38 112 record 156

Hex:

90 P1 3B P2 26 70 record 9C

BASIC:

CHR$(144);CHR$(P1);CHR$(59);CHR$(P2);"&p";
record;CHR$(156);

DECDFM

Delete Forms Sequence: Deletes forms from printer memory.
General Command Syntax
DCS Ps & q forms id ST

Ps = 0 Delete form that matches the forms id string.
Ps = 3 Delete all stored forms.
Indeterminate Conditions
The FORM ID string identifies the forms to be deleted. If more than

one Form ID is listed, separate them with semicolons. Form Ids with
more than ten characters are ignored.

If you try to delete a form while it is printing, the printer will ignore
the delete command.

Decimal:

144 Ps 38 113 FORMS ID 156

Hex:

90 PsH 26 71 FORMS ID 9C

BASIC:

CHR$(144);CHR$(ps);”Sq”;forms id;CHR$(156);

NOTE

The forms remain selectable until new forms are loaded using
the replace all command, another form with the same number

is loaded, or if the printer power is turned off.

Advertising