[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

RE: [sqr-users] Forcing a New Page help needed..



If you put the new-page in the after procedure you will not get a blank page
at the beginning: (don't put the new page in the before proc)

e.g.:
Begin-select
break-var () on-break after=afterproc
..
end-select

begin-procedure afterproc
print 'summary stuff' ()
new-page
end-procedure

steve.

-----Original Message-----
From: sqr-users-admin@sqrug.org [mailto:sqr-users-admin@sqrug.org]On
Behalf Of DHJDHARRIS@aol.com
Sent: Friday, 23 May 2003 11:36 PM
To: sqr-users@sqrug.org
Subject: Re: [sqr-users] Forcing a New Page help needed..


Thanks everyone for your help..  I am getting the separate breaks where I
need them but I get a blank page starting out.  How do I get rid of that?


_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users