Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Really easy one, cursors
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Really easy one, cursors
Divers
Thread ID:
00723333
Message ID:
00723333
Vues:
45
here is a really easy one for you all but i am having real trouble with it.
the code is below just in case. i am trying to append from a cursor into a temp file but i cannot get the information into the cursor.


*this select statement works fine, the brow below it
* sows the correct results
sele Stref as stkref, Stdesc as stkdesc ;
from lfkma01 ;
where stref => lclvalue1 AND stref <= lclvalue2 ;
into cursor tempcursor

brow

* here i am selecting the temp file to append into
sele &lcf1

* this command is not appending the values from the tempcursor variable
append from dbf('tempcursor')

brow

Cheers

~M
Go raibh maith agat

~M
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform