|
-
March 31st, 1999, 01:29 PM
#1
Crystal reports interface with visual C++ 5.0
Could you show an example to interface a crystal report from Visual C++ app.
-
March 31st, 1999, 01:29 PM
#2
Crystal reports interface with visual C++ 5.0
Could you show an example to interface a crystal report from Visual C++ app.
-
May 7th, 1999, 11:27 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|