Printing label
Hallo.
I have got a report with four columns.
I want to print the data from left to right.
For example:
1000 1001 1002 1003
1004 1005 1006 1007
1008 1009 1010 1011 etc.
The data in my report are printed as follows:
1000 10100 10200 10300
1001 10101 10201 10301
1002 10102 10202 10301
1003 10103 10203 etc
1004 10104 tec.
1005 etc.
etc.
Is it possible to print the data from left to right
and not from top to buttom?
Thank you.
I have got a report with four columns.
I want to print the data from left to right.
For example:
1000 1001 1002 1003
1004 1005 1006 1007
1008 1009 1010 1011 etc.
The data in my report are printed as follows:
1000 10100 10200 10300
1001 10101 10201 10301
1002 10102 10202 10301
1003 10103 10203 etc
1004 10104 tec.
1005 etc.
etc.
Is it possible to print the data from left to right
and not from top to buttom?
Thank you.
Comments
Thank you.