cancel
Showing results for 
Search instead for 
Did you mean: 

I want to hide some TABLE columns at runtime .

Former Member
0 Kudos

Hi,

I am need to display columns dynamically. I want to hide some columns at runtime .

Please tell me how i achieve this one.

Regars,

Gurprit bHATIA

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member214651
Active Contributor
0 Kudos

Hi Gurprit,

Try using the script provided by the Adobe Designer.

U can use the scripting language FormCalc and hide the fields.

Click on the subform which contains the table and go to the script editor under the pallettes tab.

in the editor write the following piece of code:

this.presence = "hidden" or

<Path of the subform>.presence = "hidden"

path is present in the top of the scripting area

Hope this helps u

Regards,

Poojith M V

Former Member
0 Kudos

Hi,Gurprit bHATIA

I'm sending you an example of adding/removing table columns dynamically to your mail:

bhatia.gurprit@gmail.com

Think it will be usefull.

Regards,

Michael

Former Member
0 Kudos

Thanks michael,

I tried that one. but it was not upto my requirment. I need to make one generalize pdf which will work for all purpose. So if u have some idea about that please share it with me.

Regards,

Gurprit Bhatia

Former Member
0 Kudos

Hi

Can you please send me the logic of hiding a table column at runtime based on some condition to my id "kapil.govilkar@gmail.com". Thanks