Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy & Paste
Message
From
28/04/2000 13:03:39
 
 
To
28/04/2000 09:46:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00364439
Message ID:
00364558
Views:
35
>Hello All,
>
>I'm trying to create code to allow my client to copy data from a textbox on one form to a textbox on another form by clicking on the Copy/Paste icons provided.
>
>I believe that KeyBoard '{13}' might accomplish the Paste but how to copy the field to the clipboard? Any how would be appreciated.
>
>Regards,
>
>Paige

Copy:

_CLIPTEXT = thisform.textbox.Value

Paste:

KEYBOARD _CLIPTEXT

after you've set focus to the proper textbox, etc.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform