- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
On the change event of the checkboxes and assuming that it has been setup using the defaults (0 is off and 1 is on), enter this javascript code:
if (this.rawValue == 1){
TextFieldName.access = "readOnly"
} else {
TextFieldName.access = "";
}
Paul
Views
Replies
0 Likes
Total Likes