Hey All,
I am hooking up our custom html (.chm) help file to our Access xp
application, and, despite reading several posts and manuals on this, I
still have a gap in my understanding...
OK, so I've setup the registry keys to have a profile and I specify
an AppHelpFile and TitleBar in that profile. This works swell: when I
startup my application in runtime with the /profile option and then I
press F1 on a form, our help file appears. Voila! Note that I did not
set the HelpFile or HelpContextID properties on this form.
Now, what I want is CONTEXT-SENSITIVE help, so I put in some (valid)
HelpContextIDs for the controls on the form. But, this appears to break
things. Pressing F1 then either (a) does nothing or (b) opens a help
window with nothing in it. The only way I can fix this is to fill in
the HelpFile property for the form with the fully-qualified path to the
help file (it can't be in the same folder as the app, for various
reasons).
Is this the intended behavior? Do I have to fill in HelpFile for
every form programmatically in order to get context-sensitive help?
Any help much appreciated!
Thanks,
-Tom