Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit SQL cursor
Message
From
22/07/1999 11:50:57
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00244781
Message ID:
00244789
Views:
13
>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
Chuck,
Try like this :
select * from mytable into cursor crsTemp nofilter
use dbf("crsTemp") in 0 again alias myAlias
use in "crsTemp"
select myAlias
*edit

OR with a database open :
create sql view myTempView as ;
select .....
* edit
drop view myTempView
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform