Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating source table
Message
From
04/10/1999 08:52:35
 
 
To
01/10/1999 22:08:47
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00271856
Message ID:
00272250
Views:
25
Hi Mary-Ann,

If you add an item to the list, you have to INSERT it to the view also (if it's updatable). The list won't do it for you. You don't even have to insert it manually into the list, INSERT the new item in the view, TableUpdate() to save the record in the table and Refresh() the view.

HTH
>is the tableupdate() strictly for changes made to records? Can you use it to add a record to the record source?
>Have a source list and a selected list. the selected list is originally filled with values from a view (components to a formula). The lists work well together (Now...thanks Nancy), but when I add an item to the selected list, the source table is not appended to with the additional item. Do I have to do an INSERT or something?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform