Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying from the clipboard to a text box
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00857729
Message ID:
00857733
Views:
16
>Hi,
>
>Is it possible to copy and paste from/to a VFP 5.0 text box? If so how and if not is it possible in a newer version of VFP?
>
>Thanks
>Bruce

_ClipText = THIS.Value

THIS.Value = _ClipText

Whenever you select text and hit Ctrl + C, that text is stored in the VFP variable _ClipText. Whatever is in _ClipText can be pasted with Ctrl + V or by doing what I showed above.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform