Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HELP for HELP system
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
HELP for HELP system
Divers
Thread ID:
00223857
Message ID:
00223857
Vues:
52
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.
Répondre
Fil
Voir

Click here to load this message in the networking platform