textbox change

Hello

Is any way to check is some change on a textbox i have like 30 textbox and i need to check is some one have change to then save.

but the change have to be done by data entry like using the keyboard.

I sometimes use a handy little custom control released by Basil Bourque. More info here:

http://crafted-software.blogspot.ca/2010/10/tracking-fields-value-in-realbasic.html

His old site containing the control is offline, but maybe he would be able to post it for you somewhere.

Use the textChange event
It will fire also when you set the text field value but you can ignore it when setting the value