How to display set of records in a page in UBE

chaitanya.c

Member
If there are 10 records that has to be printed by using UBE.

I got a situation where 5 records has to be printed in one page and 5 records has to be printed in next page when we run the UBE.

Can anyone please help me to solve this.
 
Have you tried a record counter and the "Do Custom Section" system function to reprint the Page Header? And why would you need to do this? Are you sure you don't need a level break of some kind?

And lest I forget, when you post you really need to provide us with essential info such as your release, service pack level, platform, etc. Thanks.
 
The OriginalOne is correct.

A simple record count and a call to a conditional section that forces a page break. When the value is 6 as this means you have more than 5. Reset the count to 1 and resume
(be careful to reprint the page header or record set header each time)

Maybe you only want 5 on a page for formatting reasons?
Quite common, otherwise the output can look messy and overlap pages
 
Back
Top