Call a web app from a web app in the same window

Hi,

I used Daniel L. Taylor code to call a web app that appears in a new window. The name of this module is WebControlLinkTD and it works very fine.

I would like to do the same but the new app would appear in the same window replacing the previous one.

Is is possible to do so?

Thanks for help.

If you want to navigate away from the current app to another one in the same window you can use ShowURL(“URL”).

Thanks Albin,

I am sorry. I was so busy the last days. I did not have time to find out if your suggestion worked.

I have tried many things and every time, there was always a message saying like “You’re gonna leave the application, do you want to”.

I tried your suggestion and it worked fine.

Thanks a lot.