Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't update the cursor
Message
 
 
À
22/06/1999 14:46:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00232629
Message ID:
00232634
Vues:
14
>I'm constantly getting this message:
>
>"can't update the cursor"
>
>But isn't a cursor is a table, the part of the program that fires up this error tries to update a field on a record of a table by using the replace command
>
>This is form a multiuser application that haven't got this problem before.
>
>Thanks

select Cursor_name
use dbf() gain in 0 alias different_name
use
select different_name && now cursor is read-write

If you are using a SQL command to create the cursor, add NOFILTER to the end of the command to prevent VFP from just placing a filter on the table.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform