TExtraDevices Print to Tif not printing whole document...
I have a stretchable RTF component on an RB report and for some reason when
it runs longer than one page, it skips several lines of the RTF at the end
of each page before beginning the next, when printing to TIF using
DeviceType='GraphicFile'.
Anyone experience this? I am loading from file/stream into the RichText
component on the report before printing.
Any help would be greatly appreciated.
Thanks,
Mark
it runs longer than one page, it skips several lines of the RTF at the end
of each page before beginning the next, when printing to TIF using
DeviceType='GraphicFile'.
Anyone experience this? I am loading from file/stream into the RichText
component on the report before printing.
Any help would be greatly appreciated.
Thanks,
Mark
This discussion has been closed.
Comments
TRichEdit. Make sure you are using the latest printer driver. You could
also try contacting James Waler at www.waler.com (the author of
TExtradevices) if it is only related to printing richtext to a TIF.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Waler yet I was told this forum might be a good place to ask the question.
It looks like he's not allocating enough of an area (TRect) to print the
rich text out for a page, thus it thinks it has printed text that it
actually hasn't and can skip anywhere from 5 lines to 20 lines between pages
depending upon what the richtext is.