Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Citrix and foxpro tmp files.
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00954282
Message ID:
00954361
Views:
13
With VFP 8.0 you now have the key word "READWRITE" in the INTO clause.

INTO Destination
Specifies where to store the query results. Destination can be a CURSOR.
CURSOR CursorName [READWRITE] stores query results in a cursor.
To specify that the cursor is temporary and modifiable, use READWRITE.
Ex:
Select * from MyTable into cursor MyTmpCursor READWRITE
Replace MyField with 0 ALL
When you do:
USE IN MyTmpCursor 
The temp. Cursor will be delete for you.

>Can you explain?
>
>thanks.
>
>
>>Yes there is but I suggest you use the "Into Cursor MyTable ReadWrite" when it is passable.
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform