资源简介
拥有强大的水晶报表源代码,VB/VC和.net的示例源码都在其中
代码片段和文件信息
// CreateBasicReport.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “CreateBasicReport.h“
#include “CreateBasicReportDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCreateBasicReportApp
BEGIN_MESSAGE_MAP(CCreateBasicReportApp CWinApp)
//{{AFX_MSG_MAP(CCreateBasicReportApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CCreateBasicReportApp construction
CCreateBasicReportApp::CCreateBasicReportApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCreateBasicReportApp object
CCreateBasicReportApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CCreateBasicReportApp initialization
BOOL CCreateBasicReportApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CCreateBasicReportDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 204800 2003-10-22 19:43 Crystal Reports8.5部分\databa
文件 110592 2003-10-22 19:43 Crystal Reports8.5部分\databa
文件 110592 2003-10-22 19:44 Crystal Reports8.5部分\databa
文件 7137 2002-08-14 17:10 Crystal Reports8.5部分\Visual Basic部分\ch11\Report ob
文件 4590 2001-02-03 15:06 Crystal Reports8.5部分\Visual Basic部分\ch11\Report ob
文件 193 2002-08-14 17:10 Crystal Reports8.5部分\Visual Basic部分\ch11\Report ob
文件 1367 2002-08-29 16:06 Crystal Reports8.5部分\Visual Basic部分\ch11\Report ob
文件 51 2002-08-29 16:06 Crystal Reports8.5部分\Visual Basic部分\ch11\Report ob
文件 80719 2002-08-13 03:10 Crystal Reports8.5部分\Visual Basic部分\ch2\SampleReport\CrystalReport1.DCA
文件 609 2002-08-13 03:10 Crystal Reports8.5部分\Visual Basic部分\ch2\SampleReport\CrystalReport1.Dsr
文件 33304 2002-08-13 03:10 Crystal Reports8.5部分\Visual Basic部分\ch2\SampleReport\CrystalReport1.dsx
文件 484 2002-08-13 03:10 Crystal Reports8.5部分\Visual Basic部分\ch2\SampleReport\Form1.frm
文件 2298 2002-08-13 03:10 Crystal Reports8.5部分\Visual Basic部分\ch2\SampleReport\Form2.frm
文件 193 2002-08-13 03:10 Crystal Reports8.5部分\Visual Basic部分\ch2\SampleReport\MSSCCPRJ.SCC
文件 1317 2002-08-29 15:32 Crystal Reports8.5部分\Visual Basic部分\ch2\SampleReport\Project1.vbp
文件 151 2002-08-29 15:32 Crystal Reports8.5部分\Visual Basic部分\ch2\SampleReport\Project1.vbw
文件 5691 2002-08-13 11:38 Crystal Reports8.5部分\Visual Basic部分\ch3\em
文件 152 2002-08-13 11:38 Crystal Reports8.5部分\Visual Basic部分\ch3\em
文件 193 2002-08-13 11:37 Crystal Reports8.5部分\Visual Basic部分\ch3\em
文件 1076 2002-08-29 15:36 Crystal Reports8.5部分\Visual Basic部分\ch3\em
文件 52 2002-08-29 15:36 Crystal Reports8.5部分\Visual Basic部分\ch3\em
文件 599726 2002-08-13 15:32 Crystal Reports8.5部分\Visual Basic部分\ch4\Viewer\CrystalReport1.DCA
文件 414 2002-08-13 15:32 Crystal Reports8.5部分\Visual Basic部分\ch4\Viewer\CrystalReport1.Dsr
文件 301080 2002-08-13 15:32 Crystal Reports8.5部分\Visual Basic部分\ch4\Viewer\CrystalReport1.dsx
文件 484 2002-08-13 13:50 Crystal Reports8.5部分\Visual Basic部分\ch4\Viewer\Form1.frm
文件 17448 2002-08-13 16:29 Crystal Reports8.5部分\Visual Basic部分\ch4\Viewer\Form2.frm
文件 1078 2001-02-03 15:06 Crystal Reports8.5部分\Visual Basic部分\ch4\Viewer\Icons\ARW03LT.ICO
文件 1078 2001-02-03 15:06 Crystal Reports8.5部分\Visual Basic部分\ch4\Viewer\Icons\ARW03RT.ICO
文件 1078 2001-02-03 15:06 Crystal Reports8.5部分\Visual Basic部分\ch4\Viewer\Icons\ARW04LT.ICO
文件 1078 2001-02-03 15:06 Crystal Reports8.5部分\Visual Basic部分\ch4\Viewer\Icons\ARW04RT.ICO
............此处省略499个文件信息
评论
共有 条评论