BUG: Filtered POPUP Displays ImproperlyID: Q108671 2.50 2.50a 2.50b 2.60 2.60a | 2.50b kbdisplay kbprg kbbuglist
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
with an SQL-SELECT command that creates a temporary cursor on which the
popup is based. For example:
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 Problem1. Copy the following code into a program and execute it:
2. Move to the bottom of the visible list of records in the popup. You
3. Move to the top of the list of records. A blank line should appear as
NOTE: When the number of iterations in both FOR loops is changed from 770
to 502, the problem does not occur. When the value in one of the FOR loops
is changed from 502 to 503, the problem occurs. This seems to indicate that
the problem is related to the number of records in the table. However, when
tested on different machines, the number of iterations needed in the FOR
loops to resolve the problem varied.
Additional reference words: FoxMac FoxWin 2.50 2.50a 2.50b list listbox empty 2.60 2.60a buglist2.50 buglist2.50a buglist2.50b buglist2.60 buglist2.60a KBCategory: kbdisplay kbprg kbbuglist KBSubcategory: FxprgSql
|
|
Last Reviewed: May 2, 1996 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |