arun
September 21st, 1999, 02:32 PM
I am creating an application with several CFormView derived classes. I notice that CFormView does not support data exchange, so I can't bind member variables to the controls with class wizard. I need to get member veriables of the various controls on the forms in the CFormView derived classes. What is the best way to do this?
Thanks in advance.
Arun Sivashankaran
September 21st, 1999, 03:31 PM
Yes, CFormView does support DDX..
Please check your ClassWizard once again.
Alok
arun
September 21st, 1999, 03:42 PM
However, when I place a control (say a button) on the form associated with the CFormView derived object, and then go into 'Member Variables' in the Class Wizard, I don't see the ID for the control that I added. Did I setup something incorrectly? When I do the same with a CDialog derived class I see the resource ID and I can bind a member variable to it.
Arun