BUG: SHOW WINDOW <name> REFRESH in BROWSE VALID Does Not WorkID: Q136557 The information in this article applies to:
SYMPTOMSUsing a BROWSE command that contains a VALID clause to refresh the browse upon changing the value in an indexed field does not work.
WORKAROUNDThe user-defined function or procedure referenced in the VALID clause can force a refresh by following these steps in this order: 1. Refresh the title of the window. 2. Refresh the name of the window. 3. Refresh the title of the window a second time. To demonstrate this workaround, modify the 'freshen' procedure in the code listed in the "More Information" section of this article to this:
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 ProblemUsing the Customer.dbf table that ships with Visual FoxPro, create and run a program that contains this code:
With this code, you'd expect that making a change to the Company field
would cause the record to assume its new position in the index upon
exiting that field. However, that occurs only when a change is made to the
first record in the file.
NOTE: In this code, the title of a browse takes on the name of the table that is being browsed. If a title is applied with a title clause in the DEFINE WINDOW line, then that title should be referenced in the SHOW WINDOW line of the 'freshen' procedure. Additional query words: kbvfp300 kbvfp500 kbvfp600
|
Last Reviewed: August 10, 1998 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |