I have a particular application that populates several fields in a table with checkboxes. For some reason the checkbox columns show completely blank when a record is read into the application. It's not until I go into Update mode that the boxes populate.
Here is the attributes line in the per file for one of them:
checkbox G = sp_delvry.dlv_internal, valuechecked="I", valueunchecked="E",
comments = "Check the box if this is an internal delivery";
Here is when I pull up the record:
Here is when I enter update mode:
If I enter update mode and then exit, the checkboxes stay on the screen as I would have expected them to do from the beginning.
Any thoughts on this?