drosenkranz
Programmer
I have some text boxes with numeric control sources(fields) that I want to highlight in reverse video when they get focus. I use the following 2 lines in the Got Focus Event.
thisform.text1.selstart = 0
thisform.text1.sellength = 11
text1's .maxlength is set to 11.
text1 is also left justified.
The value in it is 1234567.89
When I run the form, the values after the decimal point are not highlighted in reverse video along with the rest of the value in the field. Why?
The 2nd mouse gets the cheese.
thisform.text1.selstart = 0
thisform.text1.sellength = 11
text1's .maxlength is set to 11.
text1 is also left justified.
The value in it is 1234567.89
When I run the form, the values after the decimal point are not highlighted in reverse video along with the rest of the value in the field. Why?
The 2nd mouse gets the cheese.