Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending from and to cursors
Message
 
À
02/07/1998 13:40:31
Jolene Dicks
Human Resources Development Canada
St. John's, Terre-Neuve, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00113852
Message ID:
00113856
Vues:
16
Jolene,

You can only append from a DBF, not an alias. Instead of APPEND FROM mycursor, try APPEND FROM DBF('mycursor'). This will work as long as your cursor isn't really just a filtered copy of the table it was selected from. If you're using SQL SELECT try SELECT INTO CURSOR mycursor NOFILTER to make sure a DBF is created.

>I am tyring to update a cursor by appending from another cursor. Having some difficulties, any suggestions.
>
>Jolene Dicks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform