Just to make sure I've understood this ....
You are saying that the pasting won't be to any particular application. They might want to paste into Word, or Excel, or any one of a number of applications.
If that's right, I don't see how it can be done - for the reason I explained earlier. Even if you could be sure that the target application was already running, with the correct document open, and with the insertion point at the correct place, VFP would have no way of knowing which application you want to paste into.
The Windows Scripting Host can activate a specified application, and then sent CTRL+V to it. You can also do the same with Windows API calls. But, either way, you would still need to know the name of the target application (or the caption of its window).
You say they have another application that has this ability. It would be interesting to know if that is a VFP application, and exactly how it works.
It might be possible to achieve the goal via Automation, with your VFP app as the client, and Word or Excel or whatever as the server. But your code would still need to know which target app you were wanting to paste into.
Sorry I can't be more help. Maybe someone else here can come up with a solution.
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
Visual FoxPro articles, tips and downloads