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

module pool problem

Former Member
0 Likes
452

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

4 REPLIES 4
Read only

Former Member
0 Likes
431

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

Read only

0 Likes
431

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.

Read only

0 Likes
431

orlese at event Enter...create a event and add this code n see

Reemz

Read only

Former Member
0 Likes
431

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