I am using the Cloud version of Mongoose.
Is there any way to copy to the Clipboard? I see this event: StdCurCompClipboardCopy, but I've been unable to figure out how to make it work.
We have forms that display a list of data in a datagrid. When the user clicks on a link in the datagrid it opens another Mongoose form that is the detail information for the row selected in the grid. We do this with the "Goto Form--replace this form with the new form". The users want a link to the detail form that they can share with others. The browser address bar still has the URL for the List form. So they can't just copy the URL shown in the browser.
I would like to have a button on the form that when clicked would save the URL for the form in the Clipboard. I would have to format the URL in form script before the button is clicked. Once the URL is copied to the user's Clipboard, then they could paste it in an email or Teams message to send to someone else. Is it possible to copy text to the user's Clipboard in cloud version of Mongoose?
Plan B is to have the URL as a field on the form that the user could copy. But I would prefer to not show the URL on the form. It's a pretty long URL and contains the RowPointer.