P
Paul
I am using Access 2002 and HTML Help Workshop 4.74.
I created a .chm file with the tool and added buttons to my forms to make
calls to the HMTLHelp API. I noticed that if I didn't close the help window
that got open within Access, I wasn't able to compile my .chm file. This made
sense since the file was open, the compiler could not proceed. I added a
another button to another form to close the help window calling HTMLHelp with
HH_CLOSE_ALL command as follows:
Call HtmlHelp(0, "", HH_CLOSE_ALL, 0)
Everything was good for several days, then suddenly yesterday when I opened
the help window within Access, the text pane contains 'Action Cancelled', but
the Contents and Index tabs are ok. If I click on one of these items, the
'The Page Cannot be displayed" message is displayed. In this mode if I double
directly on my .chm file, it works fine. It just won't open properly within
Access.
The .cmh has been growing over this period, so perhaps I thought it was
something I added, so I stripped it down to one topic, with no links, and
still no luck within Access. Last night, I was closing down Access, and
received a 'Sorry for the Inconvenience' messsage. After this I was able to
successfully open my help file within Access, but that was short lived. Today
I am back to the text pane (on the right) containing error messages. After
many hours of trying anything that I can imagine, I cannot get it to work.
Rebooting the computer didn't help???
Has anybody come across this problem, any help would be appreciated, thanks
in advance.
I created a .chm file with the tool and added buttons to my forms to make
calls to the HMTLHelp API. I noticed that if I didn't close the help window
that got open within Access, I wasn't able to compile my .chm file. This made
sense since the file was open, the compiler could not proceed. I added a
another button to another form to close the help window calling HTMLHelp with
HH_CLOSE_ALL command as follows:
Call HtmlHelp(0, "", HH_CLOSE_ALL, 0)
Everything was good for several days, then suddenly yesterday when I opened
the help window within Access, the text pane contains 'Action Cancelled', but
the Contents and Index tabs are ok. If I click on one of these items, the
'The Page Cannot be displayed" message is displayed. In this mode if I double
directly on my .chm file, it works fine. It just won't open properly within
Access.
The .cmh has been growing over this period, so perhaps I thought it was
something I added, so I stripped it down to one topic, with no links, and
still no luck within Access. Last night, I was closing down Access, and
received a 'Sorry for the Inconvenience' messsage. After this I was able to
successfully open my help file within Access, but that was short lived. Today
I am back to the text pane (on the right) containing error messages. After
many hours of trying anything that I can imagine, I cannot get it to work.
Rebooting the computer didn't help???
Has anybody come across this problem, any help would be appreciated, thanks
in advance.