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!

HELP ! ! ! - Emailing a report w/VB and Crystal Reports

Status
Not open for further replies.
May 26, 2001
15
0
0
US
Thanks for your help in advance.

I'd like to email a report, NOT AS AN ATTACHMENT, but rather in the body of an email.

The below code is also ONLY good for an attachment. Except 'crptHTML30 ' does not work!

How do I do this????

MDImain.CrystalReport1.Destination = crptMapi
MDImain.CrystalReport1.PrintFileType = crptHTML30
MDImain.CrystalReport1.EMailToList = glbRptCreditorEmail
MDImain.CrystalReport1.EMailSubject = "PROPOSAL FOR - " & glbRptClientName
MDImain.CrystalReport1.EMailMessage = "Test, Test, Test"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top