Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Paste
Message
From
27/05/2003 14:20:51
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Paste
Miscellaneous
Thread ID:
00793199
Message ID:
00793201
Views:
27
This message has been marked as the solution to the initial question of the thread.
Hi, Moises.

>Suppose I copied the contents of a text and now I want
>to paste it into a field on a form
> I don't want to use control+V or paste on mouse
> I would like a buttom on the form to do this job
> Any ideas ?

You can access the content of the clipboard through VFP by using the _cliptext system variable:
_cliptext = "Blah"  && assign something to it
Thisform.txtFoo.Value = _cliptext   && get the clipboard content
HTH
Claudio Lassala
Previous
Reply
Map
View

Click here to load this message in the networking platform