Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to print rich text from a Text Box
Message
 
To
12/10/1998 14:02:31
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00145964
Message ID:
00146147
Views:
24
>Hi,
>
>Does any body knows how to send the rich text formatted text to printer. (Note: RichText is saved in a memo field.) and we are using RichText active X components to show fonts, Size and Colors on the form but when you we print it through the report writer or directly to the printer it Prints Codes and Special Characters.
>

You can do it by creating a file from contents of your memo and runnig wordpad

Short Example in VFP5:
set textmerge on noshow
set textmerge to (lcFileRTF)
\\<>
set textmerge to
run /n write &lcFileRTF /p
Previous
Reply
Map
View

Click here to load this message in the networking platform