HelpContext, HelpFile Properties (ADO)

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 API Reference

HelpContext, HelpFile Properties

Indicates the help file and topic associated with an Error object.

Return Values

  • HelpContextID — returns a context ID, as a Long value, for a topic in a Help file.
  • HelpFile — returns a String value that evaluates to a fully resolved path to a Help file.

Remarks

If a Help file is specified in the HelpFile property, the HelpContext property is used to automatically display the Help topic it identifies. If there is no relevant help topic available, the HelpContext property returns zero and the HelpFile property returns a zero-length string ("").

See Also

Visual Basic Example | Visual C++ Example | Visual J++ Example

Description Property | Number Property | Source Property (ADO Error)

Applies To: Error Object

© 1998-2003 Microsoft Corporation. All rights reserved.