Pagebreaks
Im selecting some rows from my db, and want to organize them on a report like this. This is only one row of data
BODY-----------------------------------------------
(page 1, first row of data from db)
FIELD_1
FIELD_2
FIELD_3
---------------------------------------------- <-- Pagebreak
Page 2, first row of data from db
FIELD_4
FIELD_5
FIELD_6
------------------------------------------ < Pagebreak
Page 3, second row of data
FIELD_1
FIELD_2
FIELD_3
(pagebreak)
and so on.
The problem is that the table control just lists all the rows from db and THEN breaks for a new page. I what to spread my data out over two pages for a singel row from db.
Ãny ideas?
Thanks in advance
|