PDA

Click to See Complete Forum and Search --> : Moving to next page


edna
Dec 2nd, 2002, 09:42 AM
Hi all,
1) I have created a report .rpt and using CRV dispaying the same. If i use the default options CrystalReportViewer1.HasPageNavigationButtons = true
CrystalReportViewer1.DisplayToolbar = true
it displays the CRV as it is in design mode.
How to go to next page??


2) In my report in the page footer i have placed special field
Page N of M. It always displays 1 of 1...

Pls help to resolve the above problem,

Thanks in advance,
edna

MikeHost
Dec 2nd, 2002, 08:40 PM
Edna,

I'ts difficult to say without seeing your dataset and your code. Sometimes it's easy to look at a problem like this and not see the real problem. From what you've said so far your crystal report is already set up correctly to display the next page. The problem sounds like you only have one page of data to display. Double check your datasource to make sure that you are reading the data that you are expecting.

I hope this helps.

edna
Dec 3rd, 2002, 03:54 AM
Thanks for your reply.T
here r about 3 pages of Data.
Only thing is if i use the default tool bar buttons( part of CRV) i.e
the Goto option which is on the screen it opens the CRV as it is in the |Design mode.

How do you move to next page if there is more than one page???


Thanks,
edna.