Saving Drop Down Data
Posted: Thu Sep 12, 2019 1:54 pm
I have a series of cascading drop downs that are loaded by Ajax calls and java script. These work just fine, but when the user presses OK, control is returned to the RPG in order to validate some data on the screen. If there are errors, the screen (tab panel) is returned and the drop downs are reinitialized to their original state, blank.
Any way of keeping this from happening other than the brute force method of writing the data to a variable, and then rewriting it when the screen is redisplayed?
Thanks,
Mark.
Any way of keeping this from happening other than the brute force method of writing the data to a variable, and then rewriting it when the screen is redisplayed?
Thanks,
Mark.