BUG: Grid Valid Event Fires Before Grid Control Valid FiresID: Q135625 The information in this article applies to:
SYMPTOMSWhen you run a form that contains a grid object, clicking outside the grid fires the Valid event of the grid before it fires the valid event of the current control in the 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 INFORMATION
Steps to Reproduce Problem1. Create a new form. 2. Add a grid, and set its ColumnCount property to 1. 3. Add a command button to the form, outside the grid. 4. In the Valid event procedure of the grid, place this code:
5. In the Valid event of Text1, the current control for the grid column,
6. From the Command window open any table and then run the form. Position
Additional query words: kbvfp300 kbvfp500 kbvfp600
|
Last Reviewed: August 10, 1998 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |