‎2007 Feb 21 8:07 AM
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 ???
‎2007 Feb 21 8:10 AM
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
‎2007 Feb 21 8:18 AM
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
‎2007 Feb 21 8:50 AM