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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal Reports 8

Status
Not open for further replies.

ratzp

Programmer
Dec 30, 2005
49
IN
I am using VB 6.0 and Crystal Reports 8... I need to know which all files are necessary for exporting the Crystal Report file (.rpt) to any other format say(.pdf)

This is for the client as he is gonna use only our software and he dont hav crystal report at his place and also not intend to install one
 
What have you already got? What do you see when you click the export icon?

[yinyang] Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10 [yinyang]
 
I am doing it through the code.. I am not clicking on the Export Button

--------The Code---------

set obj=cryReport
obj.ExportOptions.DiskFileName = "Test.pdf"
obj.ExportOptions.DestinationType = crEDTDiskFile
obj.ExportOptions.FormatType = crEFTPortableDocFormat
obj.Export False

-----End Code-----------

when the files for export It shows the error
Missing or out of date dll

This is true the files are missing cos its not being registered .. Even if i get the could registered my work will be done

 
Hii chelseatech

The Code will work fine if Crystal Report is installed but i dont want to install crystal report ...

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top