Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updateable View and Display order
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00191534
Message ID:
00191543
Views:
12
>Bret,
>
>Put your view in the fomr's DE and mark it Nodataonload .T.. Then in the form's load do this;
>
>
>SELECT TheView
>CursorSetProp("BUFFERING",3,"TheView")
>INDEX ON YourExpression TAG Master
>CursorSetProp("BUFFERING",5,"TheView")
>Requery("TheView")
>
>
>This will give you an index on the view that is ordered the way you want the records to appear.

Thanks Jim, I will give that a go. The changing from BUFFERING 3 to 5 around the index, has to do with what? Over coming a bug?
Bret Hobbs

"We'd have been called juvenile delinquents only our neighborhood couldn't afford a sociologist." Bob Hope
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform