Cody
Thanks for your interest. Here is a basic example of some code. The first export is a VB6.0 data report which I automatically export to HTML with no problems. I then introduced Crystal reports into the project and I am trying to export this to HTML also. I set all the necessary export options (i think!) and then do the export but I keep getting the CR dialog box prompting for export options. It's the same dialog box that comes up if you try to export from the crystal reports IDE.
Hope you can help?
Damo
rptVoiceException.Title = strRptTitle & _
"Voice Exception Report - (Hourly File " & FileList

& "

"
'rptVoiceException.ExportReport rptKeyHTML, strHTMLPath & Mid(FileList

, 7, 2), True, False
imgCheck2.Visible = True
'Update_Exception_Totals_Table
CrystalReport1.ExportOptions.HTMLFileName = "D:\damien\test\chart"
CrystalReport1.ExportOptions.FormatType = crEFTHTML32Standard
CrystalReport1.ExportOptions.DiskFileName = "D:\damien\test\"
CrystalReport1.ExportOptions.DestinationType = crEDTDiskFile
CrystalReport1.ExportOptions.HTMLEnableSeparatedPages = True
CrystalReport1.ExportOptions.HTMLHasPageNavigator = True
CrystalReport1.Export
deGspProcessing.rsVoiceExc_Grouping.Close