Lines are creeping (Quiz)
Mike Palandri
palandri@4j.lane.edu
Tue, 21 Jan 2003 19:08:17 -0800 (PST)
Try SET FORMFEED.
Quoting Karen Barrett <kbarrett@denkor.com>:
> Such simple code - a major headache when the output is not
> cooperative.
>
> REPORT &
> TAB 01 " " &
> PRT-CONDENSE & ; font control for printer
> SKIP &
> TAB 38 SYSDATE FORMAT MMDDYY SEP "/" &
> SKIP 2 &
> TAB 13 DIV-NAME &
> SKIP 2 &
> TAB 13 PRT-NAME &
> SKIP &
> TAB 23 COVERAGE &
> SKIP &
> TAB 13 GROUP-ID OF EMPLOYERS &
> TAB 38 MEMB &
> SKIP
> FINAL FOOTING &
> RESET-PRINTER &
> SKIP
>
> SET REPORT DEV PRINTER NAME CDWCARD LIM 9999
> SET PAGE WIDTH 66 LENGTH 60 IMAGE 2
> SET NOHEAD
>
> The paging is the problem. I have tried reserving lines, different
> page
> lengths, headers and nohead. I "gain" one line per page so that page 1
> is fine but page 2 has the first line from page 3 at the bottom, page
> 3
> has the first 2 lines from page 4 at the bottom....
>
> We are an HP3000 shop outputting to HP laser printers.
> Thanks in advance -
>
> Karen Barrett
> Senior Program Analyst
> Denkor Dental Mangement Corp.
> (503) 644-6444 x4363
>
> = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> Mailing list: powerh-l@lists.swau.edu
> Subscribe: "subscribe" in message body to
> powerh-l-request@lists.swau.edu
> Unsubscribe: "unsubscribe" in message body to
> powerh-l-request@lists.swau.edu
> http://lists.swau.edu/mailman/listinfo/powerh-l
> This list is closed, thus to post to the list you must be a
> subscriber.
>
Mike
.