Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy, cut & paste
Message
From
04/11/1998 06:40:38
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
04/11/1998 06:01:20
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00153842
Message ID:
00154279
Views:
17
>>>How do enable,
>>>
>>>copy CTRL+C
>>>cut CRTL+X
>>>paste CTRL+V
>>>
>>>so the users can easely fill in some fields ?
>>>
>>>Marc
>>
>>Marc,
>>
>>By mimicking VFP. For example, the bar for copy is called _med_copy. See help under "System menu names".
>>
>>José
>
>OK, but i do not have a toolbar, i do not have a menu in my program.
>I just want to be able to select a piece of text and copy it, or paste it in an other field.
>
>Marc
Marc,
You could have a menu with those items but not show.
hide menu all
on key label "Ctrl+C" SYS(1500, '_MED_COPY', '_MEDIT')
on key label "Ctrl+X" SYS(1500, '_MED_CUT', '_MEDIT')
on key label "Ctrl+V" SYS(1500, '_MED_PASTE', '_MEDIT')
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform