cancel
Showing results for 
Search instead for 
Did you mean: 

How? Table control on ADOBE Life cycle Designer.

Former Member
0 Kudos

Hi,

I create a dynamic table on my ADOBE form and when i load it via Webdynpro the table get populated/expended.

Now i need to loop through the table and disable certain field in the table, with conditions like if Field A is populated disable it or hide it.

I'm new to ADOBE life cycle and also Java script. Please advice me on how i can get this done. thank you

Regards,

Vinod

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Use the following script in the initialization of the table cell

if (this.rawValue == 'condition') {

this.presence = "hidden"

}

Former Member
0 Kudos

Hi Kal Sadaram,

Thanks for the tip. How do i loop through a table to read a value? Sorry, i'm a newbie to this....thanks in advance.

Former Member
0 Kudos

Please anyone can guide me on this please...thanks you....