Dolen

导航

上一页 1 ··· 4 5 6 7 8

2016年1月25日 #

web应用程序传递连接字符串给FastReport数据源

摘要: fastreport 阅读全文

posted @ 2016-01-25 17:10 Dolen 阅读(1044) 评论(0) 推荐(0) 编辑

2016年1月11日 #

Web调用FastReport的配置问题

摘要: 1、修改配置webconfig文件IIS6: IIS7: 阅读全文

posted @ 2016-01-11 16:25 Dolen 阅读(1028) 评论(0) 推荐(0) 编辑

2016年1月7日 #

winfrom调用FastReport模板

摘要: '存放模板的路径 If Dir(Application.StartupPath & "\ReportsFile\HB\01\IN.frx", FileAttribute.Normal) <> "" Then '加载模板 rpt_Desi.Load(Application.StartupPath & 阅读全文

posted @ 2016-01-07 10:23 Dolen 阅读(2859) 评论(0) 推荐(0) 编辑

2015年12月23日 #

FastReport代码计算高度

摘要: Dim iHeight As Double Dim columnData_form As DataSourceBase iHeight=Page1.TopMargin columnData_form=Report.GetDataSource("rpt_PurInDepart_Detai... 阅读全文

posted @ 2015-12-23 16:01 Dolen 阅读(638) 评论(0) 推荐(0) 编辑

2015年12月7日 #

VB.NET读取Excel工作表信息

摘要: Dim dt As DataTable = ExcelConn.GetOleDbSchemaTable(OleDb.OleDbSchemaGuid.Tables, Nothing) 阅读全文

posted @ 2015-12-07 10:31 Dolen 阅读(857) 评论(0) 推荐(0) 编辑

2015年11月30日 #

MySQL之CAST与CONVERT 函数的用法

摘要: 两者具体的语法如下:CAST(value as type); CONVERT(value, type);可以转换的类型是有限制的。这个类型可以是以下值其中的一个:二进制,同带binary前缀的效果 : BINARY 字符型,可带参数 : CHAR() 日期 : DATE 时间: TIME 日... 阅读全文

posted @ 2015-11-30 12:02 Dolen 阅读(237) 评论(0) 推荐(0) 编辑

2015年11月19日 #

cmd

摘要: ExecuteNonQuery返回影响的行数ExecuteScalar返回第一行第一列 阅读全文

posted @ 2015-11-19 22:40 Dolen 阅读(148) 评论(0) 推荐(0) 编辑

2015年8月7日 #

.NET调用window串口读取电子秤的数据

摘要: Private serialPort As SerialPort '定义 Public Function CreateSerialPort() As String Dim strWeights As String = "" Dim strData As String = "" Dim bSetPoi 阅读全文

posted @ 2015-08-07 11:56 Dolen 阅读(1130) 评论(0) 推荐(0) 编辑

2015年3月18日 #

“ExternalException (0x80004005): GDI+ 中发生一般性错误”的问题 .

摘要: 原因一般是写入文件时,.net没有该目录的写入权限。解决方案:增加iis(对aspx而言)对该目录的写入权限。 原因一般是写入文件时,.net没有该目录的写入权限。解决方案:增加iis(对aspx而言)对该目录的写入权限。 阅读全文

posted @ 2015-03-18 11:02 Dolen 阅读(580) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8