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

Invalid Export Dll or export format

Status
Not open for further replies.

prasadalone

Programmer
Aug 15, 2002
87
This is my vb code
frmObj.ReportView.Destination = 3
frmObj.ReportView.PrintFileType = 2
frmObj.ReportView.EMailCCList = GetEmail
frmObj.ReportView.EMailSubject = "Outstanding"
frmObj.ReportView.Action = 1

I m getting this error
Invalid Export Dll or export format

thanks in advace

Bye

Prasad
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top