Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jlstowe

  1. jlstowe

    Printing a escape sequence in VB6

    The escape code is "~C2". Thank you for all of your help.
  2. jlstowe

    Printing a escape sequence in VB6

    When I put that in all I get is the [] symbol printing on the card instead of ^233.
  3. jlstowe

    Printing a escape sequence in VB6

    I got the "^233" escape code out of the old program for printing cards. The old program was written for a primos system. e = "^233" REM **this line clears the printer's print buffer** firstline = e + "F" + Chr(13) REM **this line prints the barcode based on...
  4. jlstowe

    Printing a escape sequence in VB6

    I have to create a program which prints to a card printer. The output needs to be in this format: (esc)T(space)part1(space)part2(space)part3(space)ect..(space)data(carrage return) Where T and part# are internally recognized parameteres to the printer. I can get the output to print out...

Part and Inventory Search

Back
Top