Skip to main content
February 22, 2022

Add instances in static pdf form

  • February 22, 2022
  • 4 답변들
  • 1049 조회

Hi, 

I have to add in a STATIC pdf form several instances of a subform depending on how many times there is a tag in the xml.

I have no problem doing it in dynamic but when I change in static I have this error

"Error: Unable to add instance of 'Row1': recursive or cyclic situation detected."

 

Any suggestions?

이 주제는 답변이 닫혔습니다.

4 답변

Pulkit_Jain_
Adobe Employee
Adobe Employee
February 22, 2022

@chiarat 

Drawing reference from an old thread : https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/lifecycle-designer-add-instanses-to-table/m-p/405800 

 

Can you add the script at init event and use ResolveNodes function?

Mayank_Tiwari
Adobe Employee
Adobe Employee
February 22, 2022

You can't add/remove form objects in a static PDF. That's why it is called Static. Static PDF forms layout never changes at runtime, but they can be interactive for the user. Please refer to this link for more info.

chiaraT작성자
February 22, 2022

Thank you for your reply.

 

I know I can't add form ombject in static PDF but it's a limit of my application, I have to work in static.

I'm searching a workaround for my problem

Mayank_Tiwari
Adobe Employee
Adobe Employee
February 22, 2022

Why do you want to use it as Static, but dynamic?