Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Commandbutton to call MyHelp.chm
Message
 
To
07/08/2001 00:05:26
Ransome So
Ransome's Workshop
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00540524
Message ID:
00540621
Views:
19
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform