print one record
i have a database that i take some info for print in QR CODE.I WANR TO PRINT ONLY THE LAST RECORD
-
pthane
★ BarTender Hero ★
If you had or added a incrementing field into the database so that each new record has a higher number than the last, in your Database Connection Setup in BarTender you could configure a descending sort based on that field. The Print screen of your label format should then be set to First Record Only and with the sort in place that would actually be the last record in the database.
0 -
Mark Gilmour
★ BarTender Hero ★
Morning, the solution I found was to modify the SQL In BarTender design to read "Select Top 1" this limits the number of records getting sent to integration manager to the last First / Last record, when you sort the list by DESC, then it will send and print only the most recent record.
0
请先登录再写评论。
评论
2 条评论