The information in this article applies to:
SYMPTOMSWhen you use row or table buffering in a form, an update conflict could occur if a user attempts to make changes to data that has already been updated by another user. In this situation, Visual FoxPro will display a standard update conflict error message, which allows the user to revert their changes. You can use an ON ERROR routine to trap for this error to more gracefully handle potential update conflicts. However, when you use an ON ERROR routine to trap for these update conflicts, the error routine will not be called correctly if the error occurs while interacting with a grid. This is a bug. WORKAROUND
Using the Valid event of the text box object in the columns of a grid, you
can check for potential update conflicts before actually performing the
updates. Place the following code in the Valid event of the text box in
every column of a grid:
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 INFORMATIONSteps to Reproduce Problem
REFERENCESFor more information about the grid and the ON ERROR command, please see the following article in the Microsoft Knowledge Base: Q130131 PRB: ON ERROR Not Called When Trigger Fails in Browse or Grid Additional query words: multiuser kbvfp300 kbvfp500 kbvfp600
Keywords : kbnetwork kbprg kbVFp kbVFp300bbug kbVFp500abug kbVFp500bug buglist3.00 FxprgGrid |
Last Reviewed: August 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |