!I have created several PDF Forms for our technicians at our company using LiveCycle Designer. For some reason, when our administrative personnel open some of the files, they get the error above.
This is critical for our business. Can someone please help?
Is there a dot missing between the first index and Concrete?
form1[0].ConcreteFieldReport[0].FooterFields[0].SignatureField1[0]
No, there is no dot missing
Views
Replies
Total Likes
This is the only way I can get that error in Acrobat. Notice that I left the dot out of the string between form1[0] and ConcreteFieldReport[0].
Views
Replies
Total Likes
So what should I do to eliminate this problem?
Views
Replies
Total Likes
Add the missing dot.
xfa.resolveNode("form1[0].ConcreteFieldReport[0].FooterFields[0].SignatureField1[0]").rawValue = "something";
How do I add that dot?
Views
Replies
Total Likes
You'll have to find the script that has the incorrect string and put it in.
Views
Replies
Total Likes
But how do I find the script?
Views
Replies
Total Likes
Open the form in LC, select form1 in the hierarchy, open the script window if it isn't already open (Window > Script Editor), change the view to show "Events with Scripts", press CTRL+F to open the find box, and type the expression in the "Find What" field. You'll probably have to leave out the indexes, and you'll likely only need the first part of it.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies