pprichtext and dbimage
Hi,
I need to print pprichtext on a image.
i've upgrated my printer's driver
when i print a pprichtext on a image the image is not visible.
my pprichtext.color := clwhite
my pprichtext.strech := true
if i set pprichtext.trasparent:=true then the pprichtext is printed in a
little box on the left corner of the report's detailBand.
how can i do to print on a image corretly?
please tell me how.
help
tks
--- posted by geoForum on http://delphi.newswhat.com
I need to print pprichtext on a image.
i've upgrated my printer's driver
when i print a pprichtext on a image the image is not visible.
my pprichtext.color := clwhite
my pprichtext.strech := true
if i set pprichtext.trasparent:=true then the pprichtext is printed in a
little box on the left corner of the report's detailBand.
how can i do to print on a image corretly?
please tell me how.
help
tks
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
ppreport.devicetype:='PDF'
but i don't see the image under pprichtext
tks
a
--- posted by geoForum on http://delphi.newswhat.com
Are you actually trying to print a RichText component to an image such as a
TppImage component or are you simply trying to print it to the report's
Detail band? Where are you setting the properties you show below? It this
RichText component being created at runtime? If so, how are you positioning
it on the report?
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Which version of ReportBuilder/Delphi are you using? Are you able to
recreate this behavior in a simple example? If so, please send the example
in .zip format to support@digital-metaphors.com and I'll take a look at it
for you.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I've a simply report.
in PageStyle band i've a ppdbimage.
the image width is 297mm
the image hight is 210mm
the top is 0, and left is 0
in detail band i've a pprichtext.
tks
--- posted by geoForum on http://delphi.newswhat.com
tks
example
it
--- posted by geoForum on http://delphi.newswhat.com