Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Commandbutton to call MyHelp.chm
Message
 
À
07/08/2001 00:05:26
Ransome So
Ransome's Workshop
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00540524
Message ID:
00540621
Vues:
16
>Dear all,
>
>Is there a simple method which call a help file of my application MyHelp.chm by implementing a commandbutton within my form.
>
>How the code the click event of the commnadbutton?


You can do this in the Click event.
local lcHelp
lcHelp = set("HELP", 1)
set help to "\MYHELP.CHM"
help
set help to (lcHelp)
HTH,
- Erik Niese-Petersen

Crazy Dane in USA.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform