AppGini 22.12 - BARECODE

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
Moh Youba
Veteran Member
Posts: 228
Joined: 2017-03-12 09:31

AppGini 22.12 - BARECODE

Post by Moh Youba » 2022-04-13 09:07

Hello

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

Thank you

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: AppGini 22.12 - BARECODE

Post by jsetzer » 2022-04-13 09:45

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.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Moh Youba
Veteran Member
Posts: 228
Joined: 2017-03-12 09:31

Re: AppGini 22.12 - BARECODE

Post by Moh Youba » 2022-04-24 21:04

simple as that ;)
thank you sir

Post Reply