Issue with dependent Select Boxes
Posted: Thu Jan 07, 2016 4:33 pm
I have 3 select boxes in a window. The selection from the first is fed in as a parm to the other 2 select boxes. Everything works fine until the RPG program re-displays the screen. In my example, the data entered would cause an error so a message should be returned to the user indicating the error and allowing them to correct their selections. The issue is that the entries selected from the last 2 selection boxes are somehow cleared when the screen is re-displayed. Can anyone tell me how I can prevent this from happening? Thank you.