[fr3.12][DotMatrix][D7]CHR(0) doesn't works

edited 12:18AM in FastReport 3.0
Hi,
I try to send a sequence to my printer :
#27#16#65#8#2#0#0#4#1#1#1#2#27#16#66#1+'1'
with a blanc field and
procedure DMPMemo1OnBeforePrint(Sender: TfrxComponent);
begin
  DMPMemo1.Text := #27#16#65#8#2#0#0#4#1#1#1#2#27#16#66#1+'1';
end;

and i print to file in the dialog box but in the file 0 are not present and the reste of the sequence a aborded too (find :0D0A (CRLF) or the next field)

How can i send sequence with chr(0) to my printer ?

Best regards

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.