Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cut & Paste in EditBox
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01059048
Message ID:
01059408
Views:
11
Hello Thomas
You can also try using _ClipText. Write the following code in the keypress event.

On 'Ctrl + C'
_ClipText = Thisform.ExitBox1.Value

On 'Ctrl + V'
Thisform.EditBox1.Value = _ClipText


Jitendra Shahani
Regards, Jitendra Shahani
Korect Business
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform