Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making updateable local view, vfp 8
Message
 
To
15/12/2006 15:25:58
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01178095
Message ID:
01178175
Views:
12
>Doru--
>
>>The original table should not be buffered, but if it is, you need an extra TABLEUPDATE for it.
>
>The original table is not buffered. Regardless, after doing the TableUpdate on the View, I did a BROWSE on the original table inside the form. There was no change to the original table at that point.
>
>Tim

Then, assuming you have Send SQL updates checked, did you also check the fields you want to update in the field list (under the pencil icon)?
This should generate statements like:
DBSetProp('viewname.fieldname', 'Field', 'Updatable', .T.)
in the GenDbc.
Doru
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform