I'm trying to focus on a window that has the searchable string at the end of the window title.
EXAMPLE:
"MY NAME INBOX - Lotus Notes"
This is how Lotus Notes titles all the windows. I want to focus on "Lotus Notes"
Something like setFocus>*Lotus Notes
Would be handy. Is there a workaround?
How to Focus Window - searchable string at the end of title
Moderators: JRL, Dorian (MJT support)
Try
SET>Lotus Notes*
From the help for SetFocus:
Dick
SET>Lotus Notes*
From the help for SetFocus:
Hope this helps,If the last character of the window title specified is an asterisk (*), Macro Scheduler will attempt to setfocus to the first window whose title matches the text entered exactly. If it cannot make an exact match it then looks at all windows and sets focus to the first one it finds whose title contains the entered text
Dick