modified barcode verification form and service to force lowercase input to uppercase input to avoid scanning issues

This commit is contained in:
Infineon\StieberD 2025-02-03 14:17:54 -07:00
parent 44292564f5
commit fcc0ce6b72
2 changed files with 5 additions and 4 deletions

View File

@ -692,7 +692,7 @@
"<4,8>": "51",
"<4,9>": "",
"<4,10>": {
"<4,10,1>": "0x5E000080",
"<4,10,1>": "0x5E000088",
"<4,10,2>": "0x200"
},
"<4,11>": {
@ -1009,7 +1009,7 @@
"<6,8>": "51",
"<6,9>": "",
"<6,10>": {
"<6,10,1>": "0x5E000080",
"<6,10,1>": "0x5E000088",
"<6,10,2>": "0x200"
},
"<6,11>": {
@ -1938,7 +1938,7 @@
"<12,8>": "51",
"<12,9>": "",
"<12,10>": {
"<12,10,1>": "0x5E000080",
"<12,10,1>": "0x5E000088",
"<12,10,2>": "0x200"
},
"<12,11>": {

View File

@ -86,6 +86,7 @@ Options SCAN_TYPES = 'CASSETTE_1', 'CASSETTE_2', 'WM_IN_1', 'WM_IN_2'
Service ProcessScanData(ScanData, ScanType = SCAN_TYPES, FirstCassID, OperatorID)
If (ScanData NE '') then
Convert @Lower.Case to @Upper.Case in ScanData
// Code 3of9 encodes the asterisk and underscore characters. These need to be decoded.
ScanData = Scan_Services('DecodeScanData', ScanData)