Hello all,
I have a custom script setup for my Submit button that is supposed to submit
the data using SOAP. With hard coded values it works fine, but when i start
replacing the hard coded values with references to the form fields it doesnt
work. NOR do I get an error message.
Here is the line of code that i replaced with myField values instead of hard
coding - any ideas what i have wrong? I am building a string variable for
the whole SOAP command and this is the part that i am changing.
<er:DBCell er:include=""Column[Name='To']""><er:Content>" &
XDocument.DOM.selectSingleNode("//my:myFields/my:To").text &
"</er:Content></er:DBCell>" & _
I originally had this with the hard coding and it worked fine:
<er:DBCell er:include=""Column[Name='To']""><er:Content>"Jeff
Reed"</er:Content></er:DBCell>" & _

Signature
Jeff Reed
Jeff - 24 Oct 2006 16:06 GMT
DOH!!! nevermind - i figured it out.
User Error!

Signature
Jeff Reed
> Hello all,
>
[quoted text clipped - 15 lines]
> <er:DBCell er:include=""Column[Name='To']""><er:Content>"Jeff
> Reed"</er:Content></er:DBCell>" & _