TadxCommandBarEdit OnChange() not working pressing Tab

Add-in Express™ Support Service
That's what is more important than anything else

TadxCommandBarEdit OnChange() not working pressing Tab
 
Davide Crudo




Posts: 23
Joined: 2005-05-09
The event OnChange of the CommandBarEdit is not started when pressing the tab button. It will only be started if I press ENTER on the Edit field or if I use another dropdown component first or if I click any cell in the excel worksheet.

Shouldn't the OnChange be started when exiting the field?

Basically I want to replace the content of the Edit field (which contains a password) with '*' charachters on change, then assign the password value to another variable to my App, so that the password is not permanently visible but still accessible by the application.

Doing this, I cannot assign the variable until I press enter.


Thank you in advance for your appreciate help!

Davide
Posted 17 Jun, 2005 09:03:51 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Davide,

Such behavior of the Edit and Combobox controls is inherited from MS guys, so we can say this a normal behavior. If you need I can give you a pure VBA code that gives the same effect.

Posted 17 Jun, 2005 09:25:29 Top