WinHelp_RegisterHelpProcedure()

Examples


The WinHelp_RegisterHelpProcedure() function indicates which procedure script will be called when help is accessed.

Syntax

WinHelp_RegisterHelpProcedure(script procedure_script)

Parameters

script procedure_script – The name of the procedure script to be called each time help is accessed.

Return value

An integer indicating the status. If 0 is returned, no error occurred. If any other value is returned, an error occurred while registering the help processing procedure.

Comments

For stand-alone applications, the help processing procedure script is registered in the Main Menu form pre script. For applications that integrate with Microsoft Dynamics GP, the help processing procedure script is registered in the Startup procedure script.


Documentation Feedback