摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Mid(CStr({Table.HINLCDCTDT}), 1, 4) & "/" & Mid(CStr({Table.HINLCDCTDT}), 5, 2) & "/" & Mid(CStr({Tabl... 阅读全文
posted @ 2007-03-16 17:58 sekihin 阅读(282) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->maxGyo '每页显示的最大行数 Private Sub ActiveReport_FetchData(eof As Boolean) If DsoPrint.eof The... 阅读全文
posted @ 2007-03-02 15:07 sekihin 阅读(560) 评论(0) 推荐(0) 编辑
摘要: Reponse.Form("") 获得表单中的值Reponse("") 获得联接地址的值 阅读全文
posted @ 2007-02-15 16:16 sekihin 阅读(339) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->response.write strSQLreponse.end 阅读全文
posted @ 2007-02-15 13:49 sekihin 阅读(175) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 阅读全文
posted @ 2007-02-15 13:04 sekihin 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 早操: 第一节头部运动 双手掐腰,头部顺时针缓慢旋转8拍,换逆时针旋转8拍 第二节手部运动 左臂前伸,手掌向上,右手握住左手四指,向下压8拍,换手 第三节臂部运动 左臂前伸,右臂抱住左臂上臂,向左压8拍,换右臂 第四节腰部运动 双手掐腰,后仰8拍,前躬8拍 早晨开始工作前先喝杯浓咖啡, 有助头脑清醒、精神抖擞,但须先吃早餐后,才能饮用,否则易伤及肠胃。 午后: 有些程序员喜欢午睡. 午... 阅读全文
posted @ 2007-02-13 11:10 sekihin 阅读(1118) 评论(3) 推荐(0) 编辑
摘要: ReDim 语句 在过程级中声明动态数组变量并分配或重新分配存储空间。 ReDim [Preserve] varname(subscripts) [, varname(subscripts)] . . . 参数 Preserve 当更改现有数组最后一维的大小时保留数据。 varname 变量名,遵循标准变量命名约定。 subscripts 数组变量的维数,最多可以声明 60 维数组。... 阅读全文
posted @ 2007-02-08 17:34 sekihin 阅读(1169) 评论(0) 推荐(0) 编辑
摘要: UBound函数 返回一个 Long 型数据,其值为指定的数组维可用的最大下标。 阅读全文
posted @ 2007-02-08 14:43 sekihin 阅读(134) 评论(0) 推荐(0) 编辑
摘要: truncate table_name ----------- 删除表中所有行,仍保持表的完整性 阅读全文
posted @ 2007-02-08 14:12 sekihin 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 需要插入的表的字段比较多的时候 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->Dim strSQL Dim aSQL, bSQL aSQL = aSQL & "Field1": bSQL = bSQL & "Value1" aSQL = ... 阅读全文
posted @ 2007-02-08 13:48 sekihin 阅读(914) 评论(0) 推荐(0) 编辑