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!

Search results for query: *

  1. silvergirl7

    MS Access Reports

    I have developed a dialog-based MFC application using Visual C++ 6.0. I would like implement the ability to preview and print Microsoft Access 2000 reports from my application. So far, I have an implementation that uses Tom Archer's CAccessReports where I export the MS Access report to an html...
  2. silvergirl7

    Can't grab value from Edit Box control

    One thing that you might want to try is to call the function UpdateData(TRUE). What this does is that it updates m_USERID with the value that's in the edit control box. If you wish to display the value of m_USERID in your edit control box, you'd call UpdateData(FALSE). Hope that this might be of...

Part and Inventory Search

Back
Top