Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ActiveX Listview (report view) - Header´s Click control
Message
De
10/03/2003 17:13:21
 
 
À
10/03/2003 17:00:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00763890
Message ID:
00763961
Vues:
21
This message has been marked as a message which has helped to the initial question of the thread.
>>Use ColumnClick event. It is available only when View property is set to 3 (lvwReport), because only in this mode there are headers in ListView control.
>
>Hi Plamen;
>
>Thanks for your reply.. Please, at the columnclick method, we have as parameter a named "columnheader" variable.. So, how could I take this column number clicked, and how do I produce a sort of a giving column number ?
>
>
>Claudio

the 'columnheader' is a object reference to the clicked column. you can for example do the command:
wait wind columnheader.text
which will give you the caption of the selected column.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform