becomcs
06-07-2007, 04:22 PM
I tried to add a picklist into a form wich is open in a layout tab.
So I copy the HTML Head Content of the demo-picklist.html into my form.
To make picklist working you need to replace the folowing line
"<script type='text/javascript' src='Ext.nd.Session.js?ReadForm'></script>" + @NewLine +
by
"<script type='text/javascript' src='/" + @WEBDBNAME + "/Ext.nd.Session.js?ReadForm'></script>" + @NewLine +
Thanks to jota
So I copy the HTML Head Content of the demo-picklist.html into my form.
To make picklist working you need to replace the folowing line
"<script type='text/javascript' src='Ext.nd.Session.js?ReadForm'></script>" + @NewLine +
by
"<script type='text/javascript' src='/" + @WEBDBNAME + "/Ext.nd.Session.js?ReadForm'></script>" + @NewLine +
Thanks to jota