Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing Views Orders.
Message
De
29/11/2003 03:13:39
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00853614
Message ID:
00854396
Vues:
16
>>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform