文件名称:ERPSource
- 所属分类:
- 企业管理(财务/ERP/EIP等)
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 6.44mb
- 下载次数:
- 0次
- 提 供 者:
- vi***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
ERP源代码!帐表组件,通过实例化该项目的一个报表类(实例化所需参数:报表唯一标识码、报表DataTable结构、SQL查询语句),生成一张功能丰富的报表(可以打印、自定义打印格式、导出、过滤、分组、小计、合计、设置报表显示格式等 并且可以捕获双击报表行的事件)。
示例代码
Dim cFrmId As String = "永思ERP报表_存货档案" 定义报表标识码
Dim cSQL As String = "select * from Inventory" 定义报表SQL查询串
Dim dtfr a me As DataTable = Global.Common.DataBase.GetDt("select * from Inventory where 1=2") 定义报表DataTable结构,GetDt函数根据SQL查询串返回一个DataTable
Dim frm As AccountBook.frmAccountBook = AccountBook.AccountBook.CreateAccountBookForm(cFrmId, dtfr a me, cSQL) 实例化报表
frm.Text = "存货档案" 设置报表标题
AddHandler frm.DoubleClickRow, AddressOf DoubleClickRow 捕获报表行双击事件,由DoubleClickRow过程处理
frm.Show() 显示报表窗口
-failed to translate
示例代码
Dim cFrmId As String = "永思ERP报表_存货档案" 定义报表标识码
Dim cSQL As String = "select * from Inventory" 定义报表SQL查询串
Dim dtfr a me As DataTable = Global.Common.DataBase.GetDt("select * from Inventory where 1=2") 定义报表DataTable结构,GetDt函数根据SQL查询串返回一个DataTable
Dim frm As AccountBook.frmAccountBook = AccountBook.AccountBook.CreateAccountBookForm(cFrmId, dtfr a me, cSQL) 实例化报表
frm.Text = "存货档案" 设置报表标题
AddHandler frm.DoubleClickRow, AddressOf DoubleClickRow 捕获报表行双击事件,由DoubleClickRow过程处理
frm.Show() 显示报表窗口
-failed to translate
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AccountBook\AccountBook.sln
...........\AccountBook.suo
...........\AccountBook.vb
...........\AccountBook.vbproj
...........\AccountBook.vbproj.user
...........\DataTableHelper.vb
...........\Delegates.vb
...........\Form\frmAccountBook.Designer.vb
...........\....\frmAccountBook.resx
...........\....\frmAccountBook.vb
...........\....\frmStat.Designer.vb
...........\....\frmStat.resx
...........\....\frmStat.vb
...........\Model\DataGridViewColumnCollection.vb
...........\.....\StringCollection.vb
...........\.y Project\Application.Designer.vb
...........\..........\Application.myapp
...........\..........\AssemblyInfo.vb
...........\..........\Resources.Designer.vb
...........\..........\Resources.resx
...........\..........\Settings.Designer.vb
...........\..........\Settings.settings
...........\obj\AccountBook.vbproj.FileList.txt
...........\...\Debug\AccountBook.dll
...........\...\.....\AccountBook.frmAccountBook.resources
...........\...\.....\AccountBook.frmGroup.resources
...........\...\.....\AccountBook.frmMinTotalField.resources
...........\...\.....\AccountBook.frmTotalField.resources
...........\...\.....\AccountBook.pdb
...........\...\.....\AccountBook.Resources.resources
...........\...\.....\AccountBook.vbproj.GenerateResource.Cache
...........\...\.....\AccountBook.xml
...........\...\.....\build.force
...........\...\.....\ResolveAssemblyReference.cache
...........\...\.....\TempPE\My Project.Resources.Designer.vb.dll
...........\...\Release\AccountBook.dll
...........\...\.......\AccountBook.frmAccountBook.resources
...........\...\.......\AccountBook.frmStat.resources
...........\...\.......\AccountBook.pdb
...........\...\.......\AccountBook.Resources.resources
...........\...\.......\AccountBook.vbproj.FileListAbsolute.txt
...........\...\.......\AccountBook.vbproj.GenerateResource.Cache
...........\...\.......\AccountBook.xml
...........\...\.......\ResolveAssemblyReference.cache
...........\...\.......\TempPE\My Project.Resources.Designer.vb.dll
.utoCreateOrder\AutoCreateOrder.sln
...............\AutoCreateOrder.suo
...............\AutoCreateOrder.vbproj
...............\AutoCreateOrder.vbproj.user
...............\CreateOrder.vb
...............\My Project\Application.Designer.vb
...............\..........\Application.myapp
...............\..........\AssemblyInfo.vb
...............\..........\Resources.Designer.vb
...............\..........\Resources.resx
...............\..........\Settings.Designer.vb
...............\..........\Settings.settings
...............\obj\Debug\build.force
...............\...\.....\TempPE\My Project.Resources.Designer.vb.dll
...............\...\Release\AutoCreateOrder.dll
...............\...\.......\AutoCreateOrder.pdb
...............\...\.......\AutoCreateOrder.Resources.resources
...............\...\.......\AutoCreateOrder.vbproj.FileListAbsolute.txt
...............\...\.......\AutoCreateOrder.vbproj.GenerateResource.Cache
...............\...\.......\AutoCreateOrder.xml
...............\...\.......\TempPE\My Project.Resources.Designer.vb.dll
BackUpSQLDataBase\BackUp.vb
.................\BackUpSQLDataBase.sln
.................\BackUpSQLDataBase.suo
.................\BackUpSQLDataBase.vbproj
.................\BackUpSQLDataBase.vbproj.user
.................\frmBackUpDataBase.designer.vb
.................\frmBackUpDataBase.resx
.................\frmBackUpDataBase.vb
.................\My Project\Application.Designer.vb
.................\..........\Application.myapp
.................\..........\AssemblyInfo.vb
.................\..........\Resources.Designer.vb
.................\..........\Resources.resx
.................\..........\Settings.Designer.vb
.................\..........\Settings.settings
.................\obj\BackUpSQLDataBase.vbproj.FileList.txt
.................\...\Debug\build.force
.................\...\.....\ResolveAssemblyReference.cache
.................\...\.....\TempPE\My Project.Resources.Designer.vb.dll
.................\...\Release\BackUpSQLDataBase.dll
.................\...\.......\BackUpSQLDataBase.frmBackUpDataBase.resources
.................\...\
...........\AccountBook.suo
...........\AccountBook.vb
...........\AccountBook.vbproj
...........\AccountBook.vbproj.user
...........\DataTableHelper.vb
...........\Delegates.vb
...........\Form\frmAccountBook.Designer.vb
...........\....\frmAccountBook.resx
...........\....\frmAccountBook.vb
...........\....\frmStat.Designer.vb
...........\....\frmStat.resx
...........\....\frmStat.vb
...........\Model\DataGridViewColumnCollection.vb
...........\.....\StringCollection.vb
...........\.y Project\Application.Designer.vb
...........\..........\Application.myapp
...........\..........\AssemblyInfo.vb
...........\..........\Resources.Designer.vb
...........\..........\Resources.resx
...........\..........\Settings.Designer.vb
...........\..........\Settings.settings
...........\obj\AccountBook.vbproj.FileList.txt
...........\...\Debug\AccountBook.dll
...........\...\.....\AccountBook.frmAccountBook.resources
...........\...\.....\AccountBook.frmGroup.resources
...........\...\.....\AccountBook.frmMinTotalField.resources
...........\...\.....\AccountBook.frmTotalField.resources
...........\...\.....\AccountBook.pdb
...........\...\.....\AccountBook.Resources.resources
...........\...\.....\AccountBook.vbproj.GenerateResource.Cache
...........\...\.....\AccountBook.xml
...........\...\.....\build.force
...........\...\.....\ResolveAssemblyReference.cache
...........\...\.....\TempPE\My Project.Resources.Designer.vb.dll
...........\...\Release\AccountBook.dll
...........\...\.......\AccountBook.frmAccountBook.resources
...........\...\.......\AccountBook.frmStat.resources
...........\...\.......\AccountBook.pdb
...........\...\.......\AccountBook.Resources.resources
...........\...\.......\AccountBook.vbproj.FileListAbsolute.txt
...........\...\.......\AccountBook.vbproj.GenerateResource.Cache
...........\...\.......\AccountBook.xml
...........\...\.......\ResolveAssemblyReference.cache
...........\...\.......\TempPE\My Project.Resources.Designer.vb.dll
.utoCreateOrder\AutoCreateOrder.sln
...............\AutoCreateOrder.suo
...............\AutoCreateOrder.vbproj
...............\AutoCreateOrder.vbproj.user
...............\CreateOrder.vb
...............\My Project\Application.Designer.vb
...............\..........\Application.myapp
...............\..........\AssemblyInfo.vb
...............\..........\Resources.Designer.vb
...............\..........\Resources.resx
...............\..........\Settings.Designer.vb
...............\..........\Settings.settings
...............\obj\Debug\build.force
...............\...\.....\TempPE\My Project.Resources.Designer.vb.dll
...............\...\Release\AutoCreateOrder.dll
...............\...\.......\AutoCreateOrder.pdb
...............\...\.......\AutoCreateOrder.Resources.resources
...............\...\.......\AutoCreateOrder.vbproj.FileListAbsolute.txt
...............\...\.......\AutoCreateOrder.vbproj.GenerateResource.Cache
...............\...\.......\AutoCreateOrder.xml
...............\...\.......\TempPE\My Project.Resources.Designer.vb.dll
BackUpSQLDataBase\BackUp.vb
.................\BackUpSQLDataBase.sln
.................\BackUpSQLDataBase.suo
.................\BackUpSQLDataBase.vbproj
.................\BackUpSQLDataBase.vbproj.user
.................\frmBackUpDataBase.designer.vb
.................\frmBackUpDataBase.resx
.................\frmBackUpDataBase.vb
.................\My Project\Application.Designer.vb
.................\..........\Application.myapp
.................\..........\AssemblyInfo.vb
.................\..........\Resources.Designer.vb
.................\..........\Resources.resx
.................\..........\Settings.Designer.vb
.................\..........\Settings.settings
.................\obj\BackUpSQLDataBase.vbproj.FileList.txt
.................\...\Debug\build.force
.................\...\.....\ResolveAssemblyReference.cache
.................\...\.....\TempPE\My Project.Resources.Designer.vb.dll
.................\...\Release\BackUpSQLDataBase.dll
.................\...\.......\BackUpSQLDataBase.frmBackUpDataBase.resources
.................\...\