I`m trying to export a report to a PDF file without beeing prompted at all...
but I get this error when Rep.Export is FALSE
but works perfectly when it`s at TRUE ( when beeing prompted )
error
-----------
Crystal Reports ActiveX Designer: Missing or out-of-date export dll.
-----------
I checked and every dll seems ok!
LotusScript
---------------
Rep.ExportOptions.DestinationType = crEDTDiskFile
Rep.ExportOptions.DiskFileName = "Yo_bob.pdf"
Rep.ExportOptions.FormatType = crEFTPortableDocFormat
Rep.ParameterFields(1).AddCurrentValue "English"
Rep.ParameterFields(2).AddCurrentValue "R"
Rep.ParameterFields(3).AddCurrentValue "*"
Rep.Export True
--------------------
I`m using CR 8.5
Lotus Notes 5.08
Help would be appreciated! :O)
but I get this error when Rep.Export is FALSE
but works perfectly when it`s at TRUE ( when beeing prompted )
error
-----------
Crystal Reports ActiveX Designer: Missing or out-of-date export dll.
-----------
I checked and every dll seems ok!
LotusScript
---------------
Rep.ExportOptions.DestinationType = crEDTDiskFile
Rep.ExportOptions.DiskFileName = "Yo_bob.pdf"
Rep.ExportOptions.FormatType = crEFTPortableDocFormat
Rep.ParameterFields(1).AddCurrentValue "English"
Rep.ParameterFields(2).AddCurrentValue "R"
Rep.ParameterFields(3).AddCurrentValue "*"
Rep.Export True
--------------------
I`m using CR 8.5
Lotus Notes 5.08
Help would be appreciated! :O)