Hi all,
I am doing a screen programing.
In that I have 2 fields.
field1 and field2.
Field1 has F4 help.I will select the data for field1 from the F4 help.
Based on the value of Field1 Field2 should have f4 help values..
If I select Albhabet, then field2 should have F4 values as A,B,C,etc...
if I choose Numeric the its should have f4 values as 1,2,3,etc...
how to achieve this...
Initially the field2 doesnt have F4 help..But based on the input in field1 I will display the field2 F4 values...
How to achieve this....