cancel
Showing results for 
Search instead for 
Did you mean: 

ON ENTER Event for Input field of the table

mahesh_jagnani
Participant
0 Kudos

Hi Expert,

i have a table and in that table there is one input field which has associated with the search help.Once user press F4 help for that input field ,currently he is getting the list of possible values..

Problem Detail:-

user press Cancel on the list of values and then enter data for that field manually and try to save data.It is giving error message that the field is blank.

Whether i have do coding in the ON ENTER event for that input field.

Please suggest .

Thanks

Mahesh

Accepted Solutions (0)

Answers (2)

Answers (2)

mahesh_jagnani
Participant
0 Kudos

Thks

Former Member
0 Kudos

Hi

If you want to perform any action after giving input, then you have to write your code in onenter of input field.

But for selecting F4 help no coding required in onevent.( whatever it is OVS or Dictionary Help ).

Cheers,

Kris.

mahesh_jagnani
Participant
0 Kudos

Hi Kris,

The problem is that once we select CANCEL button from the standard search help and then enter data manually and try to save it.

The data is not bind with the node by itself.

Thnaks

Mahesh

former_member199125
Active Contributor
0 Kudos

HI Mahesh,

Are you able to save the F4 help values? If not , i think you didn't bind the input field with Node.

And did you get any error message while saving the data.

Regards

Srinivas