Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange Update View Results
Message
 
To
06/01/2005 13:27:56
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00974709
Message ID:
00974754
Views:
19
>My code is:
>
>=TableUpdate(.T.,.T.,"fai_item_view")
>
>What I don't understand is how the data in the view is not local or private the the instance.

Well, there you go..you've sent .T. as the second parameter, which tells VFP to overwrite whatever is there, regardless of whether or not it's been changed.

The data in the view is private to the datasession. Why do you think it isn't?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform