florindaniel
Programmer
Hello,
I have a textbox I want to type in numbers in '999999' format.
SelectOnEntry=.T. but if the user clicks inside of the text box to get access to it
and type in data, he may click somewhere inside the editable area, let's say two places
from right to left and then he can only type in two digits.
If the control gets it's focus via TAB it is OK, since the whole text is selected and typing
begins on the left.
The problem appears, as I said, only when the user click inside the textbox and does that near
the left edge.
I tried to trick this issue with SelStart, SelText, SelLenght but it didn't work.
Any ideas?
Thank you,
Daniel
I have a textbox I want to type in numbers in '999999' format.
SelectOnEntry=.T. but if the user clicks inside of the text box to get access to it
and type in data, he may click somewhere inside the editable area, let's say two places
from right to left and then he can only type in two digits.
If the control gets it's focus via TAB it is OK, since the whole text is selected and typing
begins on the left.
The problem appears, as I said, only when the user click inside the textbox and does that near
the left edge.
I tried to trick this issue with SelStart, SelText, SelLenght but it didn't work.
Any ideas?
Thank you,
Daniel