Due to a known bug in Datadeploy, I have had to revert our DCT to the iwov format rather than the xml format. I am trying to use the onCallout event as shown here. The alert is never executed when I run this. I have put the doValidate in the initialization and it appears then so i know the function works. Any suggestions or help would be appreciated.
Andy
DCT snippet
<item name="validate" pathid="validate" rowcontinue="f">
<label>Validate</label>
<description>Validate</description>
<text required="t" size="40">
<cgi-callout url="/iw-bin/iw_cgi_wrapper.cgi/new_calendar.ipl/allow_past_dates=0/date_format=DB2" label="Validate" window-features="width=200,height=230,resizable=no,toolbar=no,scrollbars=no,titlebar=no"/>
</text>
</item>
FormAPI snippet
IWEventRegistry.addItemHandler("validate", "onCallout", doValidate);
function doValidate(item)
{
alert("doValidate ran");
return(true);
}
-------------------------------
E-Mail :
farnsaw@stonedoor.com