TextChanged event not happening

davelt99

Member
Licensed User
Longtime User
I'm declaring an edittext object in Sub Globals and initializing it, et.initialize(""), just before adding it to a panel that is added to a customdialog2.

All works well, except that the sub et_TextChanged (Old, New) is never called.

I have other edittexts that are created within the designer and their TextChanged events happen as they should.

Not sure what I am doing wrong.

Thank you,
 

MrKim

Well-Known Member
Licensed User
Longtime User
I solved it, my booboo I had used the wrong control name and since it was my first time using this event I assumed there was some trick.
:confused::p:D:eek:
 
Upvote 0
Top