Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Seek record in cursor
Message
 
 
To
01/09/2000 07:27:49
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00410485
Message ID:
00411687
Views:
20
Thanks Vijayaraman,

John Koziol and Ed Rauh also pointed this to me. Now I know this fact and will use.

>I use VFP6.0 SP3 and had created temporary indexes on cursors. It is temporary index since the moment we close the cursor the index is also deleted a nice piece of work though.
>
>
>> Your cursor has to be updatable in order to create index (index on command).
>> To make cursor updatable you can either create it in Init method of your form (or the grid) (Create Cursor command) or use dbf('myCursor') again alias myUpdatableCursor or wait till VFP 7.0, where we will have ReadWrite option :)
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform