Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update 1 view, but not the other
Message
 
To
20/06/2001 07:48:25
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00521348
Message ID:
00521350
Views:
16
Hi,
You should refresh data in view:
REQUERY('View2')
>I have 2 Local Views, both from the same Base Table, and both only contain one record.
>
>In a piece of code I do this:
>
>DELETE IN View1
>=TABLEUPDATE(.T., .T., "View1"
>DELETE IN View2
>=TABLEUPDATE(.T., .T., "View2")
>
>But this only clears the record in view1, view2 still shows the deleted record!!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform