Hey amigos!
Anyone have problems with pages not numbered correct?
Let's say I run my program and the report is 10 pages.
First page (which is last one on the report) is printed as "1 of 1"
And then continues "8 of 9", " 7 of 8" and so on.....
I have checked Report Template editor/ Text1 and this is the sintax:
page()+" "+LOWERCASE(LOADSTR(-564)) +" "+ Pages ()
Any Idea? Thank you in advance!!
v4.2MR1 (dated 9-04-07)
OS windows XP (SP2)
Anyone have problems with pages not numbered correct?
Let's say I run my program and the report is 10 pages.
First page (which is last one on the report) is printed as "1 of 1"
And then continues "8 of 9", " 7 of 8" and so on.....

I have checked Report Template editor/ Text1 and this is the sintax:
page()+" "+LOWERCASE(LOADSTR(-564)) +" "+ Pages ()
Any Idea? Thank you in advance!!
v4.2MR1 (dated 9-04-07)
OS windows XP (SP2)
Comment