Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View not updating table
Message
From
10/06/1999 08:52:33
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00228306
Message ID:
00228336
Views:
14
Make sure the the table is not buffered, otherwise you will need to add a second TableUpdate() to save the changes to the table.

Change the form BufferMode to 0 - None or add your table to the Data Environment and set BufferModeOverride to 0 - None.

HTH

>Hello All [ I hope you all haven't gone to Devcon ],
>I have a form which contains a grid bound to a view, if I run the form directly i.e. do form myform, I can add and delete records to my hearts content and the underlying table gets updated. However if I call the form from another form the underlying table does not get updated. I use these settings on both forms: Default Datasession, view buffering set to Optimistic Table and the form buffering set to Optimistic. The view is used by both forms, I've tried creating a new view for the called form but the problem persists, what am I doing wrong?.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform