Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying, Cutting and Pasting
Message
From
23/02/2000 14:29:27
 
 
To
23/02/2000 14:02:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00336199
Message ID:
00336221
Views:
20
Hi Tyler

This is how I allow the user to copy text in a text box. Put this is the KEYPRESS event of the control.

IF nkeycode == 3 AND nshiftaltctrl == 2
_CLIPTEXT = THIS.VALUE
RETURN
ENDIF

Cut & Paste are easy to figure out from this

HTH
Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform