Taifun.Textbox1.EnterPressed and bar code scanner external

I’m trying to create an application to make warehouse inventory, with an external barcode reader, which has an enter after scanning the code, and this enter I’m not trying to take advantage of with Taifun.Textbox1.EnterPressed, when I press the button, it works correctly but if I do it with the external scanner scans the code is erased from the textbox and the label, I’m supposed to store the scanned code, please help

The textbox extension can only listen to internal keyboard enter clicks

Taifun