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:
00649815
Views:
21
>I am trying to zap a table and keep getting error message saying:
>
Command Cannot be issued on a table with cursors in table buffering mode
>
>On the form I have a grid linked to view called lv_status_tbl. In the dataenvironment I have a table exclusive status_tbl and a view lv_status_tbl. I have set buffering mode to none, optimistic and pessimistic but not difference. I am issuing the following commands in my cmdzap button:
>
>
 select status_tbl 
>SET SAFETY OFF
>ZAP
>SET SAFETY ON
>REQUERY('lv_status_tbl')
>thisform.Refresh()
>
>
>Does anyone know what I am doing wrong?
>
>Thanks
>Nick Patel

Put select your table before ZAP command
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform