Hi PG
Almost all barcode scanner can detect by itself the type. Would PA consider this?
I have tried to work out some ideas for consideration and it works.
Wish PG may consider improve on this to reduce hassle in selection of type of barcode.
Example: TextCode is an Input Box, and since you have 6 types of BarCode, I have iter < 6
Function: OnTimerEnd
If(IsBlank(TextCode.Text), UpdateContext({iter: If(iter < 6, iter + 1)}) && If(iter = 1, UpdateContext({bct : BarcodeType.Codabar}), If(iter = 2, UpdateContext({bct : BarcodeType.Code128}), If(iter = 3, UpdateContext({bct : BarcodeType.Code39}), If(iter = 4, UpdateContext({bct : BarcodeType.Ean}), If(iter = 5, UpdateContext({bct : BarcodeType.I2of5}), If(iter = 6, UpdateContext({bct : BarcodeType.Upc})))))))...

Report
All responses (
Answers (