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

Report Export to Adobe Acrobat using VB6

Status
Not open for further replies.

kmcclung

Programmer
Nov 20, 2001
120
US
I am attempting to automate a VB6 app that creates several Crystal v.8 reports and exports them. Ideally, I want to export the reports to Adobe Acrobat (so I loaded the patch to allow Crystal v.8 to do this). However, there is not a value in the PrintFileType property of VB for Adobe. For example, to automate the export to Excel I have added the following line of code
crpDailyCall.PrintFileType = crptExcel50

Any ideas?

Thanks in advance!!
Kathleen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top