Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursors and append..
Message
 
To
01/12/2006 02:26:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6
Miscellaneous
Thread ID:
01172836
Message ID:
01174015
Views:
12
>>>
>>>SELECT * FROM table INTO CURSOR csrtemp.
>>>use csrtemp again in 0 alias csrtable
>>>select csrtable && this cursor will be read/write
>>>use in csrtemp
>>>
>>>
>>>I get error "File csrtemp.dbf does not exist."
>>>
>>>How do I do it?
>>
>>
>>SELECT * FROM table INTO CURSOR csrtemp.
>>use (DBF([csrtemp])) again in 0 alias csrtable
>>select csrtable && this cursor will be read/write
>>use in csrtemp
>>
>
>Thank you for the correction. It's so long time since I had to do this myself, so I had forgotten that the syntax was "use (dbf(csrtemp)) again" and not "use csrtemp again". Oh, why do people struggle with old versions when the newer versions are so much better and easier?

Maybe that doesn't depends of them :-)
Sometimes it is harder to explain to the person responsible for purchase that you really need this. Thank God I have no such problems. :o)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform