cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to reset a field's attributes?

Former Member
0 Kudos

I'm setting a row's attributes to Read Only & Shaded if certain conditions are met... is there any way to reset them based on a user selection in the form?

I tried setting my fillColor = "255,255,255" but this is causing my table not to store any values the user enters even though I have the field access = "open"

Accepted Solutions (1)

Accepted Solutions (1)

former_member184619
Active Contributor
0 Kudos

Hi robert,

I did the same for text box using java script and it is working fine

Text1.fillColor = "255,255,255";

and

Row1.access = "readOnly" and

Row1.access = "open"

as per condition.

Regards,

Sachin

Edited by: Sachin Dhingra on Sep 3, 2009 2:47 PM

Answers (1)

Answers (1)

chintan_virani
Active Contributor
0 Kudos

Robert,

Can you post more details in step wise and the scipt you have written for the cell.

Chintan