Article ID: 103179 - Last Review: May 6, 2003 - Revision: 2.0 ADT/ODE: Help Topic Does Not Exist Err Invoking Custom Help FileThis article was previously published under Q103179
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
If you press the F1 key to invoke a custom Help file topic for a form
control, you receive the following error message.
In Microsoft Access 97:
The Topic does not exist. Contact your application vendor for an updated
Help file (129)
Help topic does not exist
CAUSE
The number entered in the HelpContextID property could not be mapped to a
Help file context string in the custom Help file.
RESOLUTION
Make sure a [MAP] section exists in the Help project file that correctly
maps the HelpContextID context number to the context string in the custom
Help file.
MORE INFORMATION
The number entered in the HelpContextID property for a Microsoft Access
form control can be mistaken for the context string used to identify a
topic in the Help system. The HelpContextID is actually known as a context
number. A context number is an optional number that you can associate with
context strings by using the [MAP] section in the Help project file. A
context number can be assigned to each object in an application to enable
context sensitivity.
A typical [MAP] section in the Help project file will look as follows: [MAP] TitlePageContextString 3 Topic1ContextString 1 Topic2ContextString 2 In the example above, the # footnote for the first topic would be set to the string TitlePageContextString. Within Microsoft Access, you would set HelpContextID to the number 3. REFERENCES
For more information on creating your own help topics, search the Help
Index for "help, creating custom," or ask the Microsoft Access 97 Office
Assistant.
APPLIES TO
| Article Translations
|

Back to the top
