‎2007 Nov 12 4:56 AM
Hello Gurus,
I have problem with uline.
i have 5 stages in the line that to be displayed dynamically. From first stage
to fouth stage it is working fine but the fith stage am getting in the second line.
i have used the followung code,
ULINE :/1(142).
NEW-LINE.
loop at i_extr.
on change of i_extr-stage.
FORMAT COLOR COL_HEADING.
write :1 '|','6.Stage Extraction', 46 '|', at pos1 i_extr-stage, '|'.
pos1 = pos1 + 20.
FORMAT COLOR OFF.
endon.
endloop.
Please help me out.thanku in advance
‎2007 Nov 12 5:09 AM
‎2007 Nov 12 6:15 AM
I have already tested by incrasing the size, But of no use.
The same way am getting the stage 5 in the next line. unable to solve please help me.
‎2007 Nov 12 6:16 AM
Can you paste your whole code. Also show your REPORT... defination
Regards,
Atish
‎2007 Nov 12 8:33 AM