cancel
Showing results for 
Search instead for 
Did you mean: 

How to set a character field BOLD in a table row ?

Former Member
0 Kudos

Hello ,

In a table row, Is there any way to set some fields ( characters) BOLD if some other field is not filled in the same row of the table

For example :

Field1 field2 field 3

Field 1 <bold> field2</bold> field3 ( If field1 IS INITIAL)

Thanks in advance for your help

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

First of all, save your adobe form as Adobe Dynamic XML form.

Javascript code snippet to make the filed BOLD dynamically:

form1.#subform[0].Table1.Row1::ready:form - (JavaScript, client)
this.Cell1.caption.font.weight = "bold"
this.Cell1.font.weight = "bold"

Regards,

Radhika