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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems with recordset and recordview in dialog

Status
Not open for further replies.

Calder2

Programmer
Jan 10, 2004
6
SE
Hi! I'm trying to build a small dialogbased app with databasesupport... Using the classwizard I can create a recordset and a recordview (if I add a form)... Problem is, how can I show the form so I can enter my data?
 
In MSDN look for Enroll Tutorial. Then Copy the step4
workspace in your harddisk. Then Copy the CMainFrame
'SwitchToForm' funtion in your workspace.

Make Sure You have added the header files of your
RecordViews and document. Also make two interger type
variables in CMainFrame header file. You can explore the
header file your self.

I hope that you problem will get solve after this reply/
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top