I am using CR XI, Access 2000
The Report has following layout
GH1
D
GF1
I have formula to stop the column headers from printing after change of every group.
In the PF, I have a @reset formula
@reset
-------
whileprintingrecords;
numbervar linecnt := 0;
In the GH1 I have a @incrementcount formula
@incrementcount
---------
whileprintingrecords;
numbervar linecnt:= linecnt + 1;
In the GH1 section --suppression (x+ 2)
I have
whileprintingrecords;
numbervar linecnt;
linecnt <> 1
I have "Repeat Group Header on each page" in GH1
My problem..
In page 2 I get the GF1 above the GH1(labels)..I am confused ?? ?
What is wrong here
The Report has following layout
GH1
D
GF1
I have formula to stop the column headers from printing after change of every group.
In the PF, I have a @reset formula
@reset
-------
whileprintingrecords;
numbervar linecnt := 0;
In the GH1 I have a @incrementcount formula
@incrementcount
---------
whileprintingrecords;
numbervar linecnt:= linecnt + 1;
In the GH1 section --suppression (x+ 2)
I have
whileprintingrecords;
numbervar linecnt;
linecnt <> 1
I have "Repeat Group Header on each page" in GH1
My problem..
In page 2 I get the GF1 above the GH1(labels)..I am confused ?? ?
What is wrong here