I'm reposting this. I REALLY need some help with this one! I'm running Windows98.

I just loaded the crytal reports that came with VB6. I have a CSV file and need to create a line chart graphic.

I designed a CR report which created what I needed, tested it, remove the selection criteria and saved it.

I then created a new VB project. Put a Crytstal Reports Object on the form and an execute button that triggers the command...

mintResult = CReport.PrintReport

When the destination is to screen or printer, the command works fine. However, when I attempt to send the report to file as a CSV or HTML it fails and mintResult = 20540 which means -

"Missing or Outofdate Export DLL The DLL required by your export call is either missing or outofdate."

When I export from CR I get no such error. Any ideas?