how to change the text orientation?
I need to print labels or DBTexts with different orientation in the same
report. How can I do it?
for example:
Label1.Orientation := "Left to Right"
Label2.Orientation := "Bottom to Top"
DBText1.Orientation := "Top to Bottom"
With BarCode and DBBarCode this is possible!!!
Thank you very much
report. How can I do it?
for example:
Label1.Orientation := "Left to Right"
Label2.Orientation := "Bottom to Top"
DBText1.Orientation := "Top to Bottom"
With BarCode and DBBarCode this is possible!!!
Thank you very much
This discussion has been closed.
Comments
property of the text components. Add ppTypes to your uses clause.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com