I thingk dodataexchange binds the textbox with recordset in c++.
How to unbind then?
Printable View
I thingk dodataexchange binds the textbox with recordset in c++.
How to unbind then?
"unbind" them?
Why???
BTW DoDataExchange() doesn't bind anything. It synchronizes the values of class data member variables with the corresponding controls in a dialog.
Oh, and it's NOT C++, it is MFC, which is a class library for C++. Don't confuse MFC with C++!