I have been trying to implement the Dynamic Help example for my own form. When the form loads I get the script error that the DataObject "Help" does not exist. After compairing my manifest.xsf file to the downloaded example I found the folloing section missing:
<xsf:dataObjects>
<xsf:dataObject name="Help" schema="Help.xsd" initOnLoad="yes">
<xsf:query>
<xsf:xmlFileAdapter fileUrl="Help.xml" name="Help"></xsf:xmlFileAdapter>
</xsf:query>
</xsf:dataObject>
</xsf:dataObjects>
I am adding the resouce files(htm, css, help.xml, and js file) to the form. What am I missing? Thanks for your assistance
Richard T. Henry
Lewisberry, PA, USA
riphenry@gmail.com