Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Html question
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Html question
Miscellaneous
Thread ID:
00018075
Message ID:
00018075
Views:
80
While this is not a VFP question it is important if you are going to try and incorporate HTML help into your VFP application.

When first looking at the hhctrl.ocx control, I thought it had built in context sensitivity. Not exactly. The WinHelp topic "context sensitivity" is used to jump from the HTML Help to a hlp file in a context sensivite fashion, not to like an app to the HTML help in a context sensitive way.

So you need to do the following. Create a help function that looks at a table with two fields, topic and href. Seek the current topic (set in the app as it runs) and then load in a form with the webbrowser ocx and navigate to the corresponding href. Problem is you just see the htm of the current topic, not the full html help document set at the current topic (which would be better).

What I need then is a way to navigate to the main start frame htm document and then navigate the help frame to the href value.

Anyone have the syntax to do this?
Todd Burstain, MD
infinitydoc@delphi.com
Next
Reply
Map
View

Click here to load this message in the networking platform