bold in fields grouped inside a 'textField'
Posted on March 2, 2018 at 8:47am
example: ($F{field1} + 'random text' + $F{field2} + 'random text'); I just want to leave the field $F{field1} in bold..It's possible ?
Joined: Jan 9 2018 - 8:26am
Last seen: 2 years 1 month ago
Posted on March 3, 2018 at 11:48pm
Yes, switch Text Field's Markup property to HTML and use HTML marks: (<b>$F{field1}</b> + 'random text' + $F{field2} + 'random text');
Mariano
Joined: Oct 21 2013 - 8:08am
Last seen: 1 day 4 hours ago
Posted on March 5, 2018 at 4:47am
I tried it that way, but it did not work ... <b>$F{my_field_1} </ b> + "random text" + $F{my_field_2} + "random text"; Do you have another way to do it ??
Joined: Jan 9 2018 - 8:26am
Last seen: 2 years 1 month ago
Posted on March 5, 2018 at 11:09pm
No, Have you set Text Field's Markup property to HTML?
If you doesn't, doesn't work.
Mariano
Joined: Oct 21 2013 - 8:08am
Last seen: 1 day 4 hours ago