Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to index a view
Message
From
13/12/2004 08:18:37
 
 
To
13/12/2004 07:08:49
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00968696
Message ID:
00968703
Views:
9
In Init event of the form:
SELECT YourView
CURSORSETPROP("Buffering", 1, "YourView")
INDEX ON Field1 TAG YourView
INDEX ON Field2 TAG YourView1
CURSORSETPROP("Buffering", 5, "YourView")
SET ORDER TO YourView
>i want to index a vue on 2 fields for exemple. when double-clicking on the header of a column, the vue change the index order. how can i do it ?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform