Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Really easy one, cursors
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Really easy one, cursors
Miscellaneous
Thread ID:
00723333
Message ID:
00723333
Views:
44
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
Next
Reply
Map
View

Click here to load this message in the networking platform