Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

script box in ecc6

Former Member
0 Likes
888

hi

i would like to have a code for creating box with 5 coloumns in box in ecc6 version for script.

-


-


-


coloumns i cannot draw here.

remember this is for ECC 6 version.

thanx

manoj

7 REPLIES 7
Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
849

hi,

Example code to draw five columns in a box

/: BOX WIDTH '15' CM HEIGHT '1' CM FRAME 10 TW

/: BOX XPOS '3' CM WIDTH 1 TW HEIGHT '8' MM FRAME 15 TW

/: BOX XPOS '6' CM WIDTH 1 TW HEIGHT '8' MM FRAME 15 TW

/: BOX XPOS '9' CM WIDTH 1 TW HEIGHT '8' MM FRAME 15 TW

/: BOX XPOS '12' CM WIDTH 1 TW HEIGHT '8' MM FRAME 15 TW

Regards

Read only

0 Likes
849

thanx for your reply

i also want 3 rows in that box

thanx

manoj

Read only

0 Likes
849

Hi Manoj,

I think you want 1 header row+3 rows and 5 columns...

Read only

0 Likes
849

u r right boss.

pl provide the same urgently.

thanx

manoj

Read only

0 Likes
849

hi ,

Example Code

/: BOX WIDTH '15' CM HEIGHT '1' CM FRAME 10 TW 
/: BOX WIDTH '15' CM HEIGHT '1' CM FRAME 10 TW 
/: BOX WIDTH '15' CM HEIGHT '1' CM FRAME 10 TW 
/: BOX WIDTH '15' CM HEIGHT '1' CM FRAME 10 TW 

/: BOX XPOS '3' CM WIDTH 1 TW HEIGHT '4' CM FRAME 15 TW
/: BOX XPOS '6' CM WIDTH 1 TW HEIGHT '4' CM FRAME 15 TW
/: BOX XPOS '9' CM WIDTH 1 TW HEIGHT '4' CM FRAME 15 TW
/: BOX XPOS '12' CM WIDTH 1 TW HEIGHT '4' CM  FRAME 15 TW

Hope this works for u

Regards

Read only

0 Likes
849

need correct answer please

Read only

Former Member
0 Likes
849

close this issue