Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing Views Orders.
Message
 
To
26/11/2003 05:45:30
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00853614
Message ID:
00853655
Views:
22
>How to change a views order settings programmaticly?
>Thanks.

1. You can create view programaticly but that is many rows of code. If You are using VFP 8 you can view how to create view in view designer.

2. Just index your view before requery:

USE MyView NODATA
** IF You put the view in DE just set NoDataOnLoad

INDEX ON MyFirstField TAG MyView
INDEX ON MySecField Tag MyView1
...
REQUERY("MyView")
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform