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

Auto insert value in other field

Former Member
0 Likes
774

Hi friends,

How to enter value automatically in a field based on selected value

in other field in dialog screen.

please help me.

Thank you.

Regards,

Virat Mayatra

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
708

Hi,

In search help of first field, add second field and check mark the EXport column

Regards,

Naveen

Hi friends,

How to enter value automatically in a field based on selected value

in other field in dialog screen.

please help me.

Thank you.

Regards,

Virat Mayatra

4 REPLIES 4
Read only

Former Member
0 Likes
708

Hi Virat,

Value1 and Value2 are the screen fields.

Then write the code like,

If Value1 EQ A.

Value2 = A.

else if Value1 EQ B.

Value2 = B.

Endif.

Thanks.

Read only

Former Member
0 Likes
709

Hi,

In search help of first field, add second field and check mark the EXport column

Regards,

Naveen

Read only

0 Likes
708

hi navin thankx your answer is helpful for me...

But what i want to do is when user selects a value in a field based on search help value i want to fetch record from database and want to do some arithmetic calculation then i want to display result automaticaly in second field.

Read only

Former Member
0 Likes
708

Hi,

in the at selection screen output event, write the code our friend Viji had said..

Thanks

Arun.