Page 1 of 1
Move between Multiple Open Windows using keyboard
Posted: Tue Jun 16, 2009 10:20 am
by jayadevu
Hi,
How to move between Multipile open windows using the keyboard ? Shift+Tab is not having the desired results, or whether we have to move the focus to each window using the ON KEY statement of the active window, eg. ON KEY shift+tab ACTION newwindow.setfocus
Warm regards,
Jayadev
Re: Move between Multiple Open Windows using keyboard
Posted: Tue Jun 16, 2009 12:04 pm
by esgici
Hi Jayadev
Did you tried Alt-Tab ?
Regards
--
Esgici
Re: Move between Multiple Open Windows using keyboard
Posted: Tue Jun 16, 2009 12:39 pm
by jayadevu
Dear Esgici,
Alt+Tab moves between different programs on task bar; to move between different windows within a program, generally, shift+tab is used.
Warm regards,
Jayadev
Re: Move between Multiple Open Windows using keyboard
Posted: Tue Jun 16, 2009 4:12 pm
by Roberto Lopez
jayadevu wrote:Hi,
How to move between Multipile open windows using the keyboard ? Shift+Tab is not having the desired results, or whether we have to move the focus to each window using the ON KEY statement of the active window, eg. ON KEY shift+tab ACTION newwindow.setfocus
Warm regards,
Jayadev
This is the way. The setfocus window method.
Regards,
Roberto.
Re: Move between Multiple Open Windows using keyboard
Posted: Wed Jun 17, 2009 5:49 am
by jayadevu
Hi Master,
Thank you for your guidance.
Warm regards,
Jayadev