CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 35

Threaded View

  1. #1
    Join Date
    Jan 2016
    Posts
    61

    Access database with MFC, vc++ 6.0

    Hi all,

    I just join Codeguru. In the hope that It is Last option to try.

    I am very new in VC++ 6.0. Before few day my head assign me task of implementing a printHeader module. Which I have to add into already implemented project in vc++ 6.0 before 6 or 7 years.
    as I read MSDN,Ask question on many forum able to implement some what like adding data to access database.
    My task is:

    1] Older Project is a software which take a readings and generate Report according to it. (I do not have have to deal with it).
    2] But at the time of print first printHeader is write on document then Reading are write on document.
    3]Report is generated as per the companies to whom the required. Header contain Some entry from which some are constant and some have to change.
    i)Company Name ii)Address iii)Order number iv)ModelNumber v)Tel no vi)Logo (logo of company- picture control(bitmap))
    4]My task is to implement
    i)Configure PrintHeader.Means if new company came then All above entries are store in access database.
    ii)On other Dialogbox Only name of company shown in Listbox or Dropdown box. When user select particular company name then automatically entry with that company name retrieve and write into the document in Header at fixed location.

    *Old Project does not used databased in it.
    *Project in vc++ 6.0
    *access database

    Please Help. if some one implement it then I am very thank full to him/her.
    Attached Images Attached Images

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured