Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Edit SQL cursor
Message
De
22/07/1999 11:50:57
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00244781
Message ID:
00244789
Vues:
18
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform