Ashfaque
Search Beautiful Girls from your town for night
- Local time
- Tomorrow, 03:28
- Joined
- Sep 6, 2004
- Messages
- 897
Hi,
I have an report called Invoice in which I have place a textbox in page footer which contains following IIF statement.
=IIf([Page]=1,"Continued Next Page..." & [Page]+1,IIf([Page]+1<[Pages],"Continued Next Page..." & [Page]+1,IIf([Page]=[Pages]-1,"Continued Next Page..." & [Page]+1," Last Page.." & [Pages])))
The purpose of the above conditional statement is to display blank line at bottom of report if the invoice data is appearing on one single page. And if there are more than one page of a invoice, it should say on first page bottom "Continued Next Page...2" and then "Continued Next Page...3" and on last page the text "Last Page.." Should appear.
I tried managing it but it is working with invoice that has multiple pages but for single page it displaying "Continued Next Page...2" while there is no second page..
Can someone please help?
Thanks,
Ashfaque
I have an report called Invoice in which I have place a textbox in page footer which contains following IIF statement.
=IIf([Page]=1,"Continued Next Page..." & [Page]+1,IIf([Page]+1<[Pages],"Continued Next Page..." & [Page]+1,IIf([Page]=[Pages]-1,"Continued Next Page..." & [Page]+1," Last Page.." & [Pages])))
The purpose of the above conditional statement is to display blank line at bottom of report if the invoice data is appearing on one single page. And if there are more than one page of a invoice, it should say on first page bottom "Continued Next Page...2" and then "Continued Next Page...3" and on last page the text "Last Page.." Should appear.
I tried managing it but it is working with invoice that has multiple pages but for single page it displaying "Continued Next Page...2" while there is no second page..
Can someone please help?
Thanks,
Ashfaque