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

screen colors

kesavadas_thekkillath
Active Contributor
0 Likes
1,252

I have a requirement...If there is any solution..Do post here..

I have a text getting displayed for a partno in the screen...

so how to display the screentext or the entire screen in colors based on my condition..

5 REPLIES 5
Read only

Former Member
0 Likes
673

Hi,

u can do dat in a report list....

WRITE / 'color' COLOR 1.
WRITE / 'color' COLOR 1 INTENSIFIED OFF.
WRITE / 'color' COLOR 2.
WRITE / 'color' COLOR 2 INTENSIFIED OFF.
WRITE / 'color' COLOR 3.
WRITE / 'color' COLOR 3 INTENSIFIED OFF.
WRITE / 'color' COLOR 4.
WRITE / 'color' COLOR 4 INTENSIFIED OFF.
WRITE / 'color' COLOR 5.
WRITE / 'color' COLOR 5 INTENSIFIED OFF.
WRITE / 'color' COLOR 6.
WRITE / 'color' COLOR 6 INTENSIFIED OFF.
WRITE / 'color' COLOR 7.
WRITE / 'color' COLOR 7 INTENSIFIED OFF.

Cheers,

jose.

Read only

Former Member
0 Likes
673

Dear Friend,

Please make you q maore clear.

If you want to change the colour of the screen

go to the last Icon in rainbow colour --> that is options then Set colour to the System...

There you can change the coulour accordingly.

edited by,

Amlan Sarkar

Read only

0 Likes
673

This is what i need to do based on program logic...is it possible

Read only

Former Member
Read only

0 Likes
673

I want the screen color to be changed not the list options..is it possible ???