Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to export to DHTML ,when i use crystl32.ocx(8.0)?

Status
Not open for further replies.

mickyang

Programmer
Jan 15, 2002
6
TW
How to export to DHTML ,when i use crystl32.ocx(8.0) ?
my VB code :

Crystalreport.PrintFileName = RepOutFileName
CrystalReport.PrintFileType = crptHTML30
Crystalreport.Destination = 2

crystl32.ocx can export DHTML(HTML4.0) ?

 
I spent days trying to sort this out, and finally succeeded.This is my code using the RDC, but it should be similar to the OCX.

1) You need two patch files from the Seagate Site.
cr8dev.zip and
dbexdrvr.zip
2) the key lines of code are....
cReport.ExportOptions.FormatType = crEFTHTML40
cReport.ExportOptions.HTMLFileName = sFile
3) ... and this isn't written down anywhere,
the filename you use, must be a fully qualified path and it MUST have the extension .html - or your VB app will crash every time. Editor and Publisher of Crystal Clear
 
>1) You need two patch files from the Seagate Site.
> cr8dev.zip and
> dbexdrvr.zip

Thank You... But...

I can't found cr8dev.zip and dbexdrvr.zip on

Please tell me how to get cr8dev.zip and dbexdrvr.zip
two files ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top