‎2007 Sep 12 12:13 PM
I have got two fields on my module pool screen......
1) flag (char 1)
2) date
My requirement is that if the user selects date from F4 help and the flag field should default to value 'Y' automaticallyt.hw can i do that
please send a code....to do that .
Message was edited by:
anil raina
‎2007 Sep 12 12:17 PM
On the Save event...check if date screen field is not initial.then assign
Sreenfield-name(Flag) = 'Y'.
Make sure you assign the value to the screen field name of FLAG....
This should work
Reward Points
Regards,
Reema.
Message was edited by:
Reema Elsy Easow
‎2007 Sep 12 12:20 PM
i am doing same thing but the value is not reflected in the fields as sooon as user selects the date from F4 help although it gets stored in database as soon as user selects date from F4 and hits save.
‎2007 Sep 12 12:23 PM
orlese at event Enter...create a event and add this code n see
Reemz
‎2007 Sep 12 12:17 PM
Hi,
When the user press the SAVE button then the PAI wil be triggerd, so in the PAI module jsut pass the Value 'Y' to that field
Regards
Sudheer