Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Only looking for a real change
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01419062
Message ID:
01419222
Views:
59
This message has been marked as a message which has helped to the initial question of the thread.
Hi Naomi,

> But I don't want to save when nothing has changed - what should I do to avoid it?

In this case you need to find the code that saves data and extend it with some code that performs a TABLEREVERT() on the current record when the record hasn't changed. The key is that you have to either use TABLEREVERT() or TABLEUPDATE(). You cannot simply do nothing, even when data hasn't changed.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform