that is the code I use to open a report
CFileDialog Dlg(TRUE, "*.rpt | *.rpt", NULL, OFN_HIDEREADONLY, "Report Files (.rpt)|*.rpt||");
if (Dlg.DoModal() == IDOK ) {
try {
CWaitCursor c;
CString pfad = Dlg.GetPathName().AllocSysString();
m_Report =...
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.