Hi I’m making an MFC Address Book Program using an OBDC Database in SDI. It has 4 classes hooked up to the Database: CPersonalView, CPersonalSet, CHomeView, CHomeSet.
I have the program setup so you can view and edit the current records in the database. I am trying to set the program up so I can add records but I am not completely sure how to go about doing it. Because I am not sure if I can create a whole new dialog or just set the current dialogs too add the new information when a certain button is clicked.
It makes more sense that I should use all the same dialog because I don’t think you can link the same section of a database to another dialog.
Thanks in advance for the help guys
Tim,
Currently Studying in High School
I have the program setup so you can view and edit the current records in the database. I am trying to set the program up so I can add records but I am not completely sure how to go about doing it. Because I am not sure if I can create a whole new dialog or just set the current dialogs too add the new information when a certain button is clicked.
It makes more sense that I should use all the same dialog because I don’t think you can link the same section of a database to another dialog.
Thanks in advance for the help guys
Tim,
Currently Studying in High School