Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Archana_Chaubey
Archana_Chaubey
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Archana_Chaubey
Customize the badges you want to showcase on your profile
Re: xfa.resolvenode returns null on one field whereas returns a node on the event of the specific field - Adobe LiveCycle 18-08-2013
Hi Niall,Thanks for your reply. And sorry for my typo. I have used resolveNodes() in my code to get the length. But as I said the length is 0 when the code is written in change event of say Field1 and the same returns 5 which is the desired value when the code is writtenon any event of the UOM field.What exactly I want to achieve is to set the rawValue of MyForm.SubForm1.Table1.Row1[*].UOM whenever we enter value in Field1 the hierarchy for which is MyForm.SubForm2.Field1.Thanks,Archana

Views

468

Likes

0

Replies

0
xfa.resolvenode returns null on one field whereas returns a node on the event of the specific field - Adobe LiveCycle 18-08-2013
Hi Experts,I have a requirement wherein I need to populate values in my Table row depending upon the value of another text field.The problem is when I use this line of code var rsize = xfa.resolvenode("MyForm.SubForm1.Table1.Row1[*].UOM") in the change event of say Field1, it returns 0 on accessing rsize.length whereas the same line returns 5 which is the desired value on initialize event of Table1.Row1.UOM.How to get this thing working? I need to use similar lines of code in 5 fields i.e. need ...

Views

2.8K

Likes

0

Replies

3