Enable or disable concurrent program parameters dynamically [message #289866] |
Wed, 26 December 2007 05:33 |
mylapuram
Messages: 8 Registered: April 2007 Location: Bangalore
|
Junior Member |
|
|
Hi,
How can I enable/Disable Parameters of a concurrent program based on the value selected for another parameter.
this is my requirement:
I have 1 parameter called classification . it can have the values 1) All 2) Type A 3) Type B. and there are two parameters one for Type A and the other for Type B.
if user selects the value "All" for classifcation then
enable "Type A" and "Type B" parameters.
If user selects "Type A" for classification then
enable "Type A" and disble "Type B"
If user selects "Type B" for classification then
disable "Type A" and enable "Type B".
Please suggest me how can i handle this situation.
Thanks
|
|
|
|