At 08:30 AM 3/13/2009, Mike Epstein wrote:

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.

Very interesting, Mike!

Here's what I did to test the similar scenario on my end:

01. Started R:BASE 7.6 Update 6 (Build: 7.6.6.30315)
02. CONNECted to RRBYW15 (Running R:BASE Your Way! Part 15)
03. Used the following command to PRINT the report with embedded
    Rich Text control as Report Emulation Text File (ETXT).

    PRINT CustomFormLetter WHERE CustID = 128 +
    OPTION ETXT +
    |FILENAME CustomFormLetter.TXT +
    |INCLUDE_RICHTEXT ON +
    |RICHTEXT_ENCODING_TYPE PLAINTEXT +
    |SHOW_CANCEL_DIALOG OFF +
    |OPEN ON

The resulting text file (CustomFormLetter.TXT) looks A-OK,
including the RTF contents as plain text.

Using the R:BASE Turbo V-8 Update 20 (8.0.20.30315) also reveals
the same A-OK results.

What version and update are you using?

Hope that gives you some blues clues ....

Very Best R:egards,

Razzak.


Reply via email to