BUG: ListBox Does Not Refresh Properly with SET FILTER CommandLast reviewed: May 5, 1997Article ID: Q135754 |
The information in this article applies to:
SYMPTOMSA listbox displaying fields from a table is not refreshed correctly when the following commands are issued:
SET FILTER TO <myfilter>Then one of the following two commands:
ThisForm.Refresh ThisForm.List<#>.Refresh WORKAROUNDImmediately after issuing the SET FILTER command, issue a SETFOCUS command to the list box and back again to the object on the form where control should be. As in the "Steps to Reproduce Behavior" below, in the Click event of the command buttons, the following lines of code would be used:
ThisForm.List1.SetFocus && sets the focus to the list box ThisForm.Command<#>.SetFocus && sets the focus back to the button STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Problem
|
Keywords : buglist3.00 buglist3.00b buglist5.00 kbtool vfpbug5.0a kbbuglist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |