Print Prompt
Hi All,
Recently, i receive a lot of quite similar part number from my customer. E.g.: p/n: 1234567890 and 123457890.
The operator need to scan every part number 1 and part number 2 to the bartender print prompt before do the printing.
The problem is here, the operators always miss scan and miss print the label as the 2 part number is quite same to each other if didn't see properly, after they scan the barcode just direct click print. It caused a lot of wastage and reject from our system.
Our Process as below:
1) Operator scan the barcode 1 from the paper based in print prompt for part number 1
2) Operator scan the barcode 2 from the paper based in print prompt for part number 2
3) Print the label
Remarks:
1) The part number 1 and 2 data are not fixed variable
2) The barcode in the paper based are quite near to each other (part number 1 & 2), sometimes the operators will miss-scan and print both same part number label.
Any way to set the print prompt for data 1 and data 2 must not been the same part numer, if the data are same to each other, bartender will give warning/ or error message prompt out or totally not able to print at all.
Thanks,
Recently, i receive a lot of quite similar part number from my customer. E.g.: p/n: 1234567890 and 123457890.
The operator need to scan every part number 1 and part number 2 to the bartender print prompt before do the printing.
The problem is here, the operators always miss scan and miss print the label as the 2 part number is quite same to each other if didn't see properly, after they scan the barcode just direct click print. It caused a lot of wastage and reject from our system.
Our Process as below:
1) Operator scan the barcode 1 from the paper based in print prompt for part number 1
2) Operator scan the barcode 2 from the paper based in print prompt for part number 2
3) Print the label
Remarks:
1) The part number 1 and 2 data are not fixed variable
2) The barcode in the paper based are quite near to each other (part number 1 & 2), sometimes the operators will miss-scan and print both same part number label.
Any way to set the print prompt for data 1 and data 2 must not been the same part numer, if the data are same to each other, bartender will give warning/ or error message prompt out or totally not able to print at all.
Thanks,
0
-
Hello,
I've attached a sample label format which makes use of some VBScripting in order to compare the prompted values the operator scans. If the values are the same, a message will be displayed and the print job will be cancelled.
The VBScript code I've used for this is as follows:
if value = Format.NamedSubStrings("second").Value Then
Call Format.CancelPrinting ("First and Second entered Part Number are equal. Please scan again", "")
End If
Where "second" is just the shared name for the second item you've prompted for.[attachment=186:Sample.btw]0 -
Legacy Poster
★ BarTender Hero ★
Hi Support Team,
Thanks for the advice. But unfortunately, i not able to insert the VB script for each print prompt by myself might my ways are wrong.
Could you mind help me to add the VB script to a label and attach here back to me?
The label most important is the print prompt data [b](Top-File, Child Part1,2,3)[/b] must not be same to each others, if not will shows warning message and "Found Data are equal. Please scan again".
Prompt Dialog:
Top-File
Child Part1:
Child Part2:
Child Part3:
Please help and appreciate your fast reply.
Thank you.0 -
Legacy Poster
★ BarTender Hero ★
Hi Support Team,
Beside how to insert the vb script if there are no data in each print prompt shows error (i know that can set the minimum data), but what is the way for using vb script to done this.
Lastly, if the data and full insert but same to each others, how to set the the vb script for if error found return back to print prompt dialog instead of go back to the previous label template screen.
Thank a lot and appreciate your fast reply.0 -
Legacy Poster
★ BarTender Hero ★
Hi Support Team,
Beside how to insert the vb script if there are no data in each print prompt shows error (i know that can set the minimum data), but what is the way for using vb script to done this.
Lastly, if the data and full insert but same to each others, how to set the the vb script for if error found return back to print prompt dialog instead of go back to the previous label template screen.
Thank a lot and appreciate your fast reply.0 -
Legacy Poster
★ BarTender Hero ★
how to add return to the prompt dialog and where the location to placed this vb script? thanks 0 -
Legacy Poster
★ BarTender Hero ★
Hi all, anyone can help me in this matter. How to add return to the prompt dialog after print out the label instead of return back to the label template.
It's waste time to print out 1 label then return back to template and press print again and again. TQ for help and appreciate your reply.0 -
Legacy Poster
★ BarTender Hero ★
[quote name='tkkhaw' timestamp='1334585915' post='2222']
Hi all, anyone can help me in this matter. How to add return to the prompt dialog after print out the label instead of return back to the label template.
It's waste time to print out 1 label then return back to template and press print again and again. TQ for help and appreciate your reply.
[/quote]
I would try enabling the option 'Automatically Print Again' from the Print dialog. See if that helps. (I attached a screenshot of the option)
[attachment=202:AutoPrintAgain.png]0 -
Legacy Poster
★ BarTender Hero ★
Hi Jim,
You're my man, that is what I'm looking for. Thanks bro!0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
8 commentaires