Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor as datasource for a grid??
Message
 
To
29/08/1998 08:01:34
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00131242
Message ID:
00131263
Views:
21
>>Use the 'ALIA' as Recordsourcetype property and give the cursor name to
>>the Recordsource.
>>
>>Kindly let me knnow.
>
>Ok, I have the cursor working all except it is in read only and I can't update it. How do I change that?
>
>Thanks

John, cursors created with SQL SELECT are read-only, but you can make it updateable if you

USE DBF("myCursor") IN 0 AGAIN ALIAS myCursor1

and make the new one the RecordSource of your grid.
Cursors created with CREATE CURSOR are updateable.

Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform