I have a browse with xBrowse, and the following code to copy, to ClipBoard, a value:
- Code: Select all Expand view
FW_CopyToClipBoard( oRsOri:Fields("RUT_CVE"):Value)
So far so good, now I require, if possible, that with just one mouse click (Right or Left) on a cell paste the stored value,
without having to use RETURN + CTRL+ V+RETURN.
Is it possible?, do you have a sample?
With Best regards