Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you index a remote view
Message
 
To
12/03/2002 15:46:57
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00631736
Message ID:
00631752
Views:
21
Just to add - if you use table buffering for the view, you will need to switch it back and forth with:

CURSORSETPROP("Buffering, 3, "myremoteview")
* index view here
CURSORSETPROP("Buffering, 5, "myremoteview")


>Jim,
>
>You can index them as you would a table. After you use the view, just issue the index command to index it. The index is only temporary, so be careful.
>
>
>>Hello
>>
>>I am trying to use remote views and grids in my forms. The grid seems to need an index of the child view fk to the parent views pk. How do I index them.
>>Thanks
>>Jim
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform