Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RichText Control Pasting
Message
 
 
To
01/02/2007 18:02:22
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01191659
Message ID:
01191662
Views:
10
This message has been marked as the solution to the initial question of the thread.
>I have a richtext control in a form. I would like to code a button that would paste the contents of the _clipText at the insertion point on the control. Same function as Ctrl+V used to paste contents of clipboard.
Thisform.oRtf.OBJECT.SelRTF = _CLIPTEXT
The RTF selected text will be replaced with contents of clipoboard or it will be inserted at the cursor position if there's no selection.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform