|
Let's say i'm at WRKMBRPDM and I issue a C (Call) on the Opt field next to the member of my RPG program. The popup window (let's say 1/4 of the screen) should appear with still the WRKMBRPDM screen behind it. When I exit the screen (F3), the WRKMBRPDM screen should be restored withour any "refresh". Is this possible? ______________________________ Reply Separator _________________________________ Subject: Re: WIndow programming Author: RPG400-L@midrange.com ("Buzz Fenner" <nick_exxon@hotmail.com>) at AMWAY Date: 3/22/99 10:14 PM Walter, Your DDS is probably missing two keywords. In the "Window" DDS, code a Dummy record format with, say, a one-character field (blank) on line 24 column 79. Specify the ASSUME keyword. Like so, R DUMMY ASSUME 23 79 ' ' Then, in your calling program's DDS, code the KEEP keyword on the record format that's on the display when you call your window program. What you are basically doing is telling device management that when your program sends the window to the display ASSUME that data is on the screen and KEEP the existing data there. >From: Walter_Yalung@amway.com >Reply-To: RPG400-L@midrange.com >To: RPG400-L@midrange.com >Subject: WIndow programming >Date: Tue, 23 Mar 1999 08:55:04 -0500 > > > > > I'm trying to create a "pop-up" application in RPG/400 such as a > calendar or calculator using windows in SDA. However, after calling > the program on the commandline or from a menu option, the background > screen goes blank. How do I prevent this? > > >* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * >* This is the RPG/400 Discussion Mailing List! To submit a new * >* message, send your mail to "RPG400-L@midrange.com". To unsubscribe * >* from this list send email to MAJORDOMO@midrange.com and specify * >* 'unsubscribe RPG400-L' in the body of your message. Questions should * >* be directed to the list owner / operator: david@midrange.com * >* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * > Get Your Private, Free Email at http://www.hotmail.com * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This is the RPG/400 Discussion Mailing List! To submit a new * * message, send your mail to "RPG400-L@midrange.com". To unsubscribe * * from this list send email to MAJORDOMO@midrange.com and specify * * 'unsubscribe RPG400-L' in the body of your message. Questions should * * be directed to the list owner / operator: david@midrange.com * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This is the RPG/400 Discussion Mailing List! To submit a new * * message, send your mail to "RPG400-L@midrange.com". To unsubscribe * * from this list send email to MAJORDOMO@midrange.com and specify * * 'unsubscribe RPG400-L' in the body of your message. 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.