Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use cursors with tablebuffering
Message
 
To
12/12/2003 12:48:48
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00858664
Message ID:
00858669
Views:
12
Hi Fabio,


>Hi,
>
>AFAIK, On VFP Buffering is implemented with this schema:
>
>This schema have a limit:
>- i cannot use a cursor with tablebuffering and edit the data on two grids;

Not sure what you mean here - if that the edits may eventually override each other, then why not use the record buffering depending on situation. Also, why would you want to edit the data on two grids with the table buffering at the same time?

>- is not possible define new index tags for cursors with tablebuffer.

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")
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
Next
Reply
Map
View

Click here to load this message in the networking platform