Results 1 to 3 of 3

Thread: Printing Invoice on small printer

  1. #1
    747
    Guest

    Printing Invoice on small printer

    Can this be done on VB? I want to print an invoice on a small printer (Like at the cash counter of market).

    If someone has a code that would be great. I can either use CR or print thru VB.

    The application is using MDB as a database.

    Thanks in advance

  2. #2
    jim mcnamara
    Guest
    Yes. But does the printer have a win32 driver? If so, just use the printer object

    If it doesn't you have to send data directly out the LPT1 (or whatever) port. Waht you send is dictated by the control character set for the printer. Like Epson Esc codes vs IBM Esc codes.

  3. #3
    Member
    Join Date
    Sep 2001
    Location
    chennai
    Posts
    43

    link

    Hai
    just see the threads under the heading "cash register printing"
    .It may be the think that you are asking

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