Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TreeView Control and the Keyboard
Message
From
17/02/2000 12:07:28
 
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00333310
Message ID:
00333463
Views:
14
Try using the following in the KeyUp() event of the tree control.

if vartype(This.SelectedItem) $ "O"
This.NodeClick(This.SelectedItem)
endif

The enter and space keys fire as well as cursor keys.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform