Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sync'ing up a view with the underlying table
Message
 
To
02/06/1998 14:30:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00104096
Message ID:
00104142
Views:
20
If you create a view in a database container, you can then
USE MyDBC.View_Items
Then as records are added to the master item table, you can then
select View_Items
requery()
I don't think that what you are trying to do with a direct select statement will work unless you re-issue it over, then you have to worry about the bound controls that may ultimately be using it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform