|
Hi Frank, > Here's what actually happens when I press F9: > I've entered invalid data into the "RQD DATE" field and pressed F9. Nothing > happens. I ran the screen in debug. I set my break point after the EXFMT > operation for SUBFILECONTROLRECORD and reran the program and pressed F9. > The value of "RQD DATE" = *BLANKS. > > Does anyone know why the program can't see that "RQD DATE" has a value in it? The way that data gets transferred from the screen to your program is that your program issues a READ from the record that has the data stored in it. (EXFMT is combination WRITE/READ operation) Since it doesn't appear that you ever read data from FKEYSORTRECORDFORMAT, it'll never be visible to your program. Try performing a READ operation on the FKEYSORTRECORDFORMAT...
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.