Hi all,
I have a problem with the pagenumber on a classic report.
I've made a copy of report 206 and added 2 Pageloop, Header sections. So now i have 3.
I have added an optionfield to tabel 112 with 3 optionvalues and depending on the value of this field either the first or second or third section is printed (currreport.showoutput(Field.Value = Field.Value::1) on presection of the first section, etc).
What happens now is that if the first Pageloop, Header section is printed, the pagenumber (Currreport.PAGENO) is always wrong (f.i. shows 3 when there is only 1 page). When either the second or third section has to be printed the pagenumber is always correct.
Does anyone recognize this behaviour?
Thanks in advance
0