Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a fieldname to a cursor programatically
Message
 
À
18/12/2003 14:57:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00860481
Message ID:
00860494
Vues:
15
How did you create a cursor? It should be:

create cursor .....

*or in VFP7 and up
select ... from ... READWRITE

*or in VFP6 and below:
select ... from ... into cursor temp
use (dbf("temp")) in 0 again alias YourCursorName
use in temp

And again, what is exactly the field name you try to add?

>Hi Yuri,
>
>The error message is syntax error
>
>Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform