CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 1999
    Posts
    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




  2. #2
    Join Date
    Nov 1999
    Location
    India,MUMBAI
    Posts
    6

    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




  3. #3
    Join Date
    Jul 1999
    Location
    Brazil
    Posts
    48

    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.


  4. #4
    Join Date
    Mar 2001
    Location
    Pakistan
    Posts
    33

    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
  •  





Click Here to Expand Forum to Full Width

Featured