Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview control
Message
 
To
21/10/2005 06:24:38
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01061022
Message ID:
01061024
Views:
23
This message has been marked as a message which has helped to the initial question of the thread.
>Hi all
>Is it possible and if so how, to test the right click on a node ?
>a kind of event like "NodeRightClick"
>thanks
>Alessio

Everithing is possible :o))
Put this code in MouseUp Event of TreeView:
IF button  == 2
   IF VARTYPE(this.SelectedItem) == "O"
      WAIT WINDOW this.SelectedItem.Text
   ENDIF
ENDIF
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform