Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Transmitting SP parameters from VC++

Status
Not open for further replies.

Robertus

Programmer
Feb 16, 2001
81
0
0
RO
I have installed CR 4.6 on my machine, and in the MS VC++ 6.0 IDE there appeared a component (ActiveX) Crystal Reporter. Importing that component into my VC++ (MFC) project a class was generated CCReporter; this class has a method: SetStoredProcParam(short index, LPCTSTR value);
I call this function and then I call CCReporter::printReport(), but nothing happens, the report doesn't appear anymore!!
Why??
Does anyone has a code snippet that does the same thing??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top