Results 1 to 2 of 2

Thread: sending report directly to the printer

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2004
    Location
    Delhi,
    Posts
    1

    Angry sending report directly to the printer

    i am using crystal 8 how can i directly print report with out showing its print view.

    right now i am using code

    crystalreport1.action =1

    but it shows the preview of print which i don't want.
    Last edited by ashutosh_vb_sif; Jun 12th, 2004 at 06:23 AM.
    ashutosh

  2. #2
    Hyperactive Member ARPRINCE's Avatar
    Join Date
    Mar 2003
    Location
    Pinoy in NJ
    Posts
    381
    Try...
    VB Code:
    1. Dim Report As New CrystalReport1
    2. .
    3. .
    4. .
    5. .
    6. 'Report.Action = 1
    7. Report.PrintOut True

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