|
-
Jan 30th, 2003, 06:12 AM
#1
Thread Starter
Member
How to send a Crystal report as mail from vb
Hi ,
I need to send crystal report( grnarated from vb ) as mail .How to do this.
Thanks in advance.
Anand
-
Jan 31st, 2003, 08:52 PM
#2
Junior Member
sending a rpt throw outlook express
i used it in an spanish program but you can get the idea
CRPRODUCTOS.Destination = crptMapi
CRPRODUCTOS.ReportFileName = c:\PRODUCTOS.RPT
CRPRODUCTOS.SelectionFormula = "{PRODUCTOS.CODIGO}='" & CODIGO & "'"
CRPRODUCTOS.EMailToList = CORREOCLIENTE
CRPRODUCTOS.EMailSubject = "PRODUCTOS COMPUACCESORIOS"
CRPRODUCTOS.DiscardSavedData = True
CRPRODUCTOS.Action = 1
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
|