Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting a data environment cursor to exclusive at runtim
Message
From
05/01/2008 12:06:48
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
04/01/2008 17:49:22
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01279530
Message ID:
01279604
Views:
16
This message has been marked as the solution to the initial question of the thread.
>Hi all,
>
>How would I be able to set a data environment table cursor to exclusive at runtime?
>
>Thanks

Bob,
There are at least 2 ways:
1) In DE.beforeOpenTables call an external prg that loops the DE.Cursors, finds the one you need and sets Exclusive to .T.
2) In load, init or anywhere in form:
select myTable
use myTable exclusive
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