Hi,
I have a simple form in 2012 R2 where two fields get updated. The form has 2 string edit fields. Both fields have modified and validate methods. The validate methods run checking existing data in the tables. The modified method from the first field sets focus to the second field. The validate method from the second field runs checking data. The modified method from the second field runs a update method via
element.UpdateLocation();
This update method runs updating the data, clearing the fields on the form, and setting focus back to the first field.
All works fine if the data entry is done by choosing data via drop downs on the form. But if the data entry is done by scanning barcodes using a scanner, it only works sometimes but not always. I have tried changing the scanner to use carriage return or tab using the scanner setup functions. The barcodes read fine into notepad. It isn't a issue with the barcodes.
Sometimes when using barcodes the modified method isn't called on the second field and parts of data scanned from the second barcode populate back over to the first field.
Any help is appreciated.
Thanks
David