Questions tagged [bartender]

BarTender barcode software is a design-and-print software for labels, barcodes, cards and RFID tags.

BarTender barcode software is design-and-print software for labels, barcodes, cards and RFID tags. Running stand-alone or integrated with other programs, BarTender is a solution for on-demand printing or marking application, including: label printing, print and apply, direct marking on parts and packaging, encoding smart cards, sign production, and more.

37 questions
2
votes
1 answer

UnicodeEncodeError: 'ascii' codec can't encode characters in position 62-11168: ordinal not in range(128)

Help me figure out what's wrong with this. I am running Text summarization using Transformers ~/Bart_T5-summarization$ python app.py No handlers could be found for logger "transformers.data.metrics" Traceback (most recent call last): File…
darshan
  • 31
  • 2
2
votes
1 answer

How to pass data from C# to Bartender2016

I read the Bartender SDK,and write the follow code to test label template. var lb = @"C:\Users\Administrator\Desktop\线标.btw"; using (Engine engine = new Engine(true)) { LabelFormatDocument btformate =…
wuhen
  • 33
  • 2
  • 5
2
votes
4 answers

Running Bartender on a single machine over network

I am using Bartender Enterprise Automation edition for Label Printing. As of now, Bartender is installed on machines on which we intended to print the labels from. Now, I have an windows forms C# application, which invokes Bartender Engine and…
1
vote
1 answer

How to pass out argument of type BarTender.Messages

I try to integrate Java application with Bartender Seagull ActiveX interface using jacob 1.19 library. I have a problem with print method because I do not know how to call this method from jacob. I tried following code: public void print( String…
Mariusz
  • 1,661
  • 3
  • 21
  • 35
1
vote
1 answer

Undefined function 'Concat' in expression. for Bartender SQL Statement

I'm currently setting up a label on Bartender. Currently I'm on Database setup screen and already have connected an excel sheet to it. Inside an excel sheet, I have a column that is prefixed with a barcode number starting digits are '5011'. Inside…
user11100279
1
vote
1 answer

Change datasource using bartender dynamically using c#

I'm populating fields data from database with bartender but I'm not able to do same while changing database from code, e.g. There is a template called TestLBL.btw and in the template we have configured database field say TestDB.Name field now I've…
IPS
  • 347
  • 3
  • 16
0
votes
0 answers

Change named datasource data from a form button

I need change a value of a named datasource (embedded data) when I click a button I know that the named datasourced as mapped like variables in bartender forms, but when I initialize a variable the value of the named datasource don't change
0
votes
0 answers

Can't open correctly .prn file from BarTender (TPCL)

I need to export a file from BarTender with Cyrillic, but when I open the file I get something like this: https://i.stack.imgur.com/keGJC.png Use next settings: https://i.stack.imgur.com/zMPbe.png Printer: TOSHIBA B-FV4
Gelu
  • 11
  • 1
0
votes
1 answer

Bartender 2016 R9 Integration will not print when specifying "Copies" using SQL database as source

I have designed a label using Bartender 2016 R9. All the fields use Embedded Data as the type. It prints to a Zebra thermal printer just fine. I have setup a Bartender Integration which uses this label and uses an ADO.NET connection to get values…
Chris G
  • 21
  • 1
  • 4
0
votes
0 answers

TSC TTP-244 Pro Label printing using Bartender Template

i am having trouble with setting the template in Bartender for 34mmx24mm-3up label (34x24 3 labels in a row). I provide exact size of the template but it does not print accurate and results in error in the printer and the error light comes on at…
0
votes
0 answers

QR code containing the entire row data of excel using bartender

I have installed bartender professional 2016 , from which I need to generate the QR code which should consist of the complete row of my excel data . my example excel source data: Date Shift Order Machine Input Spool Coil Number Matl Type …
RaviKumar
  • 141
  • 9
0
votes
1 answer

Bartender Print Portal label query prompt not showing data

This is in regards to the BarTender labeling software and custom SQL queries to bring in data specifically to be used from the library print portal web UI for end users. I have designed a label and am accessing data from an MSSQL data source and I…
jefffryfry
  • 15
  • 5
0
votes
1 answer

Bartender Software HTML Barcode doesn't show in label preview

For my Bartender label I've created a HTML to display in the Markup Language Text tool. When I view the HTML code separately in browser it displays the bar-code correctly. But when I preview the label it doesn't show the bar-code. Can't I refer…
0
votes
0 answers

Unsupported HTTP method 'OPTIONS' was requested, while I set as HTTP method: 'POST'

I have an HTML form in my page. On submit of the form, I am trying to send a JSON file (constructed from the html form) with POST method in a Web Service which runs on my network: $('form').on('submit', function (e) { e.preventDefault(); var…
yaylitzis
  • 4,558
  • 13
  • 54
  • 90
0
votes
2 answers

Bartender error: 'Web Service' requires the 'Enterprise Automation' edition or better to run

I am trying to add a web service following this tutorial. However, when I try to test the web service, pressing Start I am getting the above error: Web Service Integration' requires the 'Enterprise Automation' edition or better to run. BarTender…
yaylitzis
  • 4,558
  • 13
  • 54
  • 90
1
2 3