[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Breaking 'like' text
- Subject: Re: Breaking 'like' text
- From: Raja Rajaram <rrajaram@WISE.COM>
- Date: Thu, 13 Feb 1997 17:07:43 -0800
Hi,
Have you tried using the next-listing with the need parameter?
Raja
____________________Reply Separator____________________
Subject: Breaking 'like' text
Author: SQR-USERS@USA.NET
Date: 2/12/97 9:50 PM
I am writing a SQR which reports employees by department and causes a page
break when deptartment changes. This works fine, but the problem is that
each employee has multiple lines and sometimes a page-break is caused when
only a few of the employee's lines are printed.
i.e.
emplid01 xxxx xxxx xxx
xxxx xxxx xxx xxx
xxxx xxxx xxx xxx
xxx xxx xxx xxx
emplid02 xxx xxx xxx xxx
--- page break ---
xxx xxx xxx xxx
emplid03 xx xxx xxx xxx
xxx xxx xxx xxx
xxx xxx xxx xxx
etc.
Is there a simple way to keep these lines together so that emplid02
willstart on a new page? The number of lines of information for each
employee may differ.
Thanks in advance
--_ Scott _--