Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Build index on a table in buffering mode
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01682933
Message ID:
01682936
Views:
48
>>Hi,
>>
>>I am trying to find a way to build an index on a cursor column but the cursor is in the buffering mode. So, of course, I get VFP error.
>>Is there way to get around this; that is, to create an order/index on a column where the cursor is in the buffering mode?
>>
>>TIA
>Sure,
>Just use:
>
>CURSORSETPROP("Buffering", 3, ...)
>INDEX ON ...
>CURSORSETPROP("Buffering", 5, ...)
>
First, thank you. And all the other, previously built index tags will still exist? Or I have to rebuild all index tags?
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform