Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid to order
Message
De
15/04/1998 11:12:48
 
 
À
15/04/1998 09:26:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00092118
Message ID:
00092160
Vues:
22
You can do it with this code in the header mouseup event:

LPARAMETERS nButton, nShift, nXCoord, nYCoord

select tablealias
if nbutton = 1 && left button
set order to indexname
else && right button
set order to indexname descending
endif
Saludos,
A.G.P.
---------
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform