cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic table in adobe forms

Former Member
0 Kudos

hello,

i want to display a table which has content in different forms.

my problem is that i have an static text that i want to place next to this table but i dont know how i can make this to appear next to the table depending on its length.

thanks!!

Accepted Solutions (1)

Accepted Solutions (1)

chintan_virani
Active Contributor
0 Kudos

Jon,

Place the TextField below the table table element and wrap them in a subform and make the subform layout as Flowed.

So when the table expands the text field will automatically get shifted.

Chintan

Former Member
0 Kudos

hi chintan,

another question the table needs another page, cos it's length exceeds the page size. do i need to create another subform in the other page to continue drawing the table?

chintan_virani
Active Contributor
0 Kudos

Jon,

For expanding tables, the table element should be wrapped by a subform of type Flowed.

So your hirearchy will mostly be as follows:-

Main Subform (Flowed)
|---Another SubForm (Flowed)
   |---- Table Element
      |--- Header,Row elements,Footer etc.
|---- TextField

Chintan

Answers (0)