Can we disable options in REXX Panel.
If I need to display details of a student , I have panle like this.
Please select Name or Student id.Please enter Y infront of the option you want to select.
_AName
_BStudent id
Name :_Name
Student ID:_Stuid
Marks :
Student ID:_Stuid
Marks :
If user gives Y infront of Name in the first option ,then Studentid blank should be disabled (he should not be able to enter anything under studentid once he gives Y for Name) and based on Name (suppose it is uniq) ,i should search for Marks in some file and display in Marks blank.
User should not be able to enter data in Marks blank,I should search for the Name and I shuold make it active thru my REXX pgm and display marks..
Can you please let me know if it is possible.
Code'd