FIX: Pointer in Drop-Down Combo Box Not at the Beginning (134792)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
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.
Modification Type: | Major | Last Reviewed: | 9/30/2003 |
---|
Keywords: | kbBug kbfix kbvfp500fix KB134792 kbAudDeveloper |
---|
|