× 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.



"MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx> wrote on 08/09/2017
10:34:42 AM:
----- Message from Dan <dan27649@xxxxxxxxx> on Wed, 9 Aug 2017 10:
34:29 -0400 -----

To:

Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>

Subject:

Re: Window border display attributes mess up overlaid display

I finally realized a pattern. I noticed that the windows *always*
display
correctly the very first time the service program was called in a given
interactive job. I don't set LR on in the service program, and I did
not
specify USROPN on the workstation file. So, even after the "main"
program
terminates, the workstation file remained open in the job.

The fix: Add USROPN, open the file at the top of each of the window
procedures, and close it prior to each RETURN operation. Problem
solved.

Thank you, gentlemen, for your suggestions!

- Dan


You can also change the display file for the main program to RSTDSP(*YES).
This always solved the issue for us. It takes less code than always
closing the subprogram display file and reopening it. (It's more
efficient, too--the system doesn't have to deal with creating and
destroying the ODP (open data path) each time. However, it does require
ensuring each main program DSPF is created with the RSTDSP(*YES)
parameter.

Michael Quigley
Computer Services
The Way International
www.TheWay.org

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.