Move between Multiple Open Windows using keyboard

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
jayadevu
Posts: 240
Joined: Tue May 19, 2009 7:10 am

Move between Multiple Open Windows using keyboard

Post 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
User avatar
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

Post by esgici »

Hi Jayadev

Did you tried Alt-Tab ?

Regards

--

Esgici
Viva INTERNATIONAL HMG :D
jayadevu
Posts: 240
Joined: Tue May 19, 2009 7:10 am

Re: Move between Multiple Open Windows using keyboard

Post 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
User avatar
Roberto Lopez
HMG Founder
Posts: 4012
Joined: Wed Jul 30, 2008 6:43 pm

Re: Move between Multiple Open Windows using keyboard

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
jayadevu
Posts: 240
Joined: Tue May 19, 2009 7:10 am

Re: Move between Multiple Open Windows using keyboard

Post by jayadevu »

Hi Master,

Thank you for your guidance.

Warm regards,

Jayadev
Post Reply