Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making Cursor non-readonly
Message
From
04/08/2004 13:16:18
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00930701
Message ID:
00930710
Views:
16
That's what I remember seeing "READWRITE" - dang, why can't it be in VFP6 also. lol
>Hi, Beth
>
>It goes something like this...
>
>
>LOCAL cDbf
>SELECT <query>  INTO CURSOR MyCurs
>SELECT MyCurs
>cDbf = DBF()
>USE (cDbf) AGAIN IN 0 ALIAS MyNewCurs
>USE IN MyCurs
>SELECT MyNewCurs
>* now continue with your processing
>
>
>Now, in VFP8, you can declare a cursor as READWRITE, which means you don't have to use the code above.
>
>Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform