Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to know records were edited or deletion by Other use
Message
 
 
À
18/10/2000 08:28:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00430813
Message ID:
00430907
Vues:
19
>Hi,
> How would I know records, were edited or deletion by Other user? I tried to use GetFldState() but I doesn't work. Instead, It only return the field state on current workspace. I was recommended to use CURVAL() and OLDVAL(), but I need to loop through all fields to detect changes!! Any other ideas?
>
>Thank you in advance

Check GetNextModified() in Help:

Returns the record number for the next modified record in a buffered table or cursor.

Syntax

GETNEXTMODIFIED(nRecordNumber [, cTableAlias | nWorkArea])

Returns

Numeric


May be it's what are you seeking for.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform