cancel
Showing results for 
Search instead for 
Did you mean: 

making To select options read only

Former Member
0 Kudos

Hi,

In select options, we get from and to ip fields.

I want to make read only for the part of select options.

I wanted to make to read only and allowing from to filled.

This has to be done programmatically.

Can you please help.

very urgent

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi vimal....

what you can do is....

instead of select options......

have two input fields for from and to.

give no label for to....

make it disabled.

have a select option for from.

now when from is filled....

in the wddomodify method.... write the coding to fill to fiedl.

---regards,

alex b justin

Former Member
0 Kudos

Hi,

I am rendering view with select option view.

It will create a lot of porblems in calculating the values.

Is there any solution apart from it.

Thanks