|
|
Question : Export to PDF runtime files
|
|
Hi Experts,
I have Delphi 6 and Crystal reports 8.5 In my code, I'm trying to export the RPT to a PDF file. While this is working beautifully on my machine with crystal reports 8.5 installed on it. When I installed it on the client machine (without cr installed), upon running it, I got an error message: Error:999 Error in File...operation not yet implemented. Execute
I suspect this is a runtime file problem. Can anybody tell me what files do I need to installed on the client machine to make export to PDF work?
I have ExportModeller.dll and crxf_pdf.dll. What more do I need? Any service pack or something?
TIA, yorge
|
Answer : Export to PDF runtime files
|
|
Hi yorge,
You need to register on the client machine the 2 DLLs you have above. Copy these files to the c:\windows\system32 directory on the client machine Then goto command prompt and type the following (I assume that your system32 is c:\windows\system32)
Regsvr32 c:\windows\system32\ExportModeller.dll
Regsvr32 c:\windows\system32\Crtslv.dll goodluck, jrmn
|
|
|
|
|