‎2015 Oct 14 10:11 AM
Hi experts,
I have problem when print script form.I have the below 3 column.
Date Invoice Number Remittance Amount
dats char16 curr13
For the field Invoice number and Remittance Amount, Both of their output length are uncertain.
I want each field alignment. But my is not. Please see my pic.
This is my box:
| /: | BOX WIDTH 4 CM HEIGHT '0.5' CM FRAME 10 TW | |
| /: | BOX XPOS 4 CM WIDTH '7.5' CM HEIGHT '0.5' CM FRAME 10 TW | |
| /: | BOX XPOS '11.5' CM WIDTH '7.5' CM HEIGHT '0.5' CM FRAME 10 TW | |
| /: | BOX YPOS '0.5' CM WIDTH 4 CM HEIGHT 18 CM FRAME 10 TW | |
| /: | BOX XPOS 4 CM YPOS '0.5' CM WIDTH '7.5' CM HEIGHT 18 CM FRAME 10 TW | |
| /: | BOX XPOS '11.5' CM YPOS '0.5' CM WIDTH '7.5' CM HEIGHT 18 CM FRAME 10 TW | |
| * | ,,<C2>Document Date,,,,,,Invoice Number,,,,,,,,,,Remittance Amount</> |
This is my Main window text edit:
| /E | MAIN | |
| I2 | <C6>GS_ITEM-BLDAT& GS_ITEM-XBLNR& GS_ITEM-ZVAL& </> |
Hope get the solution.
‎2015 Oct 14 11:40 AM
Hi Yuan,
Why do you need so many tabs? unless the same area is being used to display multiple line items types.
As a start try fixing the output length for Invoice Number:
<C6>GS_ITEM-BLDAT& GS_ITEM-XBLNR(16)& GS_ITEM-ZVAL& </>