Page 1 of 1

AppGini 22.12 - BARECODE

Posted: 2022-04-13 09:07
by Moh Youba
Hello

How to create a barcode field, that can be uses a barcode scanner to populate.

Thank you

Re: AppGini 22.12 - BARECODE

Posted: 2022-04-13 09:45
by jsetzer
Just create a normal input field depending on the length of your Barcodes for example as varchar 15. That's it. Nothing special. Plugin your Barcode Scanner, perhaps install the device driver, if not done automatically, and start scanning.

Re: AppGini 22.12 - BARECODE

Posted: 2022-04-24 21:04
by Moh Youba
simple as that ;)
thank you sir