Skip to main content

Search

Search

Adding Data To Pdf417 Bar Code

Comments

3 comments

  • Avatar
    Shotaro Ito
    Hi Fubr,
    Actually BarTender can have multiple database field in a barcode datasource.
    [attachment=129:multiplesubstrings.png]
    In Datasource tab, click [Advanced] at right bottom to show advanced datasource dialog. From substring list in left pane, you can add several substrings to assign database field and screen data.
    (In BarTender 10, substrings is renamed to data sources.)

    Besides if you need to use VBScript for some reason, I would do like this in VB Script Source - Multiline.
    [code]
    Value = ""
    value = Value & "DT" & "Getting Place 600 MyStreet. Hometown, Ks 67547"
    value = Value & "Origin - US"
    value = Value & "V" & "BR549"
    value = Value & "P" & Field("V_BI_BIN_LABELS.CUST_PART")
    value = Value & "Q" & Field("V_BI_BIN_LABELS.QUANTITY")
    value = Value & "K" & Field("V_BI_BIN_LABELS.CUST_PO")
    [/code]
    Hope that helps.
    0
  • Avatar
    Legacy Poster
    Sorry for that ,maybe , a PDF-417 Barcode Generator for ASP.NET can be helped.
    [code]http://www.keepautomation.com/products/net_barcode_aspnet/barcodes/pdf_417.html[/code]
    0
  • Avatar
    Legacy Poster
    .NET Winforms PDF-417 Generator (www.businessrefinery.com/products/barcode_net_win/pdf_417.html)is easy to integrate in C#, VB .NET Windows applications. PDF-417 barcode can be generated and created in .NET programs with Windows Forms DLLS or controls. It is compatible with the latest ISO PDF-417 barcode standard.
    Hope it helps.
    0

Please sign in to leave a comment.