T
Tom Ventouris
I have created a help file which works well in my application, (Hlpcontext
ID's working fine and no problems with the Access hlp window opening.
My question is twofold:
1. When calling help from within the application, (F1) only the page with
the topic indicated in the HlpContextID of the for appears. The help file
Home Button and Navigation Pane do not appear. Is ther a way to open the
entire file from within the application?
2. As an alternative, I have created a Hlp Button on the main form which
opens the entire help file, but first issues two warnings about the safety of
opening the file. Is there a way to suppress these warnings. The button code:
Application.FollowHyperlink "hlp.chm"
This is an option, but it requires that I place the help button on all the
fors.
Thanks
ID's working fine and no problems with the Access hlp window opening.
My question is twofold:
1. When calling help from within the application, (F1) only the page with
the topic indicated in the HlpContextID of the for appears. The help file
Home Button and Navigation Pane do not appear. Is ther a way to open the
entire file from within the application?
2. As an alternative, I have created a Hlp Button on the main form which
opens the entire help file, but first issues two warnings about the safety of
opening the file. Is there a way to suppress these warnings. The button code:
Application.FollowHyperlink "hlp.chm"
This is an option, but it requires that I place the help button on all the
fors.
Thanks