المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Temporary disable text edit change event? [solved]



C++ Programming
06-14-2011, 06:55 PM
I am using text edit box change event to retrieve data from database.
When user types in partial text and the SQL returns only one record I would like to insert that data back to the edit text box with some modifications.

Inserting the data back generates a change event and puts the program in tailspin.

Is it possible to selectively disable the change event?

Thanks for your help.
Vaclav



-- Modified Monday, June 13, 2011 4:49 PM