BUG: Filtered POPUP Displays ImproperlyLast reviewed: April 30, 1996Article ID: Q108671 |
The information in this article applies to:
SYMPTOMSWhen you move to the bottom of a popup based on a filtered set of data, there appear to be a series of blank lines. If you move the highlight bar, additional records appear in the popup. When you move to the very top of the popup, a record that is not in the filter condition will appear. This is the record prior to the first record in the filter condition. These symptoms will also appear in an @ ... GET-List that is based on a filtered popup. NOTE: This display problem does not occur in FoxPro for MS-DOS.
WORKAROUNDOne workaround to this problem is to replace the following code
SET FILTER TO listitem="This is test2"with an SQL-SELECT command that creates a temporary cursor on which the popup is based. For example:
SELECT * FROM testlist ; WHERE testlist.listitem="This is test2" ; INTO CURSOR tmptable 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
|
Additional reference words: FoxMac FoxWin 2.50 2.50a 2.50b list listbox
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |