Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sorting with a dbf of table buffering mode 5.
Message
 
 
To
25/03/1998 12:07:22
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00087030
Message ID:
00087033
Views:
28
>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?


In order to create indexes on a table in table buffering mode - you must first set the table to row buffering - then - once the indexes have been created - you can then switch back to table buffering mode.
Previous
Reply
Map
View

Click here to load this message in the networking platform