Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing Views Orders.
Message
 
À
26/11/2003 05:45:30
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:
00853655
Vues:
20
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform