FIX: Browse Does Not Repaint CorrectlyLast reviewed: September 22, 1997Article ID: Q124205 |
2.60a 3.00
WINDOWS
kbprg kbfixlist kbbuglist
The information in this article applies to:
SYMPTOMSWhen a browse is in effect and the table order is changed, the current record may appear to change.
WORKAROUNDTo work around the problem, use the following code:
CLOSE ALL USE clients SET ORDER TO Client_id ON KEY LABEL F4 DO f4_key ON KEY LABEL F5 DO f5_key BROWSE NOEDIT ON KEY CLOSE ALL PROCEDURE f4_key SET ORDER TO 0 SHOW WINDOW clients REFRESH GO RECNO() PROCEDURE f5_key SET ORDER TO 0 SHOW WINDOW clients REFRESH GO RECNO() STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in Visual FoxPro 3.0b for Windows.
MORE INFORMATION
Steps to Reproduce Behavior
|
KBCategory: kbprg kbfixlist kbbuglist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |