Is there a way to copy a string to the clipboard in x++? I know my users could just click on the textbox and click Ctrl-A and then Ctrl-C but I guess that's too much work so they asked me to look into this....
Do you mean that X++ running on web server in Azure would somehow connect to client's machine and manipulate the clipboard in user's session? The only way how I can imagine it is designing an extensible control with JavaScript doing putting something to clipboard, and calling the action from X++.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.