Click to See Complete Forum and Search --> : Using Crystal Report ActiveX control in MFC application
Roger Lai
March 30th, 1999, 02:03 PM
I have a MFC application with ActiveX control support. I am trying to use
Crystal Report ActiveX control in the application. How to implement that?
Any info related to integrate ActiveX control with MFC application will
be appreciated.
Thanks,
Roger Lai
kanojiajogesh
November 29th, 1999, 07:49 AM
Once you Insert Cry Control in your App
If you are uising Dialog then draw the control on the dialog
And Add M.V to that control
Once you have created MV , you will get all the
property of CRY control
if MV is with name like "rep" then
rep.SetReportFileName("report.rpt");
rep.SetAction(1);
Regards
Jogesh
LHFerrari
November 29th, 1999, 08:43 AM
Hi,
At http://devcentral.iftech.com/Learning/tutorials/mfc-win32/crystalreports/ you find a quick explanation on how to add report generation facility to your App using Crystal Reports.
If it helps, rate it.
Asma Qayyum
May 21st, 2001, 03:08 AM
hello
i want to pass the arguments to my report in run time. can u pls help me. i am working in VC.
asma
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.