cancel
Showing results for 
Search instead for 
Did you mean: 

Change Output Field Colour in Table Control

Former Member
0 Kudos

Hi,

I am having Table Control with 5 Records.If I Double Click on Second Record in the Output the Colour should get change to Blue.

The same way it has to happen for the records whichever i select.

Please help me solve this.

Thanks in Advance.

Regards

Bhuvana

Accepted Solutions (1)

Accepted Solutions (1)

chintan_virani
Active Contributor
0 Kudos

Bhuvaneshwari,

Do you want highlight entire row or just that cell? Also do you want to highlight entire cell contents with background color as blue or just the border around it?

Chintan

Former Member
0 Kudos

Hi,

i want to highlight entire row.not only the border whole the row colour should get change.

Regards

Bhuvana

chintan_virani
Active Contributor
0 Kudos

Bhuvaneswari,

In enter event for the row write following code in JavaScript:-


Table1.Row1.fillColor = "0,0,255";

In exit events for the row write following code in JavaScript:-


Table1.Row1.fillColor = "255,255,255";

Chintan

Former Member
0 Kudos

Hi Chintan,

Sorry to say this requirement is related to dialog Programming.

Not to the Adobeforms.any way thanks for your reply.

Regards

Bhuvaneswari

chintan_virani
Active Contributor
0 Kudos

Bhuvaneswari,

In that case, close this thread and open a thread in proper section.

Chintan

Answers (0)