Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GetFile analogue with ability to limit directory
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01044804
Message ID:
01045216
Vues:
31
Hi Naomi,

> It works quite nicely except that for some reason I can not re-order by clicking on the columns.


Put the following code in the ListView's ColumnClick Method:
*** ActiveX Control Event ***
LPARAMETERS columnheader
this.sortkey = columnheader.Index - 1
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform