Hello
I am focusing a text box using MyTextBox.FocusIn(). If the textbox already contains text (its on an editform) is there a way to make the text in the text box pre-selected so that the user does not have to. My text box currently looks like this when the editform opens (the cursor is at the end)
I want it to look like this:
When you tab through an edit form the text is pre-selected as above, just not on the first field.
Thanks