Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HELP for HELP system
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
HELP for HELP system
Miscellaneous
Thread ID:
00223857
Message ID:
00223857
Views:
53
In my form I used TreeView Control v.6.0 (with 5.0 SP2 I have no problemm) when I press F1 button no HELP window appears. I try this:
in GotFocus Event of treeview put the following code:

ON KEY LABEL F1 HELD ID thisform.HelpContextID
and in the LostFocus:
ON KEY LABEL F1

I Tryed this:
in keypress Event:


IF keyascii == 28 && F1
NODEFAULT
HELP ID thisform.HelpContextID
RETURN
ENDIF

But still nothing happens. What Imust do to get help ?
(Of course I have SET HELP TO MyHelp.hlp)
TIA
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Reply
Map
View

Click here to load this message in the networking platform