Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexing views in dataenvironment
Message
From
24/06/1998 22:55:12
 
 
To
24/06/1998 12:19:09
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00111253
Message ID:
00111437
Views:
12
>How can I create indexes for a view and then use them in a form.
>Every time I try to index the view from within a method of the form I get an error saying that I can't index a buffered view, but I can't find a way to turn off the buffering either.
>If I create the indexes outside the form, then how can I "use" the view? I can't say "use < view_name >" because the view doesn't exist on the disk.


CURSORSETPROP('Buffering',3,'myview')
INDEX ON myfield TAG myfield
CURSORSETPROP('Buffering',5,'myview')
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform