Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Views & TableUpdate()
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Views & TableUpdate()
Miscellaneous
Thread ID:
00159607
Message ID:
00159607
Views:
49
I have a view call ventry based upon the entry table and it's child, entrydet.
The contents are shown in a grid and I found it necessary to delete records from the view and use tableupdate to pass the deletion down to the table. PROBLEM - the deletion is only temporary. When the user leaves the form and returns the records are still there. Any ideas?
delete from bkdata!ventry where entryid = m.lckeyvalue
select entrydet
=tableupdate(.t.)
select entry
=tableupdate(.t.)
with fingers crossed - Sarah
Sarah King
pcpropertymanager.com
Next
Reply
Map
View

Click here to load this message in the networking platform