2006 Apr 17 10:09 PM
Dear All,
I would like to draw a short Line ... I know I can do that with &Sy-uline& but how Can I increase the thicknesss of that line ..
Adavance Thanks
Venkat.
Dear All,
I would like to draw a short Line ... I know I can do that with &Sy-uline& but how Can I increase the thicknesss of that line ..
Adavance Thanks
Venkat.
2006 Apr 17 10:21 PM
Use box command and use Height parameter 0
/: BOX FRAME 10 TW
Draws a frame around the current window with a frame thickness of 10 TW (= 0.5 PT).
/: BOX WIDTH '17.5' CM HEIGHT '0.0' CM FRAME 10 TW
regards
vinod
2006 Apr 18 8:06 AM
Hai
/: BOX WIDTH '15.2' CM HEIGHT '1.0' CM FRAME 10 TW Intensity 15
Thanks & Regards
Sreenu
2006 Apr 18 8:17 AM
Hi Venkat,
YOu can draw horz. and vert. lines using BOX Command
/: BOX WIDTH 15 CM HEIGHT 0 CM FRAME 10 TW
You can control the thickness of the line by using FRAME addtion in the BOX command.
In the above example a line with 10 Twips thickness will be drawn.
Regards,
SP.
2006 Apr 18 9:29 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |