Application Development 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: 

Dynamic Display of Task Description

Former Member
0 Kudos

Hello All,

I have a requirement where dynamic display of the description needs to be displayed based on a task code.Each Task code has a description associated.

When user enters a task code on the screen, the corresponding description should be displayed. this filed

should remain grayed and output only.

Please advise how can i display task code value dynamically?

Your inputs will be appreciated.

Thanks,

K.

3 REPLIES 3

former_member555112
Active Contributor
0 Kudos

Hi,

Can you be more specific?

What do you mean by

display task code value dynamically

If you want the description field to be output only then change its attributes in the screen painter when you design the screen.

Regards,

Ankur Parab

0 Kudos

Hi Ankur,

You got it right but the screen is generated by report not by screen painter. how would i do so?

Edited by: Kathy Carter on Jul 20, 2009 4:58 PM

0 Kudos

Hi,

In the PBO of the screen; LOOP on the SCREEN internal table and for the particular field change INPUT = 1 and OUTPUT = 0.

And modify the SCREEN table.

Regards,

Ankur Parab