I'm having a problem positioning the cursor in a field. When I click into the field it doesn't start at the beginning, instead it starts in position 1 not 0. If I tab into the field then it starts in position 0. This field has a drop down list and if you click into the field and start typing the name it will not jump to that person. If you click into the field backspace then start typing the name it jumps right to it. I have this code
in the got focus and also the on enter events but neither works.
Any body got any ideas
Code:
me.cmbalias.selstart = 0
Any body got any ideas
Comment