Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Allowaddnew
Message
 
 
À
11/09/2000 14:35:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00415037
Message ID:
00415053
Vues:
16
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform