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:
00113855
Vues:
17
Hello Jolene,

If you created the cursor from a SELECT...INTO CURSOR, by default, the cursor is READ ONLY. What you would have to do, is re-open the table again with a different alias and append to that alias name...
select ....;
  from ...;
  where ...;
  into cursor Tmp1
use (dbf()) again alias TmpReadWrite IN 0
select TmpReadWrite
append from OtherFile
>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