I have a report that has an arbitrary number of columns. The number of columns is such that it would go beyond the page width. Also the number of rows is such that it goes beyond the page height.

I have five columns that are somewhat fixed in the beginning and then the arbitrary number of data columns. There are also three rows of header data.

(A) The ideal solution would be to have the header data and the first five columns on succeeding pages.

(B) The secondary fallback would be to have the have the header and overflow data on succeeding pages.

(c) A third fallback would be to have the columns and overflow data on succeeding pages

(D) A final fallback would be to have just the overflow data appear on succeeding pages.

That last one, D, resembles what happens when you simply print from Excel when there are too many columns for a page and there are too many rows for a page. B and C are where like when you like the rows or the columns.

Can anyone help me here by telling me what I have to do?

Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to