|
-
March 30th, 1999, 03:03 PM
#1
Using Crystal Report ActiveX control in MFC application
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
-
November 29th, 1999, 08:49 AM
#2
Re: Using Crystal Report ActiveX control in MFC application
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
-
November 29th, 1999, 09:43 AM
#3
Re: Using Crystal Report ActiveX control in MFC application
Hi,
At http://devcentral.iftech.com/Learnin...rystalreports/ you find a quick explanation on how to add report generation facility to your App using Crystal Reports.
If it helps, rate it.
-
May 21st, 2001, 03:08 AM
#4
Re: Using Crystal Report ActiveX control in MFC application
hello
i want to pass the arguments to my report in run time. can u pls help me. i am working in VC.
asma
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|