Product: LABELVIEW, CODESOFT
Version: All Versions
|
In order to print by scanning a barcode into the TEKLYNX product, you will need to prepare your data sources and User-Interface properly. Below are the steps to produce this function.
NOTE: It is important to note that the 'Display in Form" checkbox is selected. If it is not, it will not appear in the Form.
Now that you have set up your Form properly, if your barcode that you are scanning has a Carriage Return ({CR}) at the end of the string of data, it will print one (1) label automatically.
NOTE: It is important to note that this will ONLY work if the barcode has a Carriage Return at the end of the string of data. If your barcode/barcode scanner does not come with a Carriage Return built in to the process already, please continue and follow the steps below.
NOTE: It is highly recommended to use the name of the Data source you are attempting to manipulate with the Formula expression with the addition of "Formula" at the end to easily identify which Formula is affecting which Data source.
EXAMPLE EXPLANATION:
SYMBOLOGY: Code128 Linear Barcode
DATA: 123456789987654321 & char(13)
{successful print job of 1 label automatically with the string of data 123456789987654321}
NOTE: Please note that the ASCII function for the Carriage Return is the Char() function with the decimal integer of thirteen (13)
|