How to get CR9 report in VB6
Hi,
I'm using VB6 SP6 and very new to Crystal Reports. I've got CR9 and managed to prepare few reports in it. How do I call these reports in VB6 application ? I understand CR9 does not appear in designers nor there is insertable control other than CRViewer9. Your guidance will save valuable time for me. Please explain with sample code and also inform which component controls/ insertable objects have to be included in the project.
Thanks in advance.
Re: How to get CR9 report in VB6
U can add a viewer control to ur form and then give the cr.reportsource = ur file path , by this way ur report can be called easily at ur form , but i will prefer if u use 8.5 for VB 6.0 as it will be easy for u to do a lot of things .