The CSV_Include project includes a Help button on the Navigation toolbar. As you create your pages, you can configure this button to provide information to the user about the content of a page, and its supported functionality.
The information provided to your operators needs to be be created as individual HTML pages and compiled into a HTML help file (.chm). The compiler necessary to create a .chm file is available for download from the Microsoft Developer Network (MSDN). Go to http://msdn.microsoft.com and search for "HTML Help Workshop". An SDK is available that includes the necessary downloads and information about creating an HTML help project.
Once you have created a .CHM file, it is recommended you place it in the project directory.
To configure the help button for a project page
SetTopic:<PageName>
where <PageName> is the name of the page included in your CitectSCADA project. Do not include a space after the colon.
<HelpFileName>|<HTMLPageName>
where:
The help button will now launch the identified HTML file with the selected topic showing.
To disable the help button for a project page
SetTopic:<PageName>
where <PageName> is the name of the page included in your CitectSCADA project. Do not include a space after the colon.
The help button on the identified page will now be unavailable during runtime.
Note: Do not duplicate this parameter for a single project page.
See Also