Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Buffering or Transactions?
Message
From
10/11/2001 06:13:43
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00580104
Message ID:
00580113
Views:
15
Hi
I think, you should use table buffering in this case. Since it just invlove one table. You also can use view if that involve more than one tables.

Use GETNEXTMODIED() before tableupdate in a loop to get the record no of changed record. Compare each fields value with CURVAL() and OLDVAL() to detect changes. If OLDVAL() # CURVAL(), it meant record changed by other. Prompt user or do whatever necessary.

check out TABLEUPDATE() for more information about update method, either update all or none... or ... update not changed record and remain those changed record.

HTH
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Reply
Map
View

Click here to load this message in the networking platform