|
Take a look at Dynamic Screen Manager APIs. Pet peeves are optional...... (Just what does one feed a peeve anyway?) eric.delong@pmsi-services.com ______________________________ Reply Separator _________________________________ Subject: RE: ? on overlay and stupid DDS keyword tricks Author: <MIDRANGE-L@midrange.com > at INET_WACO Date: 2/3/99 8:43 AM Thanks, Mark. This is much simpler than my solution. It also works. I'm swearing off the use of ASSUME in this situation. My particular need was to put a list of stuff in a subfile and have a total for one column of the subfile always visible below the subfile and have this appear in a pop up window. Wouldn't it be simpler if you could put the subfile control record above or below the subfile. This leads to a pet peeve of mine concerning DDS keywords and display programming. I prefer to use the fewest DDS keywords and indicators possible so my code is readable (to me a week later, let alone others.) It irks me that I can't do this programatically and have to rely on magic words. Consider test based screen programming on the PC (all right, no one does it any more) where screens were 2000 characters and it was up to you to put them there. Admittedly it takes more code to do this, but you can do it all in a program and document it. -----Original Message----- From: Mark Willett [mailto:oleblighty@home.com] Sent: Tuesday, February 02, 1999 4:18 PM To: MIDRANGE-L@midrange.com Subject: Re: ? on overlay The keyword you need is OVERLAY....but....you may also need CLRL(*no) if your second screen overlays any attribute byte on the original screen. I.E. If you write a header format and then exfmt a SFL(SFLCTL) screen you would only use OVERLAY. If you wanted a screen in the middle of a previous full display you would need both OVERLAY and CLRL(*NO). I do not believe you need to use a dummy blank screen or the ASSUME keyword to achieve this. Hope this helps. +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +--- +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
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.