Hello all,
I currently use Design Studio 1.5 SP1 P1 and want to use the APPLICATION.openNewWindow in a onClick event. So the idea is, that the user click on a panel, and this opens a query (detail view) in a new window. Until now we had 1 query to open and everything was fine.
The new requirement is, that there are two queries which we want to open. So the user should click on the panel and the onClick event should open two new browser tabs, with different queries.
My issue is, that this does not work. If I use the APPLICATION.openNewWindow() twice, DS opens only the second statement.
Example:
APPLICATION.openNewWindow(... Query1 ...);
APPLICATION.openNewWindow(... Query2 ...);
Result is a new tab with Query2. If I switch the statements, DS shows Query1.
Has someone an idea, how I can open 2 queries in 1 onClick event.
Thanks,
Severin