2005 Dec 12 1:40 PM
Hello all,
I have to draw vertical lines to make a grid in a SAPscript. But the grid size is not fixed, there a number of records and long texts that are displayed based on certain conditions.
Is there a way to draw a perfect/complete veritcal in SAPscript dynamically?
Looking forward to hear from you peoples...
2005 Dec 12 1:59 PM
You can use the BOX command to draw vertical lines.
/: BOX [xpos] [ypos] [width][height] [frame] [intensity].
here the widt has to be 0 to get a line and the height can be a variable as required.
Thanks,
Renjith.
2005 Dec 12 2:09 PM
You can use the BOX command to draw vertical lines.
/: BOX [xpos] [ypos] [width][height] [frame] [intensity].
here the width should be 0 to get a line and the height can be a set as 1 and the ypos variable can be ncreased.