‎2009 Sep 17 1:16 PM
Hi Champs,
I have a requirement in SAP Script in which i need to create 3 boxes whose Y-Axis are parallel to each other.
And in these three different boxes I need to populate text in one, graphic in other and total in the last one.
Is it possible???
Please let me know the code or an example to do the same.
Thanks
Regards,
Nishant
‎2009 Sep 17 1:33 PM
Of course you can.
Take 3 paragraph formats.
For each of them assign LEFT and RIGHT justifications.
For Logo use INCLUDE .... PARAGRAPH.
HOPE you know how to draw boxes.
BOX ...
XAXIS.. HEIGHT.. WIDTH
YAXIS...HEIGHT..WIDTH
BEST way is to take 3 separate windows
‎2009 Sep 17 1:50 PM
Thanks for your reply
There is no problem with creating of boxes but issue comes when we need to write multi lines in three different boxes.
The command can be
/: POSITION X Axis and Y Axis of BOX1
/: Write test for Box1
/:Same for Box 2
.
.
.
.
/:same for box 3
.
.
.
But for multiline what will be the command
Thanks
Nishant
‎2009 Sep 17 1:52 PM
I think that is not possible or atleast I think this might be possible via paragraph and character formats only.
‎2009 Sep 17 1:39 PM
Hi,
Use
box command with same ypos for all three
In one box
write text
In other
display graphic
other
display total