Problem:
Sample Scenario:
When a user clicks on a bitmap they may have the option to go out to MS Paintbrush and change the bitmap. However, if they select the bitmap again while still in that same run unit it will display the original
bitmap prior to being changed. It is not until they exit the screenset and re-load that the changed bitmap will be displayed.
Resolution:
To dynamically change a bitmap you should associate a master field with the bitmap object first.
This means that you just need to populate the PIC X(..) master field with the path to the bitmap and then then do a REFRESH-OBJECT on the bitmap control.
