Hi, I have an MFC program using ODBC and that has four classes. DB1Set, DB1View, DB2Set, and DB2View respectively.
What I am trying to do is figure out how to add records to the the project. What I would like to do is try to use the same dialogs that I have now where I can edit them. But I'm not sure how to go about it. I know there is a function called SetFieldNull but when I look through the list of functions for my m_editboxctrl I don't find it in there.
If anyone can direct me the correct way to figuring out how to do this it would be greatly appreciated. Thanks.
Tim,
Currently Studying in High School
What I am trying to do is figure out how to add records to the the project. What I would like to do is try to use the same dialogs that I have now where I can edit them. But I'm not sure how to go about it. I know there is a function called SetFieldNull but when I look through the list of functions for my m_editboxctrl I don't find it in there.
If anyone can direct me the correct way to figuring out how to do this it would be greatly appreciated. Thanks.
Tim,
Currently Studying in High School