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

Regarding screen colour using 'screen-color'

Former Member
0 Likes
624

As per my client's requirement I have developed Tabstrip in the module pool progarmming. The requirement is to change the screen colour.

My question is can we change the screen colour ?

What is the use of 'SCREEN-COLOR' Parameter ?

If using 'SCREEN-COLOR' how one can change the colour of the screen ?

Code I have employed is as follows

In the PBO of screen to be called

LOOP AT SCREEN.

SCREEN-COLOR = 2.

MODIFY SCREEN.

ENDLOOP .

As per my client's requirement I have developed Tabstrip in the module pool progarmming. The requirement is to change the screen colour.

My question is can we change the screen colour ?

What is the use of 'SCREEN-COLOR' Parameter ?

If using 'SCREEN-COLOR' how one can change the colour of the screen ?

Code I have employed is as follows

In the PBO of screen to be called

LOOP AT SCREEN.

SCREEN-COLOR = 2.

MODIFY SCREEN.

ENDLOOP .

1 REPLY 1
Read only

Former Member
0 Likes
503

Hi Mahesh,

Please let me know where have you found this parameter.

Thanks,

Sai

ok got it

Edited by: Sai Krishna Kowluri on Jun 15, 2009 1:06 PM