Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MDI aplication with three Dialogs

Status
Not open for further replies.

mejiaks

IS-IT--Management
Joined
Jun 9, 2003
Messages
131
Location
HN
I am trying to build a little application for my project in the college. it has three Dialogs (forms) and three tables, the databse is access and the connection would be ODBC. I have no problem building the application shell and retrieving data from the first table, that is piece of cake.

The problem start when i have to run or call the other two Dialogs; I don't know how to do it, I don't even know if i am creating them correctly. what i do i create another class type CRecordset and connect the other table, after that i create another dialog base on an existant class wich is the record set. then put all the controls on it and apparently it's just fine but i am not able to run it because I do not know how to do so

any help?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top