Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select into cursor question??
Message
From
07/01/1999 23:02:12
 
 
To
07/01/1999 19:13:21
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00173861
Message ID:
00173908
Views:
35
>I think someone ask this before , but once you get your cursor
>after a " Select fields, into cursor Mycursorx', can I change
>that cursor (Mycursor) structure somehow, or it is Read-Only
>always...
>
>Mark Oliva

Hi mark, to make it clear...
SELECT .....into CURSOR C_Mycursor NOFILTER
SELECT 0
USE DBF('C_MyCursor') AGAIN ALIAS T_MyCursor
USE IN C_MyCursor

You can then R/W with T_MyCursor and even add many indexes.
It will disappear when you close it (USE) - but caution - the index files may hang around in your temp dir.
Previous
Reply
Map
View

Click here to load this message in the networking platform