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

Breaking 'like' text



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 _--