Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid to order
Message
From
15/04/1998 11:12:48
 
 
To
15/04/1998 09:26:35
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00092118
Message ID:
00092160
Views:
21
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.
---------
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform