I'm using CrystalReport8 and VisualBasic5
and the "CRPEAuto" to export a report into html format,it actually export the report but just several lines of words.
I use the export option
Set objApp = CreateObject("Crystal.CRPE.Application"
Set objRpt = objApp.OpenReport(test.rpt)
Set objExp = objRpt.ExportOptions
objExp.DiskFileName = "c:\test\test.html"
objExp.HTMLFileName = "test.html"
objExp.DestinationType = 1
objExp.FormatType = 3
do you think my export option missing something?
need help.
thank's
and the "CRPEAuto" to export a report into html format,it actually export the report but just several lines of words.
I use the export option
Set objApp = CreateObject("Crystal.CRPE.Application"
Set objRpt = objApp.OpenReport(test.rpt)
Set objExp = objRpt.ExportOptions
objExp.DiskFileName = "c:\test\test.html"
objExp.HTMLFileName = "test.html"
objExp.DestinationType = 1
objExp.FormatType = 3
do you think my export option missing something?
need help.
thank's