Share via


FormRun.setFormHelpTopic Method

Sets the default Help topic that is used when the user presses F1 in the form.

Syntax

public void setFormHelpTopic(str formHelpTopic)

Run On

Client

Parameters

  • formHelpTopic
    Type: str
    The Help topic string to use when Help is invoked on the form.

Remarks

The value that supplied is used as the Help topic, instead of the system default for the form. The value is saved for the life of the form. Note that this is the only Help topic that will be requested during invocation. Only the Help that is associated with this Help topic will be presented to the user.

See Also

Reference

FormRun Class