cancel
Showing results for 
Search instead for 
Did you mean: 

how to populate value in other field after entering in one field?

Former Member
0 Kudos

hi everyone.

when i enter value in one field , automatically some xyz value should be populated in second field. How would this be possible without any enter? I mean i don want to perform any action like press enter or like that.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

As there is no TAB CHANGE event that gets triggered, atleast there should be some button or you need to hit 'ENTER' to achive this.

Check out this link for Thoma's reply -

Regards,

Lekha.

Answers (3)

Answers (3)

Former Member
0 Kudos

I am closing this thread

Former Member
0 Kudos

Hello manumb6 ,

You coud also use "TimedTrigger" UI element for the same and you can specify the "delay" value in seconds.

Suppose if you enter x value.

After X seconds it will trigger the particular action associated to UI element.

My suggestion would be that you generate this UI element Dynamically when you expect end user to enter the value in the input field and system would keep invoking the method and as soon as your objective is met, Delete the UI element .

Hope this would help.

Regards

Anurag Chopra

Former Member
0 Kudos

Hi,

I dont think you can achieve this without triggering anyevent, you will have to use the OnEnter event to achieve this scenario.

Radhika.