Hi,
I'm struggling with displaying the date in a field on a table. I get this value Pointer:### instead of the actual date. (where #### is a series of numbers, e.g. Pointer:214470240)
Trying something like this
var date1 = new Date();
xfa.resolveNode("Row1[0].textfield").rawValue= date1;
Additionally, if I use date1.value or date1.formattedValue, then I get "Empty".
Can someone please explain? I'm using Adobe LiveCycle Designer ES2 ver. 9.0.1.0.2...
Thanks
Vincent