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
Move between Multiple Open Windows using keyboard
Moderator: Rathinagiri
- esgici
- Posts: 4543
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
- Contact:
Re: Move between Multiple Open Windows using keyboard
Hi Jayadev
Did you tried Alt-Tab ?
Regards
--
Esgici
Did you tried Alt-Tab ?
Regards
--
Esgici
Viva INTERNATIONAL HMG 

Re: Move between Multiple Open Windows using keyboard
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
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
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Move between Multiple Open Windows using keyboard
This is the way. The setfocus window method.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
Regards,
Roberto.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: Move between Multiple Open Windows using keyboard
Hi Master,
Thank you for your guidance.
Warm regards,
Jayadev
Thank you for your guidance.
Warm regards,
Jayadev