<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-8859-1">
<META NAME="GENERATOR" CONTENT="HTML Transit 4.0 by InfoAccess Inc. www.infoaccess.com">


<SCRIPT LANGUAGE="JavaScript">
<!-- 
function setLink(value1, value2)
{
}
// -->
</SCRIPT>


<SCRIPT LANGUAGE="JavaScript1.1">
<!-- 
function setLink(value1, value2)
{
   document.cookie = "TransitLink=" + value1 + ";PATH=/"
   document.cookie = "TransitFrame=" + value2 + ";PATH=/"
}
// -->
</SCRIPT>

 <LINK REL="StyleSheet" HREF="knowledge_PHX.css" TYPE="text/css">
<Script Language ="JavaScript">
<!--
var seed;
seed="Knowledge Builder Integrator Kit User Guide - Defining the physical path to Knowledge Builder content***Knowledge Builder Tools***";
function dspbook()
{
window.status = seed;
}
function EmptyStatus()
{
window.status ="";
}
-->
</Script>
</HEAD>
<BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#0000ff" VLINK="#0000ff" ALINK="#800040" onload="dspbook();" onUnload="EmptyStatus();"><A NAME="TopOfPage"> </A>


<UL><UL><UL><UL><P ALIGN="LEFT"><A HREF="#P186_6823" NAME="LOC_P186_6823"><FONT FACE="Arial" SIZE="-1">Linking Help file (.chm) to Knowledge Builder</FONT></A></P></UL></UL></UL></UL>
<P ALIGN="CENTER"><IMG SRC="sreds.gif"></P>

<H2><A NAME="P185_6767"></A><B>Making a call to Knowledge Builder from Help file (.chm)</B><A NAME="P185_6823"></A></H2>

<p class="headingminor"><A NAME="P186_6823"></A><B>Linking Help file (.chm) to Knowledge Builder</B></p>

<H4><B><I>Prerequisites</I></B></H4>

  <UL><li class = "normbullet1"> Experion PKS R210 Knowledge Builder is installed </li>

  <li class = "normbullet1"> At least one bookset and Help file (.chm) are available</li>

</UL><P>To make a call (link) from a Help file (.chm) page in to Knowledge Builder do the following:</P>
<P><UL>
<TABLE CELLSPACING="1" CELLPADDING="1">
<TR>
<TD VALIGN="TOP" WIDTH="40"><p class="ch1"><B>Step</B></p>
</TD>
<TD VALIGN="TOP" WIDTH="480"><p class="ch1"><B>Action</B></p>
</TD></TR>
<TR>
<TD VALIGN="TOP" WIDTH="40"><p class="step"><B>1</B></p>
</TD>
<TD VALIGN="TOP" WIDTH="480"><p class="cn">For the specific page in the Help file (.chm) place the following &lt;Object&gt; tag and JavaScript code as defined below.</p>
<p class="cn">&lt;object id=&quot;Help1&quot;classid=&quot;clsid:D24354E3-3B5A-11D6-BC4A-000064657374&quot;<BR>
    codebase = &quot;_Program Files/Honeywell/PST_Client/Bin#version=1,0,0,0&quot;<BR>
    Align = &quot;baseline&quot;<BR>
    border = &quot;0&quot;<BR>
    BackColor = &quot;46084096&quot;<BR>
    Width = &quot;1&quot;<BR>
    height=&quot;1&quot;&gt;<BR>
&lt;param name=&quot;_ExtentX&quot;value=&quot;2593&quot;&gt;<BR>
&lt;param name=&quot;_ExtentY&quot;value=&quot;767&quot;&gt;<BR>
&lt;/object&gt;</p>
<p class="cn">&lt;SCRIPT Language=&quot;javascript&quot;&gt;<BR>
function Help(Value1, value2)<BR>
{<BR>
   Help1.GetLink(Value1, value2)<BR>
}<BR>
&lt;/SCRIPT&gt;</p>
</TD></TR>
<TR>
<TD VALIGN="TOP" WIDTH="40"><p class="step"><B>2</B></p>
</TD>
<TD VALIGN="TOP" WIDTH="480"><p class="cn">Use the following code as an example of what should appear in the Help file (.chm) that contains the call to a targeted Knowledge Builder file.</p>
<p class="cn">Note: Second parameter is always Help</p>
<P ALIGN="LEFT"><B><FONT FACE="Arial" SIZE="-1">Example of Help file (.chm) call to Javascript's :</FONT></B></P>
<p class="cn">&lt;A HREF=&quot;javascript:Help('domaindnsdlg.UsingAlternateUserCredentials', 'Help')&quot;&gt;UsingAlternate User Credentials&lt;/A&gt;&gt;</p>
</TD></TR></TABLE></UL>
<P ALIGN="CENTER"><IMG SRC="sreds.gif"></P>
</BODY>
</HTML>
