Take a look at ISPF Dialogue Manager publication. ---------- Original Message ---------- From: Skip Robinson <jo.skip.robin...@sce.com> To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Scrollable area Date: Thu, 21 Feb 2013 15:41:32 -0800
What you're observing is the default behavior of ISPF dialogs from the dawn of time. Unfortunately I can't put my hands on an example right now, but if you want a panel to redisplay 'as before' with the same line on top, your dialog code needs to remember the line number of the top line and then reposition on the next display to put that line back at the top. There may some discussion of the technique in the ISPF manuals, but I haven't looked in a long time. Short answer is that you can do what you want, but you have to code for it. . . JO.Skip Robinson Southern California Edison Company Electric Dragon Team Paddler SHARE MVS Program Co-Manager 626-302-7535 Office 323-715-0595 Mobile jo.skip.robin...@sce.com From: Dan <mvs-j...@sympatico.ca> To: IBM-MAIN@LISTSERV.UA.EDU, Date: 02/21/2013 10:38 AM Subject: ISPF Scrollable area Sent by: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> I have a simple panel that contains over 100 rows within a scrollable area. When I scroll down to the line I want to update, insert the data into the input field and hit ENTER the panel is re-displayed as if it was scrolled back to the top. To verify that the data was correct I have to scroll down again. Does anyone know how to NOT cause a scrollable area to be repositioned to the top when the user hits ENTER? (other than re-writing the dialog and using a dynamic data area). Thanks Dan ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN