Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Local View Trouble
Message
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01366468
Message ID:
01366687
Views:
11
>I changed it in there, but it doesn't appear to simply save even when I select save after closing view designer. Also, all of the other ones are set to false as well. Any thoughts?

Are you sure other fields are updatable?

For updatable views you have to have

DBSetProp(ThisView,"View","SendUpdates",.T.)

and for the fields the property should be set to true, e.g.
DBSetProp(ThisView+".fieldname","Field","Updatable",.T.)
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform