Page 1 of 1

Issue with dependent Select Boxes

Posted: Thu Jan 07, 2016 4:33 pm
by ppbedz
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.

Re: Issue with dependent Select Boxes

Posted: Fri Jan 08, 2016 12:39 pm
by Scott Klement
I guess the script:get("xxx") in the parameter value is not retrieving the value you expect? Does the field you're getting have the right value?

Re: Issue with dependent Select Boxes

Posted: Fri Jan 08, 2016 12:51 pm
by ppbedz
I must have inadvertently corrected the issue. Today it is functioning properly. Sorry...