Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing Views Orders.
Message
From
29/11/2003 03:13:39
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00853614
Message ID:
00854396
Views:
17
>>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")
Thanks Borislav
I know how to create views programaticly. I want to change the order for a existing view. The view is a remote view. I dont wont to use VFP index'es.
Previous
Reply
Map
View

Click here to load this message in the networking platform