HP3000-L Archives

June 1999, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Paul Christensen <[log in to unmask]>
Reply To:
Date:
Mon, 14 Jun 1999 15:00:22 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (31 lines)
have a quiz program that was changed so that we could print address labels
on a laser printer,
instead of on a regular line printer.  I changed the lines per page, since
the labels on the impact
printer had a gap between them, that the laser labels do not; and I changed
the images from 4 up
to 2 up on a page.

quiz code:

set report device printer
set page length 6
set page width 42
set page images 2
set nohead
report tab 3 name skip 2 tab 3 address skip 2 tab 3 city-state-zip skip
page

Now the problem;

Page 1 prints 10 rows of address labels (2 columns - total of 20 labels).
Page 2 prints 1   row   of address labels (2 columns - total of 2 labels).
Page 3 prints 10 rows
page 4 prints 1    row

any ideas?

Paul D. Christensen
PC Enterprises Inc.
Osakis MN.

ATOM RSS1 RSS2