At 10:00 PM +0000 10/29/01, Ben Rubinstein wrote: >Can anyone suggest how my Revolution app can access style information from >the Windows clipboard? I'll accept externals, dirty hacks, whatever...
Dirty hack: paste the styled text into an application that understands it and can save as HTML. Word barely qualifies. Once you have it in HTML, use: set the htmlText of fld "whatever" to url tFilePath regards, Geoff
