Click here to Skip to main content
15,890,282 members

Comments by FranzBe (Top 73 by date)

FranzBe 16-Dec-21 3:25am View    
perhaps this one might help:
https://www.codeproject.com/Articles/5317666/Why-do-we-need-MediatR
FranzBe 30-Oct-21 12:10pm View    
you should use 'improve question', or even better: mark this question as answered and ask a new one. Otherwise few people will notice your comment. you should add some more detail: where is the focus before you start scanning, are there event handlers for the 3 textboxes
FranzBe 21-Oct-21 9:13am View    
This terminating character, sometimes called 'custom suffix' is not part of the barcode data itself, the scanning device adds it to the barcode data before sending it to the keyboard input. You will need to look into the manual of your barcode scanner to see how it is setup for your device. In case you set this character to 'tab' your barcode device acts similar to a human user, that after entering something in a textbox as well presses 'tab' to go to the next field.
FranzBe 20-Oct-21 6:24am View    
Typically in the barcode scanner setup, you have the possibility to define a 'terminating character', which (in my world) is set to <tab>. In my applications the processing begins when the Textbox looses focus. I do not see the benefit of processing the barcode by each character. If you want to keep your TextChanged approach you may want to check if the terminating character was detected.
FranzBe 5-Jul-21 6:15am View    
This link might be helpful: https://stackoverflow.com/questions/56876547/sql-query-find-records-with-field-that-has-cardinality-greater-than-one