Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Writable Cursors HOW??
Message
De
16/07/1999 01:17:36
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
15/07/1999 13:25:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00241849
Message ID:
00242151
Vues:
29
>Hello
>
>Writable Cursors. I've done it before, I am blank today?
>
>Thanks
>Mo
Mo,
You had the reply but with a slight miss. To be a cursor editable it should be a true cursor. Most common methods to make it a true cursor :
* If fox2x add a dummy expression to where ie: .t.
select * from myTable where .t. into cursor myCursor
* In VFP you can use nofilter clause
select * from myTable into cursor myCursor nofilter
use dbf("myCursor") in 0 again alias myEditable
use in "myCursor"
select myEditable
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