Barcodes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Dermot
    Indigo Rose Customer
    • Apr 2004
    • 1791

    Barcodes

    If you ever need to use barcodes in an application check out these free code 39 barcode fonts.

    Find free Code 39 symbiology barcode font download that is not limited. Find free barcode fonts and other tools at Barcodes, Inc


    See the example project to see how to use in AMS. Works great!

    You will need to download and install them to use the example.
    Last edited by Dermot; 11-14-2009, 09:35 PM.
    Dermot

    I am so out of here :yes
  • Corey
    Indigo Rose Staff Alumni
    • Aug 2002
    • 9745

    #2
    Awesome. Bar coding is becoming more and more essential every day. Great post Dermot, thanks! :yes

    Comment

    • Dermot
      Indigo Rose Customer
      • Apr 2004
      • 1791

      #3
      Thanks Corey

      Yes barcodes can be very useful. I am starting to use them more and more. Of course they are not much good if you cannot print them so I have attached an updated example showing how to embed the barcode in a html file so you can print it.
      Last edited by Dermot; 11-14-2009, 09:34 PM.
      Dermot

      I am so out of here :yes

      Comment

      • Corey
        Indigo Rose Staff Alumni
        • Aug 2002
        • 9745

        #4
        Cool... :yes

        Comment

        • Intrigued
          Indigo Rose Customer
          • Dec 2003
          • 6138

          #5
          Ah, I'm not the only one jumping on the AMS and Barcode bandwagon now.

          :yes

          Intrigued

          Comment

          • Worm
            Indigo Rose Customer
            • Jul 2002
            • 3971

            #6
            Thanks Dermot!!

            Very cool, this will come in handy for me.

            Here's a little code snippet that will use the font in the DataGrid plugin too. I like being able to print from the DataGrid rather than a browser.

            Code:
            --Depending on which font you want to use
            tblFontInfo = {FaceName="Free 3 of 9 Extended", Height=36, Weight=0}
            tblFontInfo = {FaceName="Free 3 of 9", Height=36, Weight=0}
            
            --Set the font for the cell
            DataGrid.SetCellFont("Grid", 0, 0, tblFontInfo, true)
            
            --set the text in the cell
            DataGrid.SetCellText("Grid", 0, 0, "1234567", true)

            Comment

            • Dermot
              Indigo Rose Customer
              • Apr 2004
              • 1791

              #7
              Nice one Worm! I never even thought of using the DataGrid. If the DataGrid could wrap text within a cell it would make it an awsome tool for generating reports for printing.
              Dermot

              I am so out of here :yes

              Comment

              • caspernz
                Forum Member
                • May 2009
                • 4

                #8
                please help with barcode app

                Hello 

                I am currently employed as a I.T Tech in New Zealand

                One of the clients I installed a computer for is a small non profit organisation. They were wanting a simple barcode creating program but did not have the funds to buy a pre made software solution and I had an idea to use indigo rose software to design something for them free of charge as I have used this software to make very simple programes in the past

                I have downloaded and tried to customise the Barcoding_2.apz posted by Dermot but I am running into trouble getting it to work.

                I am wanting to have a program that has three user inputs available input1 = client number, input2= reference number, and input3= date.

                When the user presses print it would print all three barcodes beside one another on to a label printer the label it will be printed to will have the dimensions of 29mm X 90mm

                I was going to use the free code 39 for this

                If anyone out there could help me I would really appreciate it

                Thank you
                Paul

                Comment

                Working...
                X