[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: FORM FEED
Use an ASK statement to set the number of lines per page and use the #IFDEF
DEBUG - #ENDIF syntax to incluse/exclude the no-formfeed statement.
Here's a sample form an SQR that sets the lines/page at run time:
ask numlines 'How many lines-per-page would you like? (66 or 80)?'
page-size {numlines} 136
Ed Forman
Associate Director, Computer Services
SUNY - College at Oneonta
FORMANEL@ONEONTA.EDU
(607)436-2706
---------------------------------------------------------------------------
Original Message:
Date: Wed, 14 Feb 1996 16:00:58 -0800
From: Benjamin Le <ble.DOMAIN1.oramail@ZEUS.CC.PCC.EDU>
Subject: FORM FEED
Hi there:
I'm writing a SQR progam to produce graduation listing and labels. The program
will print listing or labels base upon option parameter. If listing selected, I
want to print the listing with new-page at 55 lines. If labels selected, labels
will continue printing without form feed. Since 'no-formfeed' command is only
placed in BEGIN-SETUP that cause no form feed, how do I control the form feed
in the program? Any help is really appreciated. Thanks.
___________________________________________________________________________
Benjamin Le Voice: (503)-977-4970
Portland Community College, Information Technology Fax : (503)-977-4987
P.O. Box 19000, Portland, Oregon 97280-0990 Internet: ble@pcc.edu
___________________________________________________________________________