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

Dynamic field population

Former Member
0 Likes
476

Hi,

How to populate one field from other field in module pool table control................

i have 3 fields....in table control..when I enter value in 3rd field manually ...2nd field value should get populated automatically....this is my requirement.

how to do it...pls reply...

thanks

1 REPLY 1
Read only

Former Member
0 Likes
382

Hi,

In the PAI event, inside the Loop of the table control->

check for the OK code for SPACE (this is for ENTER key)

field2 = fieldvalue.

Regards

Lekha