Lost Spaces
Hi,
We are using Delphi 5 Enterprise and ReportBuilder. We have a report that
prints a string of text that contains spaces. It prints normally on our HP
LaserJet 5, but when we send it to the HP LaserJet 4, the string of text
becomes unreadable because it loses the spaces - just jams all characters
together.
Anyone know of a way to "force" both printers to "see" our space character
in the TppDBEdit string?
R
We are using Delphi 5 Enterprise and ReportBuilder. We have a report that
prints a string of text that contains spaces. It prints normally on our HP
LaserJet 5, but when we send it to the HP LaserJet 4, the string of text
becomes unreadable because it loses the spaces - just jams all characters
together.
Anyone know of a way to "force" both printers to "see" our space character
in the TppDBEdit string?
R
This discussion has been closed.
Comments
installing the HP LJ 5 driver on both printers to test if the driver is
causing the problem. Can you try placing the spacing on the text that is
going to be printed in the DBTexts? How exactly are you adding the spaces-
in individual labels or is it embedded in the string data field? What
happens when you print a DBMemo control with text and spaces in it? What is
the space character you are using?
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Nothing special about the space character, just the character that gets
generated when the user presses the space bar.
FWIW - The LaserJet 4 is a 4P.
latest printer driver for the Laserjet 4. If you create a report with just
a label in it with a caption that is 'Hello World,' does it print
'HelloWorld' or 'Hello World?'
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com