Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML Help with EXE
Message
From
07/08/2003 14:54:01
 
 
To
07/08/2003 14:25:26
General information
Forum:
Visual FoxPro
Category:
InstallShield
Miscellaneous
Thread ID:
00817892
Message ID:
00817921
Views:
13
What do you mean by "when i click on help" is this a button or a menu item in your application. What code is behind this click to make the help launch?
You should have something like:
LPARAMETERS cHelpPath, cHelpTopic
SET HELP on
SET HELP to alltrim(m.cHelpPath)
SET TOPIC TO alltrim(m.cHelpTopic)
HELP
to make the help launch
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform