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


Dec 21, 2016, 10:39 AM
9 Posts

Copy content of a view column into clipboard

  • Category: Domino Designer
  • Platform: Windows
  • Release: 9.0.1
  • Role: Developer
  • Tags: view,column,clipboard
  • Replies: 1

Is there a function/formula to copy the content of a specified (single) view column of a selected document into the clipboard?

Dec 21, 2016, 4:41 PM
59 Posts
suggestion

I've used a library called 'ClipBoardUtils' that I found somewhere on the internet a while ago. Two functions:  getClipBoardText & setClipBoardText . Only works for a client on Windows, but if that is your environment, it would be a breeze to use script to grab the column value of the selected row in the view and stuff the value into the windows clipboard. If you are unable to locate the code, let me know and we can find a way to share it.

BTW, just looked in the code and I see that it was written by Dallas Gimpel in 2004 - so thank you Dallas! this code has been very helpful to me for several years!


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