cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in printing bx

former_member190389
Active Contributor
0 Kudos

Hello,

In the header window I have to print data in box for that I put command

/: BOX HEIGHT '2.6' CM WIDTH '13.5' CM FRAME 10 TW

to get the box around the entire window ,this part works

/:BOX YPOS '0.4' CM WIDTH '13.5' CM FRAME 10 TW

This is to get one more horizontal line just 0.4 cm below the upper border of the box

but it prints two lines one below the upper border of the box and the other below

lower border of the box

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

To get the box for entire window:

/: Box height '2.6' cm and width '13.5'cm frame 10TW

To get horizontal line we need to mention the Xorigin and Yorigin because the line should start.

/: Position Xorigin '2' cm Yorigin '4' cm

Hope this helps you.

Regards,

Rajani

Former Member
0 Kudos

Use like,

/: BOX HEIGHT 0 CM WIDTH '13.5' CM FRAME 10 TW

Hope it works!!

Former Member
0 Kudos

Hi,

try with

/: BOX HEIGHT 0 TW FRAME 10 TW

this draws a horizontal line

Regards,

jaya