Article ID: 134792
Article Last Modified on 9/30/2003
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
- Microsoft Visual FoxPro 3.0b Standard Edition
This article was previously published under Q134792
SYMPTOMS
When you use the keyboard to move to a drop-down combo box for the first
time, the mouse pointer does not go to the beginning of the text in the
editing area as it should. It shows up at the end of the text in the
editing area of the combo box.
WORKAROUND
In the Init method of the combo box, place the following line of code:
THIS.SelStart=0
STATUS
Microsoft has confirmed this to be a problem in the Microsoft products
listed at the beginning of this article. This problem has been fixed in
Visual FoxPro 5.0 for Windows.
Additional query words: 3.00 3.00b
Keywords: kbbug kbfix kbvfp500fix KB134792