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:
Subject: NotesUIWorkspace.DialogBox & Javascript in the Notes client
Feedback Type: Problem
Product Area: Notes Client
Technical Area: Application Development
Platform: Windows
Release: 8.5.2
Reproducible: Always
Are there tricks to getting JS to work in the Notes Client when used in the DialogBox method context?
If I test my form full-screen in the Notes client, all of the JSHeader code & JS works with no problems, but as soon as I use that same form in the NotesUIWorkspace.DialogBox method, Notes complains that the code in the JSHeader is not found. If I embed the JS in pass-thru HTML on the dialog box form, I get the same result. If I move that code into the calling form's JSHeader, the code can now be found but the fields on the dialog box form appear to not exist (get "no properties" errors).
Is this a JS object model hierarchy issue?
I had wanted to use pass-thru HTML to generate dynamic links & then have those links update various fields on the dialog box.
Feedback number WEBB8M5S6Z created by ~Bella Elfreemaroni on 09/28/2011
Status: Open
Comments: