Results 1 to 3 of 3

Thread: barcode when success get that string, is insert chr(13)

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2009
    Posts
    492

    barcode when success get that string, is insert chr(13)

    I have question:

    Do you know that barcode when success get that barcode string,
    is automatic insert chr(13) enter ?


    is hardware auto insert or software adjust ?

    any idea please!

  2. #2
    Fanatic Member sessi4ml's Avatar
    Join Date
    Nov 2006
    Location
    Near San Francisco
    Posts
    958

    Re: barcode when success get that string, is insert chr(13)

    If want to and "^m", ASCII 13, CHR(13) to your barcode string?

    StrBarcode=strBarcode+ Chr(13)

    Link to ASCII chart below

  3. #3
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: barcode when success get that string, is insert chr(13)


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

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