Screen fields not updating when EXFMT
Posted: Mon Feb 11, 2013 1:40 pm
I have a record format, which is a subfile control, which means it has an associated Subfile (Grid). In addition to the Grid fields, there are additional fields both above and below the Grid. My program is populating those fields correctly, however when I perform the EXFMT command on that record format, the data for the non-grid fields does not get written out to the screen. Furthermore, when the EXFMT returns control to the screen, those fields are no longer populated. I tested various things and found that by writing out any other format, even a Dummy empty format, my data for the subfile control record format writes out just fine. However, now I noticed that my Error Messages at the field level are not showing up. Is there a different way that I should be doing this? I thought that since the grid is not overlaying my other data on the record format and that an EXFMT is basically a Write and a Read, that it should Write and Read the data outside of the Grid as well as inside the Grid. Thanks for the help.