cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Table Column on Adobe Form

former_member229034
Participant
0 Kudos

Hi Seniors,

How do we display(add) or hide a table column dynamically as required (in the last of place - i.e last column) on an Adobe form. Could anyone please post a possible solution for this. Your help is very appreciated....

Thank you,

Naga Chaitanya C

Accepted Solutions (0)

Answers (1)

Answers (1)

konchada_saikrishna
Active Participant
0 Kudos

Hi,

Do you need only one column to be added at the end of the column list or n number of columns dynamically.

If its only 1 column then there are 2 approaches:

1) Have a table with n+1 columns hide & display the column at runtime, if the tables flows through multiple pages then you need to make sure the hide script is run for every new page daynamically else in the 1st page it displays n columns and from next page onwards it displays n+1 columns.

2) Similar but do it with subforms, its far easy to handle.

if its n columns to be added, go with subforms approach.

at design time have your initial n columns with correct height & width, and the rest of the dynamic columns add say some 20 subforms with height 0.0 & width 0.0.

Now at runtime dinamically set the required heights it does work.

Well this is a bit messy approach, and I dont remember any straight forward approach and dont belive if there is one.

Cheers,

Sai