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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.