Suppose there are 5 pages in report.
I want to display 1 out of 5, 2 out of 5, and so on.....................in each report page.
How can i implement this......
I have tried PageNumber ()............but its not working......
Please provide help on this............
Thnx in advance................
HI cog_user ,
there is a way do achieve this by creating a prompt with static choices as pages like page1,page2,page3 etc...............
and need to create a boolean variable.
hope it will help you.
vij
:)
Use
PageNumber() of PageCount()
HTH