Because of concerns for the licensing restrictions imposed by CRW 8.x, I had to downgrade my application back to using CRW 7.0.
Now I'd like to stick with RDC when downgrading my application to version 7 (my original code is written using Crystal Automation Engine).
However, I have found that using ActiveX Viewer under ver 7 is extremely slow, compared to ver 8.x (by a factor about 40 times when I use subreports).
I am wondering if anyone has got any tips or tricks to speed up the performance here. I am still using the same code that I used in version 8 to load report in RDC, as per follows:
CRViewer1.ReportSource=MyCrystalReport
'MyCrystalReport is a report object
CRViewer1.ViewReport
Or am I better off going back to my original Crystal Automation Engine code?
Any idea?
Thanks in advance
Now I'd like to stick with RDC when downgrading my application to version 7 (my original code is written using Crystal Automation Engine).
However, I have found that using ActiveX Viewer under ver 7 is extremely slow, compared to ver 8.x (by a factor about 40 times when I use subreports).
I am wondering if anyone has got any tips or tricks to speed up the performance here. I am still using the same code that I used in version 8 to load report in RDC, as per follows:
CRViewer1.ReportSource=MyCrystalReport
'MyCrystalReport is a report object
CRViewer1.ViewReport
Or am I better off going back to my original Crystal Automation Engine code?
Any idea?
Thanks in advance