Zum Hauptinhalt gehen

Suche

Suche

Can Bartender Capture Info Scanned From A Reader And Populate A File In Order To Create An Inventory File?

Kommentare

4 Kommentare

  • Avatar
    Ian Cummings
    Moderator

    You can use a document level VB script, via the "File>BarTender Document Options" menu item, using the the OnPrintJobEnd event, to create the Excel file and write content to it.  The below article should help you get started with the script on how to do this:

     

    http://stackoverflow.com/questions/1123605/create-an-excel-file-using-vbscripts

    0
  • Avatar
    Legacy Poster

    Thanks Ian.

     

    Is this where I select the screen to enter vbscript? If so, which category/subcategory do I select to enter the vbscript?

     

    We were hoping to have it "add to" an excel file rather than create a new one each time which is what the directions seem to indicate. I'll take what I can get though.

     

    0
  • Avatar
    Ian Cummings
    Moderator

    What you indicate is not it, that is the Print Code Modifier (PCM) which is something else entirely.  It looks like you have an older version or lower edition of BarTender that doesn't support this.  Instead create a text object to act as a VB script container, place it off the label area so it doesn't print, and use an event based VB script to run your code in.

    0
  • Avatar
    Legacy Poster

    Thanks Ian.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.