‎2007 Jan 18 12:04 PM
Hi ,
Is it possible to create a window inside a main window in SAPScript ? If so,how ?
Please help.
Thanks®ards
Ananya Mukherjee
‎2007 Jan 18 12:13 PM
Hi !
I don not think that will work...
but... windows can overlap - perhaps that may help you.
Simply create a new window that is laying "over" your main window... that's
working.
Regards
Rainer
Some points would be nice if that helped.
‎2007 Jan 18 12:13 PM
Hi !
I don not think that will work...
but... windows can overlap - perhaps that may help you.
Simply create a new window that is laying "over" your main window... that's
working.
Regards
Rainer
Some points would be nice if that helped.
‎2007 Jan 18 12:16 PM
Hi Mukherjee,
Use <b>Box command </b>
/: BOX XPOS 1 CM YPOS 1 CM WIDTH 18 CM HEIGHT 20 CM FRAME 10 TW INTENSITY 10
/: BOX XPOS 6 CM YPOS 8 CM WIDTH 18 CM HEIGHT 5 CM FRAME 10 TW INTENSITY 10
‎2007 Jan 19 3:46 AM
Hi,
Problem is solved .Created overlapping window. Thanks a lot.
Regards
Ananya