Help with dot matrix report
Hi,
it's possible to change font size in a dot matrix report?
it's possible to change the size of row in report builder?
thanks in advance
it's possible to change font size in a dot matrix report?
it's possible to change the size of row in report builder?
thanks in advance
Comments
set object property Font to 12, 15 or 17 cpi to true. in addition you can set the property "wide" to true.
size of row:
I don't think so. Try to send the coresponding ESCAPE-Commands (see printer's handbook):
- create text object MyObject
- enter event-procedure OnBeforePrint
- set text-property of myobject to the Escape-Command (e.g. MyObject.Text := #12)
hth
Sascha