Sady Home

Note my coding life

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

11 2007 档案

摘要: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)

摘要: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 阅读(426) 评论(0) 推荐(0)

摘要: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 阅读(153) 评论(0) 推荐(0)

摘要:'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 阅读(442) 评论(0) 推荐(0)

凭飞堂