Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
2 help files
Message
From
09/05/2001 18:01:18
J Chris Powell
Myers and Stauffer Lc
Kansas, United States
 
 
To
09/05/2001 15:13:15
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00505490
Message ID:
00505556
Views:
20
This is one option. In your startup program (defined under tools/options/file locations) put the following code:
DEFINE BAR 888 OF _MTools ;
     PROMPT "My Help" ;
     AFTER _mti_runactivedoc ;
     KEY Ctrl+F1, "Ctrl+F1"
ON SELECTION BAR 888 OF _MTools DO (HOME() + "OtherHelp.PRG")
SET SYSMENU SAVE
This allows this behavior to be persistent after CLEAR ALLs and SET SYSMENU TOs. In OtherHelp.PRG (In your HOME() dir) put:
OldHelp = set('help','to')
SET HELP TO ('C:\Path To Help File\HelpFile.chm')
HELP
SET HELP TO (m.OldHelp)
RETURN
Previous
Reply
Map
View

Click here to load this message in the networking platform