cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove Main window border

0 Kudos

In my script main window border is come if i create every window border is come but i m not write any border code (box)

pls give me solution how remove the border.

by

suresh.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In script while creating window you will get only shaddow line but

you will no get any frame while running through f=driver program...

So, you just follow the following code ,in window text editor

/: BOX WIDTH XX CM HEIGHT YY CM FRAME '0.5' MM

XX-Width of the window

YY-Height of window

If you want to put some Horizondal line use following code in window text editor

/: YPOS xx CM WIDTH XX CM HEIGHT 0 CM FRAME '0.5' MM

xx- starting posotion

If you want to put some Horizondal line use following code in window text editor

/: XPOS yy CM WIDTH 0 CM HEIGHT YY CM FRAME '0.5' MM

yy- starting posotion.

Try it.........

0 Kudos

Thanx

Former Member
0 Kudos

Hi,

in sapscript you need to define box if you need a border.

Please chcek your main window text elements.There teh box must be defined.

look for something like :

/: BOX FRAME 10 TW .