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

Search results for query: *

  • Users: mwr412
  • Content: Threads
  • Order by date
  1. mwr412

    How do I launch a doc/view class from another doc/view class?

    I have a database app using MDI. I have registered a MDI template in the initinstance of the app class. I can place an opiton to activate the doc/view class on the mainframe men bar and run the new doc/view, however, what I need to do is run it from a dialog (this dialog actually contains a...
  2. mwr412

    How do I change Views in a Splitter Window/Frame

    I have a Splitter Frame defined with 1 row and 2 columns. How do I change views within one of the panes? Where do I process messages within the frame class or the view class??
  3. mwr412

    ADO & VC++ 5.0 - Is there a problem???

    I have been trying to use ADO with Visual C++ verison 5.0 It get all kinds of erros when I comple example programs from various soruces... Does ADO not work with VC++ 5.0. Can anyone offer any insight into what my be going on...
  4. mwr412

    Is there a problem with ADO using VC++ 5.0???

    I have been trying to interface to a database using ADO for the past week or so...I get a variety of erros..and I followed speciic examples in several different tests. Can anyone answer conclusivly the following question... "Does ADO not work with Visual C++ version 5.0 (Learning...
  5. mwr412

    Problem with my first ADO project - HELP!!!

    I followed the instructions for creating an ADO based program from the book Teaching Yourself Visual C++ in 21 days... Here's the code I have a problem with: // MyRecordset.h: interface for the CMyRecordset class. // ////////////////////////////////////////////////////////////////////// #if...
  6. mwr412

    What DB manager should I use to desing a DB applicaiton???

    Here's the short overview. I am writting a rather complex accounting application which will consist of at least 20 or so different databases, (customers, products, employees, etc). Some of these 'files' will ultimalty be required to hold up to 100,000+ records. I am using VC++ to write the...
  7. mwr412

    Copy classes from one project to another ???

    I copied 3 classes from one project to another. And my classes do not show up in Class Wizard. Here's what I did specifically... 1. I copied the .ccp & .h files for the 3 classes from one project directory to another. 2. I then when to Project, Add to Proeject, Files... and inserted the 6...
  8. mwr412

    Copy classes from one project to another ???

    I copied several classes from one project to another and incorporated them into the new project. Everything works fine exceopt the new classes I added to the 2nd project DO NOT show up in class wizard! What did I do wrong, or what do I need to do???
  9. mwr412

    Multiple SDII apps - How do I brigh them together into one app

    I have programmed several SDI apps each with a document/view and CRecordset class. These apps all interface to an Access database using ODBC. My question, how can I integrate all thses funcitons into one app which can call the specific doc/view/recordset from a menu option for each. I have...
  10. mwr412

    Activating a second view in a SDI app

    Here's what I've done. I added a 2nd CDocument class, a CFormView class and a CRecordset class in addtion to the Document and View classes created initially by Class Wiz. I created a dialog to be used by the CFormView. Here's what I want to do. When the user selected an option from the menu...
  11. mwr412

    CRecordset added into a project - I get erros

    I inserted the follwing code into my project using class wizard, I get 97 erros when it compiles, starting with: F:\Mike\Ams7\MainMenu\RecordSetAR.h(14) : error C2504: 'CRecordset' : base class undefined The CCP file: // RecordSetAR.cpp : implementation file // #include "stdafx.h&quot...
  12. mwr412

    Linking multiple SDI apps from one common app

    I'am very new to programming VC++ with MFC's. I am rewritting a very complex and robust DOS based accouting system into windows useing MFC. There will be multiple modules, i.e. Accounts Receivable, Accounts Payable, General Ldeger etc. Within each module there will obviously be a number of...
  13. mwr412

    HELP ME!!!

    I have been programing for 20 years in assembly, and several propriatary 'basic like' langages. I need to re-write my software into Microsoft Windows using Visual C++ and MFC (I think)... I have a pile of books and am as lost as the day I started trying to learn this #@$!#%! Can anyone out...

Part and Inventory Search

Back
Top