Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clipboard Functions
Message
From
14/06/2001 09:07:32
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
14/06/2001 09:04:36
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00519175
Message ID:
00519259
Views:
13
>
*Cut click
>if !empty(thisform.Tag)
> with eval(thisform.Tag)
>   _cliptext = .Tag
>   .Value = strtran(.Value, .Tag, '')
> endwith
>endif
>
>*Paste click
>if !empty(thisform.Tag)
> with eval(thisform.Tag)
>   .Value = _cliptext
> endwith
>endif
Ooops. Cut and paste code mixed.
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
Reply
Map
View

Click here to load this message in the networking platform