Hi michael,
i had two radio buttons and a check box , all are having common input fields, So after entering the input values, user may change another radio button or check box also. Now at the time of choosing the radio buttons or check box the values in the screen input fields should not get clear.
once the selection was fine and after executing the program only the inputted values needs to be cleared.
For this i am clearing my screen fields in At-Selection-screen-output event, Here the problem is it is clearing the values each time of choosing the radio button or check box it self, so this should not happen...
any suggestions on this.