View previous topic :: View next topic |
Author |
Message |
moyeenkhan Beginner
Joined: 04 Dec 2002 Posts: 64 Topics: 21
|
Posted: Thu Jul 17, 2008 9:54 am Post subject: Positioning Cursor |
|
|
I have a rexx program that displays a panel. This panel displays a list of datasets. The user can view any dataset. But once the user quits by pressing PF3 in the View mode, the rexx programs exits to ISPF. When the user exits, I want the cursor to be at the Command area. Currently the cursor position remains where the cursor was in View mode.
Thanks |
|
Back to top |
|
|
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Thu Jul 17, 2008 4:47 pm Post subject: |
|
|
It should already go to the command line... Where are you invoking this from? Is it from a TBDISPL? You might want to do a control display save/restore around the call to your program _________________ New members are encouraged to read the How To Ask Questions The Smart Way FAQ at http://www.catb.org/~esr/faqs/smart-questions.html. |
|
Back to top |
|
|
|
|