Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Curval() oldval()
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00052888
Message ID:
00053153
Views:
24
>>>Is there a command that easily detects if any changes were made to any fields of a record?
>>
>>You mean GETFLDSTATE() or GETNEXTMODIFIED()
>
>Was hoping to find out if current record was modified in any way without having to check every field( there are 50 fields)
>Can this be done?
Timothy,

You can use GetFldState(-1) to get a string that represents all of the fields. The values returned are 1 - no change, 2 - changed on existing record, 3 - newly appended record without change, and 4 - newly appended record with a change.
Previous
Reply
Map
View

Click here to load this message in the networking platform