2006 Oct 25 6:25 PM
i draw a box in script window,iam able to get it in print view of SP01,but the box was not displaying on printed output.
i tried in allways increasing window size,decreasing box frame size...etc
please let me know any reason behind this and suggest me the solution
Check the properties of the box, left, up, down and right margin, and check that doesn't overlapp with another one. Retrieve too some data to that box.
I hope this ideas cona be helpful.
2006 Oct 25 6:31 PM
Hi anil,
Check this
/: BOX FRAME 10 TW
Draws a frame around the current window with a frame thickness of 10 TW (= 0.5 PT).
/: BOX INTENSITY 10
Fills the window background with shadowing having a gray scale of 10 %.
/: BOX HEIGHT 0 TW FRAME 10 TW
Draws a horizontal line across the complete top edge of the window.
/: BOX WIDTH 0 TW FRAME 10 TW
Draws a vertical line along the complete height of the left hand edge of the window.
/: BOX WIDTH '17.5' CM HEIGHT 1 CM FRAME 10 TW INTENSITY 15
/: BOX WIDTH '17.5' CM HEIGHT '13.5' CM FRAME 10 TW
/: BOX XPOS '10.0' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW
/: BOX XPOS '13.5' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW
Draws two rectangles and two lines to construct a table of three columns with a highlighted heading section.
Regards
Naresh
2006 Oct 25 6:34 PM
Check the properties of the box, left, up, down and right margin, and check that doesn't overlapp with another one. Retrieve too some data to that box.
I hope this ideas cona be helpful.
2006 Oct 25 10:09 PM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |