Can XClick on Textbox but in the next step Ui.Vision can't find it

Hi All
I have a script that reads a caller id with ocr and then clicks on a text box and then put the caller id into the text box.
It reads the caller id, clicks on the text box, which you can see as the text box gets the focus and has the cursor in it but instead of putting the caller id in the text box, it says it can’t find it, and it has just clicked in it.

Any help would be gratefully received.

Use Type or XType, not sendKeys

Thank you very much User9898. I have it working now. The only problem is that it seems to send a line feed after it has typed the value in the textbox.