摘要: http://blog.csdn.net/oncoding/archive/2007/10/21/1835976.aspx 阅读全文
posted @ 2010-11-03 17:18 你约我交友网 阅读(119) 评论(0) 推荐(0)
摘要: http://www.2ccc.com/article.asp?articleid=5671 http://winu.cn/list.php?p=0&c=2&page=1&PHPSESSID=766ca9e32691e0e22a42b2cb596e9f15 阅读全文
posted @ 2010-10-19 18:21 你约我交友网 阅读(114) 评论(0) 推荐(0)
摘要: [代码]selectBirthdayfromtablewhereconvert(datetime,convert(varchar,year(getdate()))+substring(convert(varchar,Birthday,120),5,6))betweengetdate()anddateadd(day,7,getdate()) 阅读全文
posted @ 2010-10-18 15:32 你约我交友网 阅读(174) 评论(0) 推荐(0)
摘要: 关键字: ewebeditor 按钮无效 ie7 ie8 今天帮朋友搞一个小网站,结果用到了eWebEditor,就到官方网站下载一个免费版的如下:“eWebEditor Version 2.8.0 最终版[309K]”测试结果,点击所有的按钮都无效,什么反应都没有,于是在网上找答案,哇,太多的朋友遇到这样的问题了,感谢前面这些朋友提供的方法,(BS有些人写出的错误方法,感... 阅读全文
posted @ 2010-09-30 09:24 你约我交友网 阅读(787) 评论(0) 推荐(0)
摘要: 1、如何查询重复的记录,并取出指定的记录? select * from Table1 t1 where id in (select max(id) from Table1 t2 where t1.id=t2.id)2、如何删除记录中重复的数据? delete from Table1 where id not in (selectid from Table1 t1 where id in (sele... 阅读全文
posted @ 2010-09-25 14:20 你约我交友网 阅读(144) 评论(0) 推荐(0)
摘要: 1: 定义一个公式放在Page Header中,禁止它显示: 公式@reset WhilePrintingRecords; shared numbervar tot := 0 2: 放第二个公式在Detail节中,禁止它显示: 公式@accumulate: WhilePrintingRecords; shared numbervar tot := tot + {table... 阅读全文
posted @ 2010-07-10 10:31 你约我交友网 阅读(584) 评论(0) 推荐(0)
摘要: 以下文字来源于http://blog.csdn.net/babyt/archive/2009/02/15/4610085.aspx适用于明细类报表最后一页补齐的情况在论坛上经常会看到水晶报表分页的问题,这个很好解决。 但是自动插入空白行的问题却一直没有很好的答案, 经过研究找到一个变通的办法来实现了. 在详细资料上点格式化节,在后面页新建页打勾 公式中输入: if onlastrecord the... 阅读全文
posted @ 2010-07-08 11:42 你约我交友网 阅读(417) 评论(0) 推荐(0)
摘要: [代码] 阅读全文
posted @ 2009-06-27 15:30 你约我交友网 阅读(181) 评论(0) 推荐(0)
摘要: http://forum.liehuo.net/thread-2841-1-1.html 阅读全文
posted @ 2009-05-31 10:49 你约我交友网 阅读(121) 评论(0) 推荐(0)
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->select * into #Temp from OpenRowSet('Microsoft.Jet.OLEDB.4.0', 'Excel 8.0;HDR=Yes;IMEX=1;Database=c:\资... 阅读全文
posted @ 2009-04-27 16:40 你约我交友网 阅读(133) 评论(0) 推荐(0)