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 painter default value

Former Member
0 Likes
874

hi All,

I have a screen that has been already designed and linked with the program. Now there is a field f1 that always hold the value 'EXERC' by default. I want to change the default value as something else. I am looking into the PBO module but cant see anything. can anyone help me out in this ???

3 REPLIES 3
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
524

HI,

Check if this field has SET/GET PARAMETER that is any PARAMETER ID associated with it. Goto screen painter and check for this. If this is the case then before calling this screen may be you need to do SET PARAMETER you can do this in the PBO also.

Regards,

Sesh

Read only

Former Member
0 Likes
524

Hi,

You need to look at the TOP Include for this one, i mean see the declaration part of that field,

if you won't get then serach for that field in the Main Program nad lastly search for SET parameter ID's

Regards

SUdheer

Read only

Former Member
0 Likes
524

thanks to both of you,

Problem is solved.