Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Index on Ascending/Descending field wise
Message
De
06/04/2000 09:40:29
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
06/04/2000 01:04:44
Amit Abhangrao
Charmi Software Exports
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00354206
Message ID:
00356218
Vues:
21
Okay, bear in mind that this is mostly conceptual. You can choose to implement this in your classes.

1 - Open view in form's data environment and set NoDataOnLoad to .T.

or

in Form.Load
use yourview nodata

2 - in Form.Load

select yourview
index on tag
index on tag

3 - in grid.column1.header1

set order to tag
THIS.PARENT.PARENT.REFRESH()

in grid.column2.header2

set order to tag
THIS.PARENT.PARENT.REFRESH()

HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform