Open one solution from another

Hi,
Is there a way to call one solution from another in Servoy. For example, if I have solution A running, is it possible to open solution B from within solution A? As solution B opens, solution A should continue to run, without closing. Like providing a link from solution A to B.
Is this possible in Servoy? If so how?
Thank you.

Regards,
Hareendra

Using application.showURL you can open either open a smart client (by opening a url which opens a SC) or open a webclient, by providing a url that opens a WC.

When doing the later, you can choose to have the new WC solution open in the same window or a new window, by providing as second argument respectivly ‘_self’ or ‘_blank’ (from the top of my head, see sample code).

Paul