I just tried this script and it seemed to work.
this.parent.resolveNode("TextField1.caption.value.#text").value ="New
Caption Value";
Bob
On May 2, 9:58 pm, Amal Elaine <
amalela...@gmail.com> wrote:
> Thanks Brian!
>
> I tried xfa.resolveNode("nameTextBox").caption.value="Your Name", but that
> didn't work. How does one know that they need to also do a ".text.value"?
>
> Which leads me to another question, but I'll post a new thread on that
> one...stay tuned.
>
> Thanks again!
> E
>
> On Sat, May 2, 2009 at 7:48 PM, Brian Ghigiarelli <
briang...@gmail.com>wrote:
>
>
>
> > Yup! It's the [field].caption.value.text.value property. For example:
>
> > xfa.resolveNode("nameTextBox").caption.value.text.value = "Your Name:";
>
> > Take care,
> > Brian
>