Hi,
I am stuck with this simple but tricky instance. I am trying to display a chinese column-labels and below them the english labels. I wrote it as below and it displays a extra line between the chinese and english labels.
PUT UNFORMATTED
v-per1 AT 2
v-day1 AT 6
v-vchrnum1 AT 10
v-desc1 AT 23
v-debitlb AT 69
v-credit1b AT 89
v-balance1 AT 107.
The above contains the chinese labels. and below displays the values with frame containing english column labels.
DISPLAY xagl_per @ v-per
xagl_day @ v-day
xagl_vonbr @ v-vchrnum
xagl_desc @ v-desc
xagl_debit @ v-debit
xagl_credit @ v-credit
xagl_bal @ v-balance
WITH DOWN FRAME b WIDTH 120.
DOWN WITH FRAME b WIDTH 120.
Output header:-
Ô ÈÕ Æ¾Ö¤ ½âÊÍ ½è·½
M D Voucher Explanation Debit
What might be causing the extra line of space between the above?
I am stuck with this simple but tricky instance. I am trying to display a chinese column-labels and below them the english labels. I wrote it as below and it displays a extra line between the chinese and english labels.
PUT UNFORMATTED
v-per1 AT 2
v-day1 AT 6
v-vchrnum1 AT 10
v-desc1 AT 23
v-debitlb AT 69
v-credit1b AT 89
v-balance1 AT 107.
The above contains the chinese labels. and below displays the values with frame containing english column labels.
DISPLAY xagl_per @ v-per
xagl_day @ v-day
xagl_vonbr @ v-vchrnum
xagl_desc @ v-desc
xagl_debit @ v-debit
xagl_credit @ v-credit
xagl_bal @ v-balance
WITH DOWN FRAME b WIDTH 120.
DOWN WITH FRAME b WIDTH 120.
Output header:-
Ô ÈÕ Æ¾Ö¤ ½âÊÍ ½è·½
M D Voucher Explanation Debit
What might be causing the extra line of space between the above?