Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sorting with a dbf of table buffering mode 5.
Message
From
25/03/1998 12:12:49
 
 
To
25/03/1998 12:07:22
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00087030
Message ID:
00087034
Views:
27
>Dear all,
>
>I have a form containing a grid which contains a table(ABC.dbf). I am using table buffering mode 5 on it so that I can allow the use to edit, append, cancel and save the table in this mode. After the user entered data in this table, I want to sort its data in this form as I will use these sorted data in this form. So I try to use:
>index on number to ABC2
>but it said that I cannot use it in a table buffering mode. If I disable the buffering mode(set it to 0) then it works but then I cannot use the tableupdate(.t.). What can I do?

Use CURSORSETPROP() to reset Buffering programmatically, i.e. set it to 3 make chamges and reset back to 5.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform