Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Move RTF-Text to Clipboard
Message
From
19/03/2001 19:12:21
Scott Butts
Ims Specialty Services
Twin Falls, Idaho, United States
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00486560
Message ID:
00486695
Views:
11
Here is somthing I have used, I had a comment next to it saying it only worked in VFP5, I really couldn't say for sure. Just something to paly with.
lctmp = 'some rich text data'
SET LIBRARY TO foxtools.fll ADDITIVE
IF openclip(0)
	lnformatnum = REGCLIPFMT("Rich Text Format")
	setclipdat(lnformatnum,lctmp)
	closeclip()
ENDIF
RELEASE LIBRARY foxtools
Previous
Reply
Map
View

Click here to load this message in the networking platform