Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View updates
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00169084
Message ID:
00169301
Views:
30
Well, damn if that didn't work. So I guess I didn't understand how this worked. I *thought* that you inserted a record into a view, did a tableupdate on the view, did a requery on the view, and then the data would show. BUT, you're right, I stuck a tableupdate of the base table in after tableupdate'ing the view and now it works. Why would I have to tableupdate both?

Thanks Josh, at least I can get it to work now, even though it doesn't make sense to me still.

>One more thing. Is buffering enabled on the table? If so you should either turn it off (you shouldn't need it if you're only updating the table through the
view) or TABLEUPDATE() the table after you update the view. I've got a good feeling about this one.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform