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:
it's a form which is designed to copy the content of a richtext field to the clipboard.
The postOpen event contains the following code:
---
Call source.GotoField("Body")
Call source.SelectAll
Call source.Copy
Call source.close
---
this form is being called by a NotesUIWorkspace.dialogBox().
Example:
---
set ws = new notesUIWorkspace
set doc = something
doc.body = "test"
call ws.dialogbox(..., doc)
---
Feedback response number WEBB7J5P9T created by ~Zelda Nimnuplopetsi on 09/03/2008