Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TreeView helpcontextid
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP1
Miscellaneous
Thread ID:
00976123
Message ID:
00976208
Views:
12
>I would like to provide context-sensitive help for an entire form. Currently it works everywhere but on the treeview control.

Greg,

I had a similar situation with DBI-Tech's ctTree control. Their FAQ had a solution for trapping function keys. In the control's GotFocus event, I specified (using context ID of 10 as example):
ON KEY LABEL F1 HELP ID 10
And then in the control's LostFocus, I removed the on key label assignment. That definitely did the trick for me in terms of getting the help file to fire when hitting F1 from the actual control.

Laterness,
Jon
Jon Rosenbaum
Devcon Drummer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform