Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid
Message
 
To
18/07/2002 14:50:58
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Grid
Miscellaneous
Thread ID:
00680112
Message ID:
00680153
Views:
21
>Nick,
>
>I have never made a cursor read/write. Where do I put the USE DBF('myRLS3') IN 0 AGAIN command. I have tried it after the sql statement but the grid records are not changeable. And the check box just turns gray when clicked for a second.

Typically it is done like:
SELECT ... INTO cursor myRLS3
USE DBF('myRLS3') IN 0 AGAIN ALIAS myUpdatableRLS3
SELECT myUpdatableRLS3
thisform.Grid1.Recordsource = "myUpdatableRLS3"
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
Next
Reply
Map
View

Click here to load this message in the networking platform