Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML Help
Message
From
16/03/1999 11:44:33
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
HTML Help
Miscellaneous
Thread ID:
00198146
Message ID:
00198146
Views:
43
My boss requested that I post this and ask 'Why doesn't it work?'
Anyone got any ideas?
progpath="i:\dev\pps6"
hepmac= progpath+"\PPSHelp.chm::/Steps.htm"
*run /n HH &hepmac
set library to (progpath + "\foxtools.fll") additive
declare integer HtmlHelp IN HHCTRL.OCX INTEGER STRING INTEGER INTEGER
* line below produces error message "Too Many Arguments"
wc = HtmlHelp(mainhwnd(),progpath+"\PPSHelp.chm::/Steps.htm>PPS Help",0x0000,0x0000)
? HelpTopic(mainhwnd(),"PPSHelp.chm",0x0000,"Steps.htm")
Reply
Map
View

Click here to load this message in the networking platform