04 2011 档案

JS 得到 URL的各个部分
摘要:设置或获取对象指定的文件名或路径。<script>alert(window.location.pathname)</script> 设置或获取整个 URL 为字符串。<script> alert(window.location.href);</script>设置或获取与 URL 关联的端口号码。<script>alert(window.location.port)</script> 设置或获取 URL 的协议部分。<script>alert(window.location.protocol)</scrip 阅读全文

posted @ 2011-04-25 17:47 HelloHongfu 阅读(258) 评论(0) 推荐(0)

CRM 2011 设置LookUp属性
摘要:Please put this in the onload event of the CRM Form. document.getElementById("parentcustomerid").setAttribute("lookuptypes", "1"); it is also an unsupported way. 阅读全文

posted @ 2011-04-25 09:44 HelloHongfu 阅读(195) 评论(0) 推荐(0)

SQL脚本备件
摘要:SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOALTER Proc [dbo].[P_Sohu_ExportProc] ( @Filter nvarchar(200) =null/**//*查询条件 例如 where 1=1 */ ) /**//* Create By 王红福 备份存储过程,函数,触发器等,可直接运行 */ As Begin if @Filter is null Set @Filter = '' Declare @Text varchar(8000), @Name nvarchar(100), @XType nvarc 阅读全文

posted @ 2011-04-18 14:00 HelloHongfu 阅读(184) 评论(0) 推荐(0)

CRM4.0读取附件文本文件
摘要:string sql = "select top 1 Documentbody from Annotation where ObjectId like '%" + thePrintTempalteGuid.ToString() + "%' and MimeType like '%htm%' order by CreatedOn desc"; DataTable theAnnotation = new BaseSql().ExecuteReturnDataTable(sql); if (theAnnotation.R... 阅读全文

posted @ 2011-04-13 17:02 HelloHongfu 阅读(362) 评论(0) 推荐(0)

导航