Close web client browser tab

MaX99MaX99 Member Posts: 4
edited 2015-08-18 in NAV Three Tier
Hi,

With the NAV Web client we open the another company customers page, the hyperlink opens the page successfully in a new explorer window, but when we close this page closes the window is still open, There is a way to close the explorer window with code in OnClosePage trigger?

//----OPEN Web client----//
rlCustomer.CHANGECOMPANY('COPIA');
IF cu50000.RUN(rlCustomer) THEN BEGIN
URL := GETURL(CLIENTTYPE::Web, 'COPIA', OBJECTTYPE::Page, PAGE::"Customer Card", rlCustomer);
HYPERLINK(URL);
END;

Thanks.

Comments

  • krikikriki Member, Moderator Posts: 9,094
    [Topic moved from 'SQL General' forum to 'NAV Three Tier' forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Lec11Lec11 Member Posts: 91
    Hello,

    Have you found a solution for your issue?

    Regards!
Sign In or Register to comment.