michellecole
Programmer
Is there a way to position the cursor within a textbox? For instance, when a user clicks the "Add" button, a textbox is auto populated with the first 9 characters of an ID; the user enters the remaining 4. But the cursor is positioned at the left of the text in the textbox instead of the right where the user really needs to be to begin entering.
I've tried not to use a setfocus and rely on tab order but it places cursor at the left instead of the right.
I also formatted the text box to right justify, but again the cursor is placed to the left.
Any ideas?
Thank you,
Michelle
I've tried not to use a setfocus and rely on tab order but it places cursor at the left instead of the right.
I also formatted the text box to right justify, but again the cursor is placed to the left.
Any ideas?
Thank you,
Michelle