CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Location
    NJ, USA
    Posts
    25

    Crystal reports interface with visual C++ 5.0



    Could you show an example to interface a crystal report from Visual C++ app.

  2. #2
    Join Date
    Apr 1999
    Location
    NJ, USA
    Posts
    25

    Crystal reports interface with visual C++ 5.0



    Could you show an example to interface a crystal report from Visual C++ app.

  3. #3
    Join Date
    May 1999
    Posts
    4

    Re: Crystal reports interface with visual C++ 5.0

    Hi Praveen
    At first you can design your report in Crystal Report . Then you must add Crystal Report control (ActiveX) into your project.
    Get a member variable from this control and then work with this variable and member functions of CCrystalCtrl .
    The most important functions are :
    SetSelectionFormula(myformula)
    SetConnect(connect string)
    SetReportFileName(rpt filename)
    SetAction(1)
    I hope it is good enough for you .
    Tamanna


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