Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTML Help Author

Status
Not open for further replies.

ezpzjohn

Programmer
Jun 29, 2001
50
GB
Hi

Does anyone know how to get context-sensitive help to work? I have tried working through the suggested way in the help file, but when I call a topic from VFP or when I test it in HHA itself I get the message:

HH_HELP_CONTEXT called without a [MAP] section

There is a MAP section there in the project file! What am I doing wrong?

John B.
 
John

Have you created a header file?

#Define TOPIC0001 1
#Define TOPIC0002 2

would be typical of the content.

#include myapp.h

would be typical of the [MAP] section.
HTH

Chris [pc2]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top