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:
rintReport(), but nothing happens, the report doesn't appear anymore!!
Why??
Does anyone has a code snippet that does the same thing??
I call this function and then I call CCReporter:
Why??
Does anyone has a code snippet that does the same thing??