×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
> are all displayed, the problem is
> only with the new field that i have
> added in the display file,
Search your PROGRAM2 to make sure that every place you reference #PLT
you are referencing #PLTPC. It's easy to miss one in a large program.
(I'm wearing that t-shirt myself today.)
Just before the EXFMT of the screen
> in Program2, if i check the value of
the field, it shows the correct value
> from the database, but once the
screen is EXFMT, it shows the value
> that was updated for the previous
order#.
Another thing to check is parameter length mis-matches. Even if the
programs have been working OK before, adding a new field to the mix
alters the storage map, and might reveal a problem that was corrupting
'innocent' storage before. Make sure all your CALL/PARMs match up with
length/type on both sides of the call. Even for programs you haven't
changed.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.