|
-
Mar 15th, 2006, 08:36 PM
#1
Thread Starter
Addicted Member
missing or out of date export dll plzzzzzz help
i have installed crystal report on development machine and tring to export in vb application as pdf..i get missing or out of date dll when i use
Report.ExportOptions.ApplicationFileName = App.Path & "\Email\" & tmbox.Text & ".pdf"
Report.ExportOptions.DestinationType = crEDTApplication
Report.ExportOptions.DiskFileName = App.Path & "\Email\" & tmbox.Text & ".pdf"
Report.ExportOptions.PDFExportAllPages = True
Report.ExportOptions.FormatType = crEFTPortableDocFormat
Report.Export (False)
howver if i use some other code like prompting user to specify locaiton to save it it works fine..can any one tell me the problem..i m using crystal report 9 with vb 6
EVEN in the software if i use export it gives me failed to export error
Last edited by kamran; Mar 15th, 2006 at 10:21 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|