Need help on column layout down then across.

Annali

New member
Local time
Today, 13:05
Joined
Jun 23, 2021
Messages
5
Please help me out. My report would be like this

1row 6row 11row 16row <--- 1st page

2row 7row 12row 17row <--- 2nd page

3row 8row 13row 18row <--- 3rd page

4row 9row 14row <--- 4th page

5row 10row 15row <--- 5th page

Above these will be 4 columns but row will distribute according to database. Above example upto 18 rows will print. So it needs 5 pages to print. If I print 22 rows then I need 6 pages. Here column layout is down then across. How can I do this.
 
add a dummy field call it (RowOrder) and order your records however way you want them displayed
 
see this demo.
 

Attachments

Thanks for the demo. After adding more data all fields are rearranging and sorting
 
upload your db. how will you set an Order on your current report setup?
 
Last edited:
upload your db. how will you set an Order on your current report setup?
Hi, please find the attached. Here I modified little on the report. Each page carry 5 rows. In report Sl no TAC0000001, TAC0000002, TAC0000003, TAC0000004, TAC0000005 on first page. But my requirement is Sl no TAC0000001 on 1st row at 1st page, Sl no. TAC0000002 1st row at 2nd page, Sl no. TAC0000003 1st row at 3rd page... After calculating total rows Sl no.??(dont know which Sl no will come) 2nd rows at 1st page will put. And so on.

Here number of rows will divided by five and distribute accordingly. My target is to reduce paper waste.
 

Attachments

i am attaching an excel file and see if this is correct.
if not add another "sheet" and show the result you want.
 

Attachments

i am attaching an excel file and see if this is correct.
if not add another "sheet" and show the result you want.
Hi, Thanks for your quick response. This is exactly I wanted.
Total number of rows is not fixed. But number of rows per page is fixed to 5. Again thanks for your effort.
 
here i made a tOut table and 3 other related queries.
also add a module2.

see report3.
 

Attachments

Users who are viewing this thread

Back
Top Bottom