Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make a cursor updateable ?
Message
From
20/02/2001 11:43:19
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00477642
Message ID:
00477650
Views:
21
>Hi,
>
>This is probably a silly question but is there any way to make a cursor read/write in VFP 5?
>What I want to do is allow my client to delete records. I have tried
>
>USE cursor_name AGAIN in workarea
>
>but with no success.
>
>TIA
>
>Willie

Willie,
Try like this :
select ... into cursor myCursor NOFILTER
use dbf('myCursor') in 0 again alias crsRW
use in 'myCursor'
select crsRW
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
Next
Reply
Map
View

Click here to load this message in the networking platform