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
crpDailyCall.PrintFileType = crptExcel50
Any ideas?
Thanks in advance!!
Kathleen