Sady Home

Note my coding life

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2007年12月11日

摘要: What is XLink? XLink is short for the XML Linking Language XLink is a language for creating hyperlinks in XML documents XLink is similar to HTML links - but it is a lot more po... 阅读全文
posted @ 2007-12-11 09:38 Sady 阅读(370) 评论(0) 推荐(0)

2007年11月19日

摘要: What is XQuery? XQuery is the language for querying XML data XQuery for XML is like SQL for databases XQuery is built on XPath expressions XQuery is supported by all the major dat... 阅读全文
posted @ 2007-11-19 16:20 Sady 阅读(436) 评论(0) 推荐(0)

2007年11月7日

摘要: What is XSL-FO? XSL-FO is a language for formatting XML data XSL-FO stands for Extensible Stylesheet Language Formatting Objects XSL-FO is a W3C Recommendation XSL-FO i... 阅读全文
posted @ 2007-11-07 17:53 Sady 阅读(424) 评论(0) 推荐(0)

2007年11月2日

摘要: The formula of the custom column "No." is ="TR"&TEXT(Created,"yymm")&REPT("0",5-LEN(INT([ID])))&[ID] I had hoped, that user would add records and the view would show "TR070200001", "TR070200002", "TR0... 阅读全文
posted @ 2007-11-02 09:47 Sady 阅读(187) 评论(0) 推荐(0)

摘要: When I used Sharepoint Designer to edit the home page of MOSS, there is a very perplexing phenomenon - the show of home page is different between design user and other users, although I (design user) ... 阅读全文
posted @ 2007-11-02 09:31 Sady 阅读(152) 评论(0) 推荐(0)

2007年11月1日

摘要: 'DoCmd.ShowAllRecords 'DoCmd.FindRecord 'Add a filter function when the list(fltSalesGroup) changed. Private Sub fltSalesGroup_Change() Dim strFilterSQL As String Const strSQL = "SELECT * FROM F... 阅读全文
posted @ 2007-11-01 12:31 Sady 阅读(441) 评论(0) 推荐(0)

2007年10月31日

摘要: When we create a part (such as list) instance, we can custom columns. But sometime we need to add a special calculated columns. The column types Lookup, Calculated and Business data would be more usef... 阅读全文
posted @ 2007-10-31 18:43 Sady 阅读(226) 评论(0) 推荐(0)

摘要: When we create a site (team site), there are limited functions as default. Click Site Actions in this team site, and select Site Setting. Click Site features under Site Administration, and then Acti... 阅读全文
posted @ 2007-10-31 10:00 Sady 阅读(205) 评论(0) 推荐(0)

摘要: We can use the webpart - Content Query Toll Part to collect most kinds of content from other team sites. There are three options in Query part, "Show items from all sites in this site collection", "... 阅读全文
posted @ 2007-10-31 09:43 Sady 阅读(167) 评论(0) 推荐(0)

2007年10月27日

摘要: To continue XPath: Selecting Nodes (VBScript) set xmlDoc=CreateObject("Microsoft.XMLDOM") xmlDoc.async="false" xmlDoc.load("books.xml") xmlDoc.selectNodes(path expression) For example: xmlDoc.selectN... 阅读全文
posted @ 2007-10-27 01:55 Sady 阅读(287) 评论(0) 推荐(0)

凭飞堂