When the user tabs into an edit field all text is selected. However, when I programmatically set a value followed by set focus then the cusor is placed at the end of the text but the text is not selected.
How do I select the text so the user can over-type instead having to delete first?
TIA