I need to find a way to switch focus between existing open documents/views/folders that are showing on my workspace.
Is there a way in LS to query the workspace, look for a specific tab, and switch focus there?
Any help will be great. Thanks.
I need to find a way to switch focus between existing open documents/views/folders that are showing on my workspace.
Is there a way in LS to query the workspace, look for a specific tab, and switch focus there?
Any help will be great. Thanks.
Subject: Nothing in LotusScript
You would have to write an Eclipse plugin (Java) that could do this. I am assuming Eclipse can list the open tabs. If you know what is open (let’s say the Customers view of a certain database) you could just re-open that and there is a parameter to use the same window if it was already open.
Howard