How to Generate a Help Topic Cross Reference
Article ID: SFKB0034
Last Reviewed:   May 1, 2001
Applies To:   SPEED Ferret 4.0
SPEED Ferret 4.1

Summary

You can use SPEED Ferret to generate a cross reference which shows all of the Help Context ID's used by an application.

Procedure

SPEED Ferret provides you with the ability to Enumerate one or more properties. Here's how to enumerate the HelpContextID property:

  1. In the Operation field of the Search dialog, select Enumerate.
  2. In the Property Filter field, enter: {*.*.HelpContextID}

When you run the search, you will get a complete list of all HelpContextID properties in the project(s) that you are searching.

You can enumerate any type of property, including text, numeric, and Boolean. For example, to list all of your form captions you could use this property filter: {*.Form.Caption}