cancel
Showing results for 
Search instead for 
Did you mean: 

what is the proper event when i change an edit text

Former Member
0 Kudos

Hi Dear;

which event is when i an edit text value changes ?

regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There is no event for changing value in edittext. You may capture event key press and work with it.

hope it helps

Petr

Former Member
0 Kudos

Dear Petr;

how can i catch the edit text change event without click on it?

regrads

Former Member
0 Kudos

If you want to catch changes in exittext, store his value to global variable or somewhere to other exittext (invisible) and play with event

pval.EventType = SAPbouiCOM.BoEventTypes.et_KEY_DOWN

and compare the values in edittext and invisible edittext. If the values are different, the edittext value changes.

Answers (0)