Results 1 to 2 of 2

Thread: How to send a Crystal report as mail from vb

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2001
    Posts
    41

    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
    Anand

  2. #2
    Junior Member
    Join Date
    Jul 2002
    Posts
    16

    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
  •  



Click Here to Expand Forum to Full Width