hellow everyone
I am trying to navigate from page one to last page in a crystal 9 report.
Private Sub PreviewAllPages_Click()
For k = 1 To lastpage ' (this is already calculated)
FormCrystalReportPort.CRViewer91.ShowNextPage
Next
I got this erro: the control is buzy downloading data.
code was in the form that has the CRviewer.
Thanks to every brignt one!