Panel over a PANEL



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

Panel over a PANEL

Postby Ramsee » Wed Nov 20, 2013 6:26 pm

Hi All,

Warm greetings to one and all!!

I like to have a Sub-Panel over a Main-Panel in my design, To be brief i have a frame in that if i enter 2 in the TYPE OF EXTRACTION, i need to have a Sub-Panel inside the Main Panel.Now it is displaying in a new screen.
 -------------        FORM EXTRACT                  ------------
                                                                               
                                                          USERID: ZXXXXXX       
                                                          DATE  : 13/11/20     
                                                          TIME  : 07:51         
                                                                               
   PLEASE FILL THE FOLLOWING DETAILS FOR EXTRACTION                         
                                                                               
   E-MAIL ID OF THE USER ===>                                                   
                                                                               
   COMPANY NAME   ===>                                                   
                                                                               
   COMPANY NUMBER  ===>                                                   
                                                                               
   TYPE OF EXTRACTION    ===>                                                   
         1. SINGLE FILE EXTRACTION                                             
         2. MULTIPLE FILE EXTRACTIONS                                           


Sub-Panel
           DATE FOR VCF EXTRACTION     
   FROM DATE:                TO :     
   FORMAT OF DATE IS YYYYMMDD         
                                       


Please let me know how to do bring the Sub-Panel over the main panel.

Thanks,
Ramsee
Ramsee
 
Posts: 25
Joined: Wed Nov 20, 2013 6:08 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Panel over a PANEL

Postby enrico-sorichetti » Wed Nov 20, 2013 6:46 pm

not a REXX problem...
read the ispf manuals for the POP UP panel logic
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Panel over a PANEL

Postby Ramsee » Wed Nov 20, 2013 6:50 pm

Hi All,

Thanks for the time now i have found a solution for the above requirement. :)

 "ISPEXEC ADDPOP POPLOC(FIELDname)"           
 ZWINTTL = "TOPIC FOR THE POPUP"
 "ISPEXEC DISPLAY PANEL(SUBPANEL)"           


Above code was done the EX rexx code and i was able to acheieve the output as expect.

Thanks,
Seetharaman
Ramsee
 
Posts: 25
Joined: Wed Nov 20, 2013 6:08 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Panel over a PANEL

Postby TheMFKid » Thu Nov 21, 2013 10:16 am

Ramsee, nice to find that you've joined here.. Apart from rexx, you can directly call your popup panel frm inside your main panel. You can try to find how popup panel is called when you hit option 9(Additional IBM Program Development Products) from ISPF Primary Option Menu, if you have it in your shop.
TheMFKid
 
Posts: 3
Joined: Wed Nov 20, 2013 5:15 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Panel over a PANEL

Postby Pedro » Thu Nov 21, 2013 7:07 pm

...you can directly call your popup panel frm inside your main panel. You can try to find how popup panel is called ...

ISR@PRIM has an example of using the SELECT statement with the ADDPOP parameter.
Pedro Vera
User avatar
Pedro
 
Posts: 684
Joined: Thu Jul 31, 2008 9:59 pm
Location: Silicon Valley
Has thanked: 0 time
Been thanked: 53 times

Re: Panel over a PANEL

Postby TheMFKid » Fri Nov 22, 2013 10:05 am

Yes, Thanks Pedro.
TheMFKid
 
Posts: 3
Joined: Wed Nov 20, 2013 5:15 pm
Has thanked: 0 time
Been thanked: 0 time


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post