Results 1 to 4 of 4

Thread: [2005] Print Receipts

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2006
    Posts
    719

    [2005] Print Receipts

    hello, I'm starting to design point of sales software..

    now, my problem is the printing of receipt? am i going to use crystal report? or or putting it into a RichTextBox and print it as WYSIWYG?

    or pls advice me what to do? hope you can help me w/ this thanks..

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: [2005] Print Receipts

    You could do either of those, although I doubt that the RTB is a good idea because you'll likely need columns and alignment. You could also just use a PrintDocument yourself and draw the receipt as needed.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2006
    Posts
    719

    Re: [2005] Print Receipts

    oh i see? because most of the times, the paper (pos printer) of receipts in POS is too small but it is a continuous paper? that exactly what im pointing is..

    it give me doubt to do it, because if i use crystal report, the alignment in left or right will my problem?

    using PrintDocument? kindly give me sample code for it pls?

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: [2005] Print Receipts

    Read the documentation for the PrintDocument class and you'll get your code example, plus a good overall description and some detail of how the class works.

    You should also read Merrion's printing guide, which you'll find a link to in his signature.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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