Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reverting modified status of a view
Message
From
04/04/2006 21:01:12
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01109827
Message ID:
01110470
Views:
14
Thanks a lot, Borislav. I have not had the time to test in different environments and net configurations, but it could do the job.

>>Hi all,
>>
>>Is there a way to revert the modified status of a view to NOT modified? I have tried with setFldState() for all fields, but with no success, as getNextModified() still returns a record.
>>
>>I do not want to use tableRevert() for performance reasons.
>>
>>Thanks,
>>Javier.
>
>try this:
>
>SELECT MyView
>CURSORSETPROP("SendUpdates", .f., [MyView])
>TABLEUPDATE(1,.t.,[MyView])
>CURSORSETPROP("SendUpdates", .t., [MyView])
>
>
>but test it well :-)
Previous
Reply
Map
View

Click here to load this message in the networking platform