CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2008
    Posts
    19

    Printing invoice in CRSTAL report 8.5 in DOT MATRIX in roll Paper

    I am developing a sample project in Visual basic 6 and MS Access 2003.

    1. I wish to print Invoice in Continuous statonery (Roll Paper ) width of paper 5.5 inches
    I am printing CRYSTAL Report 8.5 report in Roll paper (Continuous Stationery)


    My problem , after printing one bill printer skips and giving lot of space between two bills. My aim printer must stop printing after completing one bill. ( no gaps required ) and user tear off that bill and continue to print next bill.

    I am printing invoice in DOT MATRIX PRINTER (USB )

    My code is



    BILLPRINT.DiscardSavedData
    BILLPRINT.Database.SetDataSource rs
    crviewerbill.ReportSource = BILLPRINT
    crviewerbill.Zoom (100)
    BILLPRINT.ReportTitle = "BILL"
    BILLPRINT.txtdue.SetText "" & custdue & ""
    BILLPRINT.PrintOut False

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Printing invoice in CRSTAL report 8.5 in DOT MATRIX in roll Paper

    As in your other thread, check your printer settings.
    Always use [code][/code] tags when posting code.

Tags for this Thread

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

Featured