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.
0
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Have you found a solution for your issue?
Regards!