Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error message command cannot be issued on a table
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00649809
Message ID:
00651041
Views:
33
>>View is always open in buffered mode. You should zap your table before opening the view or if you need to zap it the live of the form you need to temporary close the view and after you've done with 'zapping', re-open the view again.
>
>Thanks for replying back. How do you close a view and then reopen?
>
>Thanks
>Nick Patel

use in myView && will close the view
select myTableToZap && it is opened exclusive
zap
select 0
use myView alias myView nodata
lcViewParam='whatever'
requery()
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform