[fr3.12][DotMatrix][D7]CHR(0) doesn't works
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
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
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