Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
False positives from GetFldState
Message
 
 
To
23/12/2010 17:37:46
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01493746
Message ID:
01555828
Views:
59
>Assuming the field state is being set by how you are setting the field to updatable, can you do the following after fetching the data:
>
>CURSORSETPROP("SendUpdates",.F.)
>TABLEUPDATE(2,.T.)
>CURSORSETPROP("SendUpdates",.T.)
>
>
>That should reset the field state on your cursor without actually saving anything back to the server.

Thanks, it helped.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform