Re Printing a report to a file I have changed the margins and still no rtf is being printed
Mike -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dan Goldberg Sent: Friday, March 13, 2009 8:22 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: printing a report to a file You might check your report and make sure the rich text box is inside the margins of the report or change your margins. The newest update will not print anything that falls outside the margins where in previous versions it would print but cut off. Dan Goldberg -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of mike epstein sony viao office Sent: Friday, March 13, 2009 5:31 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: printing a report to a file 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.

