Home Datapipelines

Suggested change to ppDBPipe.pas

edited May 2008 in Datapipelines
May I suggest a correction to ppDBPipe.pas. At line 1119 make the
following change:

{$IFDEF Delphi10}
lbGetAsString := (FFieldDataLink.Field is TWideMemoField) or
(FFieldDataLink.Field is TMemoField) or <== added
not(FFieldDataLink.Field is TBlobField);
{$ELSE}
lbGetAsString := not(FFieldDataLink.Field is TBlobField);
{$ENDIF}

This is for ReportBuilder 10.08/Delphi 2006

Comments

  • edited May 2008

    Thanks for pointing that out. It is now updated for the code base moving
    forward.

    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.