SET_HELP_PATH command

Content Manager OnDemand invokes the specified help file when the user requests help for one of the buttons or menu items associated with the client application.

Command Parameters
SET_HELP_PATH /P path
Parameters
P
Specifies the fully-qualified path for the Windows help file.

This parameter is required.

Action

The help file is invoked with one of the following context IDs:

Search Criteria and Document List Dialog Box
0x50800
ARS_DDE_HELP_ID_CRITERIA_BUTTON_1
0x50801
ARS_DDE_HELP_ID_CRITERIA_BUTTON_2
0x50802
ARS_DDE_HELP_ID_CRITERIA_BUTTON_3
0x50803
ARS_DDE_HELP_ID_CRITERIA_BUTTON_4
0x50804
ARS_DDE_HELP_ID_CRITERIA_BUTTON_5
0x50805
ARS_DDE_HELP_ID_DOCLIST_BUTTON_1
0x50806
ARS_DDE_HELP_ID_DOCLIST_BUTTON_2
0x50807
ARS_DDE_HELP_ID_DOCLIST_BUTTON_3
0x50808
ARS_DDE_HELP_ID_DOCLIST_BUTTON_4
0x50809
ARS_DDE_HELP_ID_DOCLIST_BUTTON_5
Toolbar and Menu Items
0x5080A
ARS_DDE_HELP_ID_SWITCH_FOCUS
Return Code
0
ARS_DDE_RC_NO_ERROR
2
ARS_DDE_RC_PARM_NOT_SPECIFIED
11
ARS_DDE_RC_USER_ACTION_IN_PROGRESS
Return Data
None
Refer to the DoDdeCommand function.
 DoDdeCommand( "SET_HELP_PATH", "C:\DDEAPPL\DDEAPPL.HLP", NULL);