FIX: Scrolling Edit Window Causes Incorrect Highlighting (143247)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0b
This article was previously published under Q143247 SYMPTOMS
When you use the EDIT command to add or modify data in a table, the field
may highlight incorrectly. This causes data entry problems if the DOWNARROW
key is pressed to go to the next field instead of the ENTER key. This
affects numeric, double, integer and currency fields. All other field types
are processed correctly even though the highlight doesn't seem to cover the
entire field.
WORKAROUND
When using the EDIT command, you need to use a :W= and the FIELDS clause to
properly highlight the numeric, double, currency, and integer fields when
the user presses the DOWNARROW key. For example:
EDIT FIELDS field1, field2 :W = numwhen()
FUNCTION numwhen
KEYBOARD '{CTRL+A}'
NOTE: The CTRL+A or select all functionality will only work if the system
menu is active in the application or in Visual FoxPro.
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 KB143247 |
---|
|