Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit SQL cursor
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00244781
Message ID:
00244792
Views:
14
>I have created a cursor from a SQL SELECT statement.
>How can I edit this data? I get "control is read only". How do I change the "readonly" property to .F.? The VFP help says the default is False, but it is acting as True.
>
>Thanks in advance, Chuck

Hiya Chuck,

If you are not wanting to update the orginal table, and I'm guessing not or you would be using a view.

You can select satement into dbf or
USE DBF('cursor') IN 0 AGAIN ALIAS newname

You will then be able to edit the cursor

HTH
Jeff

It's Time to get a gun.

That's what I've been thinkin.

I think I can afford one, If I do a little less Drinkin.

www.TrueGeeks.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform