Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview control
Message
 
To
21/10/2005 06:53:09
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01061022
Message ID:
01061026
Views:
19
lol

>I was waiting for your answer !!!!
>thank you once again Borislav
>Alessio
>>>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
Reply
Map
View

Click here to load this message in the networking platform