Razzak PRINT BID2FBTXT WHERE BIDNUM = 186 OPTION ETXT |SHOW_CANCEL_DIALOG ON|FILENAME t.txt|OPEN ON|INCLUDE_RICHTEXT ON|RICHTEXT_ENCODING_TYPE PLAINTEXT
The line above gives me the same response 'the rich text part of the report does not print' Other fields in the report Do print but the rtf field does not. Thanks for the quick response Mike -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Friday, March 13, 2009 6:37 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: printing a report to a file At 06:48 AM 3/13/2009, Mike Epstein wrote: >I have a report that has a richtext field when I print it >to the file the rtf portion of the report does not print. Mike, Add the following options to the PRINT command and see what you get. |INCLUDE_RICHTEXT ON + |RICHTEXT_ENCODING_TYPE PLAINTEXT + Hope that helps! Very Best R:egards, Razzak.

