How to Append Records to a GridLast reviewed: June 1, 1996Article ID: Q138559 |
The information in this article applies to:
SUMMARYThere are times when a user may want to append a record when they get to the last record in a grid. This can be accomplished programmatically by using the BeforeRowColChange and the AfterRowColChange events as shown by example in this article.
MORE INFORMATIONOne important piece of the example is setting the buffer mode of the form to either optimistic or pessimistic. This allows the GETFLDSTATE() function to perform correctly. In addition, this sample code uses no index order on the data.
Step-by-Step Example
|
Additional reference words: VFoxMac 3.00b 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |