Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add an external file to the main menu
Message
 
 
To
11/04/2007 09:10:46
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01214372
Message ID:
01214381
Views:
13
>I want to add a file, FoxHelp.hlp, to my main menu in VFP8. How can I do this?

Try
DEFINE BAR 10 OF _msystem PROMPT "\-"
DEFINE BAR 11 OF _msystem PROMPT "FPW 2.6a help"
ON SELECTION BAR 11 OF _msystem ;
   RUN START h:\FPW26a\FoxHelp.hlp
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform