Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying and pasting
Message
From
02/12/1999 14:14:16
 
 
To
02/12/1999 13:26:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00298023
Message ID:
00298057
Views:
20
>I can't copy something in a textbox of my application and paste it. I get a little square. Why is this?

As an addendum to what Bruce told you, if you don't want to have a visible Edit menu, you can just define the popup in code and get the capabilities like this:
DEFINE POPUP Edit
DEFINE BAR _MED_CUT OF Edit PROMPT "Cut" KEY CTRL+X
DEFINE BAR _MED_COPY OF Edit PROMPT "Copy" KEY CTRL+C
DEFINE BAR _MED_PASTE OF Edit PROMPT "Paste" KEY CTRL+V
Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform