‎2006 Mar 30 3:15 PM
Hi Group,
I want to insert a horizontal line in the exactly middle of the window,I inserted the BOX command in the text editor,but its not working ,can any body suggest me
‎2006 Mar 30 3:20 PM
‎2006 Mar 30 3:31 PM
Hi Rich Heilman ,
I have included your given code,and after that I activated the script but it is not showing line in
the Layout,can you please suggest
‎2006 Mar 30 3:36 PM
Hi,
Try this ...
/: BOX HEIGHT xx TW FRAME 10 TW
xx-->give half the values of total height of the window.
‎2006 Mar 30 3:57 PM
HI Phani,
Sorry I am new to SAP script ,after inserting this code I saved and activated the form but it is not showing the
line in my layout window,can you please suggest
‎2006 Mar 30 4:16 PM
Hi,
Just try this code..
/: BOX YPOS <'22'> LN HEIGHT 0 TW FRAME 10 TW
< >----> The value here should be exactly half of the total height of the window.& also the units...I used LN(Line),use what ever you used for your window.