Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Writable Cursors HOW??
Message
From
16/07/1999 01:17:36
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
15/07/1999 13:25:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00241849
Message ID:
00242151
Views:
23
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform