Multi-Column Report Display Problems
Posted: Thu Jan 13, 2011 1:20 am
I created a two column report as follows:
Page Header
Group 1 Header (Printed on All Pages)
Group 2 Header
Group 3 Header
Data
The page is broken into 2 columns.
The report is organized correctly, and all data prints. However, I My Group 1 Header data creeps up the page in the second column.
Example:
Should be :
Here is what displays:
In other words, Group 1 Header does not stay below the Page Header when it is printed in Column 2. It "creeps" on me. The same thing occurs whether I use a solid panel or a Report Header.
What am I doing wrong?
Page Header
Group 1 Header (Printed on All Pages)
Group 2 Header
Group 3 Header
Data
The page is broken into 2 columns.
The report is organized correctly, and all data prints. However, I My Group 1 Header data creeps up the page in the second column.
Example:
Should be :
Code: Select all
TITLE
G1 Header G1 Header
G2 Header G2 Header
G3 Header G3 Header
Data Data
Code: Select all
G1 Header
TITLE
G1 Header
G2 Header G2 Header
G3 Header G3 Header
Data Data
What am I doing wrong?