TS 6.7.0 Win 2K
Moved some templates over from 6.5, have a defintion like this:
[html]
Type the save as name
[/html]
Interesting thing is that FormAPI will not read that value anymore, even though I have given myself top permissions.
using this code:
var stuff = IWDatacapture.getItem("/Root/DCRName").getValue();
alert (stuff);
shows Null when there is data in there. If I remove the allowed section of the DCT, then it works.
I wasted a ton of time as I did the upgrade weeks ago & everything was working well. Then I hit this issue and thought it was the code I had written.
Did I miss a manual ? I did not see any 6.7 manuals on the support site.
Andy