Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
ppImage
rbuser
April 2009
edited April 2009
in
General
Hi,
I have a field (ftGraphic) in a TClientDataSet. How do I get the
picture in this field into a TppImage
Arno
Comments
nicocizik
April 2009
edited April 2009
Hi Arno,
Try using a DBImage instead connected to a pipeline. This will
automatically load the image from the dataset.
Otherwise you could stream the image data and load it into the
TppImage.Picture.Graphic object using the LoadFromStream routine.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
rbuser
April 2009
edited April 2009
Nico Cizik (Digital Metaphors) wrote:
Thanks Nico
--
This discussion has been closed.
Comments
Try using a DBImage instead connected to a pipeline. This will
automatically load the image from the dataset.
Otherwise you could stream the image data and load it into the
TppImage.Picture.Graphic object using the LoadFromStream routine.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks Nico
--