swiftinitpvtltd How to close popup modeless window form in js. Below is in process- EXEC_SCRIPT 'AwareApp.m_curPopupWindow.window.close();' I want to close form on javascript in render js code.
swiftinitpvtltd I tried EXEC_SCRIPT 'AwareApp.m_curPopupWindow.window.close();' in process but gives me null error.
BLOMASKY not sure if it will make any difference, but I have used the following: EXEC_SCRIPT 'let win = AwareApp.m_curPopupWindow; win.window.close (); ' bruce