Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can you seek() on a view?
Message
From
16/07/1999 08:56:02
Walter Meester
HoogkarspelNetherlands
 
 
To
16/07/1999 03:02:11
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00241999
Message ID:
00242257
Views:
24
Cetin,

>>>INDEX ON < expression > TAG < TagName > (requires that the voew is writable)
>>
>>Nope, this can be done on NON writable cursor. The only limitation is that you can only add one indextag.
>>
>>Walter,
>How Walter ? A little sample pls.
>Cetin

When you have a View on a form and set the readonly property to .T. you can (only) add 1 index on the view with "INDEX ON field TAG tagname". Trying to add another index will give a "File .... is readonly" error

This behaviour does also occur with cursor created with SELECT ... FROM ... INTO CURSOR

Walter,
Previous
Reply
Map
View

Click here to load this message in the networking platform