Link to home
Start Free TrialLog in
Avatar of junebrown
junebrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Crystal Reports Exporting to PDF - Error

I am trying to export to PDF (crystal reports 8.5) it works fine on my PC (I have crystal reports loaded).
I have transferred all the DLLs mentioned in the runtime.hlp to my clients PC but I get an error
Error 999 : Operation not implemented yet

has anyone any ideas. I can export to word, but not pdf.

what haven't I done.

my code looks like

      ReportObj.Output := ToExport;
      ReportObj.ExportOptions.FileType := AdobeAcrobatPDF;
      ReportObj.ExportOptions.Filename := Ename;
      ReportObj.ExportOptions.Destination := tofile;
      reportobj.export;
ASKER CERTIFIED SOLUTION
Avatar of frodoman
frodoman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of junebrown

ASKER

I have tried registering exportmodeller.dll and crtslv.dll and this resolves the problem.

Thanks
Glad to help - frodoman