Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with -Cut and Paste-
Message
From
08/11/1996 09:14:25
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00011797
Message ID:
00011822
Views:
30
>Hello everybody...
>Excuse my english but I'm a french programmer
>
>I want to resolve a little problem with VFP
>
>I developp an application with VFP 3.0 (.EXE)
>I don't want MENU or TOOLBAR in my application,
>but on a form I want to allow to the user to use the command "CUT" "COPY" and "PASTE" to accelerate the work...
>
>And I don't know the syntax of the command CUT, COPY and PASTE without a menu and how to allows too the hotkey CTRL-x, CTRL-c CTRL-V....
>
>Help me please.....
>
>Merci beaucoup à tous et bonne journée

Generally you have to use _CLIPTEXT system variable to store/retrieve values 'on clipboard'. So you can even create hot keys (Ctrl-C...) and ON KEY LABEL... store/retrieve text strings to/from _CLIPTEXT programmatically.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform