PC SOFT
Accueil
Nouveau contenu
Windows Message Name for control EXIT event please
Débuté par Robert Zhong, 12 aoû. 2012 16:01 - Aucune réponse
http://hostimage.webdev.info/avatars/default.gif
Posté le 12 août 2012 - 16:01
Hi All,

I need to save record whenever the user makes a change in any controls (there are mix of Edit controls and Combo controls) on the window to refresh in real time a table control listing the same record.

I figure instead of putting "SaveRecord" in all "EXIT" sections of all controls which is a lot of work, I just use EVENT function to capture all "Exit" events of all controls and use "SaveRecord" once.

but what is the Windows Message Name or number for such event to be able use the EVENT function please?

Thank you all

Regards
Robert ZHONG