Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

DBRichText displaying raw text

edited December 2001 in General
Hi,
I am using RB6.03 on D5.
If I use "Select * from Table1" the DBRichText will displays the correct
format of text.
But when I use "Select T.RichText1, ... from Table1 T where ... group by
... order by...", then
the DBRichText display "raw" text.
What shell I do?
I need to use second statement because of grouping.

TIA
Hott

Comments

  • edited December 2001

    Try this with Delphi's DBRichEdit and see whether you get the same
    results. Internally RB is doing something like DataSet.Field.AsString.





    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited January 2002
    >

    In Delphi, I can set the "PlainText" property to false, but how can I do
    this in RB?

    by
  • edited January 2002

This discussion has been closed.