この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
!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
表示
返信
いいね!の合計
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].
表示
返信
いいね!の合計
So what should I do to eliminate this problem?
表示
返信
いいね!の合計
Add the missing dot.
xfa.resolveNode("form1[0].ConcreteFieldReport[0].FooterFields[0].SignatureField1[0]").rawValue = "something";
How do I add that dot?
表示
返信
いいね!の合計
You'll have to find the script that has the incorrect string and put it in.
表示
返信
いいね!の合計
But how do I find the script?
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計