Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GetFieldState() and TableBuffering
Message
 
À
29/01/2008 08:47:52
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01286564
Message ID:
01286571
Vues:
17
This message has been marked as a message which has helped to the initial question of the thread.
>I use GetFieldState() to determine if a record has changed. Is there something similar to determine if a table has changed, or do I need to scan through the records? The buffering code that I'm using isn't as tight as I would like it and I need to have an additional check to know whether a table has changed. Thanks!
SELECT 
GO TOP IN YourBufferedTable
lnNext = GETNEXTMODIFIED(0, [YourBufferedTable])
IF lnNext # 0
   *** Table is changed
ENDIF
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform