Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy and Paste Records
Message
From
14/03/2008 17:53:10
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01302318
Message ID:
01302344
Views:
8
The cursor may or may not be on disk. If it's smal enough, it will be entirely in memory.
* The Id is the record you want. Note that you may get incorrect results if you use record numbers.
SELECT * FROM tierii_chem WHERE Id = 1424 INTO CURSOR crsTemp 
SELECT <tabletoappendto>
APPEND FROM DBF("crsTemp")
>Alright I am trying the second method.
>
>I am doing:
>
>SELECT 1424 FROM tierii_chem INTO CURSOR crstemp
>
>The first record number is 1424. Am I missing something in this step?
>
>And where does the temporary cursor go?
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform