Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxtools Help add to Help menu
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00397183
Message ID:
00397218
Views:
14
>>>Hi everybody,
>>>
>>>I've downloaded George Tasker's Help for FoxTools. Now I'm wondering, how can I use it. How can I include this Help file in the menu?
>>>
>>>Thanks in advance.
>>
>>Nadya,
>>
>>While I don't have it as a menu item, I do use the following:
* PROGRAM: Toolhelp.prg
>>* AUTHOR: George Tasker
>>* DATE: October 18, 1999 - 10:23 AM
>>* PURPOSE: Activates Foxtools help
>>
>>LPARAMETER pctopic
>>
>>LOCAL lchelp
>>lchelp = SET('HELP', 1)
>>SET HELP TO TOOLHELP.HLP
>>HELP &pctopic
>>SET HELP TO (lchelp)
>>RETURN
>>
>
> Ok, great. I'll try to create an additional item in VFP menu and would use this program. ToolHelp should be in a path, right? I'll put it in home() directory...

Both the program and the help file are in the Fox path. It's just easier for me to type in: DO Toolhelp WITH "WordNum" or whatever than using the menu. I usually use the command window to invoke the normal help file anyway.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform