Hello,
I want to print some labels from a database.
De font has to be automatically resized when the printed line is to long.
Any idea how I can measure a line before it is defined in the oPrt object.
Thanks
Willy
Hello,
I want to print some labels from a database.
De font has to be automatically resized when the printed line is to long.
Any idea how I can measure a line before it is defined in the oPrt object.
Thanks
Willy
OPRN:GETTEXTWIDTH(ctext,cfont)
Hth
Richard
Thanks Richard,
This works fine.