This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Apr 7, 2014, 7:43 AM
1 Posts

Xpages Form closes on Lotus 8.5.3 but not closing in Lotus 9 through agent.

  • Category: Debugging
  • Platform: All
  • Release: All
  • Role: Developer
  • Tags:
  • Replies: 1

Hi All,

I am developing/ working on the xPages client application & facing one issue on Lotus 9.0. , while it is working fine on Lotus notes 8.5.3

I have below mentioned Lotus Script Agent called on xPages Client.

It is on the button event and xPage form open in new window i.e. on 2nd tab

Dim objShell
Set objShell=CreateObject("WScript.Shell")
objShell.SendKeys("{F5}")
objShell.SendKeys("{ESC}")

This script working on Lotus 8.5.3 client, however it is not working on Lotus 9.0 client.

Even if I manually press ‘F5’ key and press ‘ESC’ key on keyboard it is not working on Lotus 9.0, while it works on Lotus 8.5.3.

Kindly note that this application is working on Windows as well as MAC  system

Please help me out,

Thanks in advance

Apr 13, 2014, 7:58 PM
170 Posts
Window.close

Notes 9 Has a notes.ini param if that is set you can use window.close()

 

XPagesXulAllowScriptsToCloseWindows=1

 

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal