cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a row of an internal table bold in adobe forms

Former Member
0 Kudos

hi all,

I have an internal table which i am displaying in the adobe form. I need to make certain rows in the table as bold based on some condition before displaying. Please share the solution if any as soon as possible. Thanks in advance.

Regards,

Devaiah

Edited by: Devaiah_ak on Apr 30, 2010 2:28 PM

Edited by: Devaiah_ak on Apr 30, 2010 2:29 PM

Accepted Solutions (1)

Accepted Solutions (1)

OttoGold
Active Contributor
0 Kudos

val tst = pathtoyourtestconditionvalue.rawValue;

if (tst == "truevalue") {

//make this.something bold

}

you can place this script on every field you want to make bold and use "this" pointer to access the field properties to make the desired attributes bold, I hope you know how to make the field bold or colorized or something. If not, check here (last chapter):

http://www.adobe.com/devnet/livecycle/articles/lc_designer_scripting_basics/lc_designer_scripting_ba...

regards Otto

Former Member
0 Kudos

hi all,

My problem is solved. Found the exact solution from below links

Regards,

Devaiah.

Answers (0)