Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to know records were edited or deletion by Other use
Message
 
 
To
18/10/2000 08:28:56
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00430813
Message ID:
00430907
Views:
21
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform