When use "xsrefresh" is done, the following objects are not updated because it may cause loss of user text or selection.
•text attribute in an entry field and multiline entry field
•insert and text attributes for list box, combination box, dropdown list, and alphanumeric spin button
If any of these types of controls need to be updated, then individual controls or individual regions can be refreshed with this statement.
use "xsrefresh" Options_LB in Query_DB
Another option is to perform actions statements, such as change text, to update the controls from the new DLL. Also, the next time the parent region is made temporary and invisible and then permanent or visible, the controls will be reinitialized using strings from the new DLL.