Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use cursors with tablebuffering
Message
From
12/12/2003 14:08:59
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00858664
Message ID:
00858721
Views:
19
Hi Nick,

------
On the contrary, it is very easy to do. You just need to switch buffering temporarily.

CURSORSETPROP("Buffering, 3, "myCursor")
* index your cursor here
CURSORSETPROP("Buffering, 5, "myCursor")

I cannot do this.

Think this:

a edit grid, with 130 columnd, with editing on various cell ( like excel ) and tablebuffering.

I want order the grid for any column, respect to the buffered data, but i cannot tableupdate
the data.

My solution is for a INDEX ON at the fly, but it is impossible.

I cannot build 130 index.

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform