Display query result in a pop-up window

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
weboo
Posts: 23
Joined: Tue Apr 10, 2012 10:44 am
Location: South Australia

Display query result in a pop-up window

Post by weboo »

Hi,
Is there a way to display the query result in a pop-up window?

I don't see any option for the RenderOptions param. (BTW, the code below still replaces the current window instead of opening a new tab)

<button class="viewbutton" onclick="AwareApp.runQuery('ShowPartnerOrg','new_tab')">View Partner Organisations</button>

Thanks,
Ian
Aware IM 7.1 - Windows/MS SQL
UnionSystems
Posts: 197
Joined: Fri Jun 17, 2016 7:10 am
Location: Brisbane Australia
Contact:

Re: Display query result in a pop-up window

Post by UnionSystems »

I'm away from my configuration tool at the moment but I think the trick to getting a query display in a pop-up window is to call a process and get that process to run the query. By default a process will display in a pop-up window.
AWS Linux, Windows Server, AIM 8.4 & 8.6
weboo
Posts: 23
Joined: Tue Apr 10, 2012 10:44 am
Location: South Australia

Re: Display query result in a pop-up window

Post by weboo »

Thanks mate. I'll try that.
UnionSystems wrote:I'm away from my configuration tool at the moment but I think the trick to getting a query display in a pop-up window is to call a process and get that process to run the query. By default a process will display in a pop-up window.
Aware IM 7.1 - Windows/MS SQL
Post Reply