Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error message command cannot be issued on a table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00649809
Message ID:
00649815
Vues:
24
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform