Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Allowaddnew
Message
 
 
To
11/09/2000 14:35:20
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00415037
Message ID:
00415053
Views:
17
>Hi All,
>
>If I have a cursor that has it's property SENDUPDATES set to (.T.).
> When I use a grid to add a new records, does the grid automatically send the updates when I go to the new row with the ALLOWADDNEW set to .T.? If so, is there a way to block this till I issue a TABLEUPDATE(.T.)?
>
>TIA
>Mike

Use optimistic tablebuffering to prevent ANY and ALL updating until you issue a tableupdate command. If you use optimistic record buffering, the record you LEAVE gets updated. So any added record would not be updated until you left that new record.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform