Hi All,
I am trying to implement a code to dynamically changes the caption and the name of the field based on the event, but it seems to be working for the caption but not for the name.
Caption : this.caption.value.text.value = "Text" --------------Working
Name: this.name.value.text.value = "fldName" -------------- Not Working
Can someone please let me know if the syntax is correct or if i am doing something wrong.
Thanks
Pranay