Archive for the ‘Good Stuffs’ Category
InfoPath Contact Selector
InfoPath 2007 有個唔錯既 Contact Selector control可以經SharePoint web services 搵user, 勵害在publish去Web Form都掂!
Step-by-Step: http://blogs.msdn.com/infopath/archive/2007/02/28/using-the-contact-selector-control.aspx
MSDN: http://msdn.microsoft.com/en-us/library/ms558892.aspx
美中不足係Contact Selector冇得攞埋email address. 但係哩條友居然可以一句code都唔寫就做到經sharepoint web services lookup email!
http://alecpojidaev.wordpress.com/2008/12/16/infopath-codeless-programming-walkthrough/
重點:
- 用Eval function將一個set of fields concat 番做一條string
- 用Rules既Set Conditions同Stop processing rules when this rule finishes做成一個while loop
More:
InfoPath built-in functions – http://office.microsoft.com/en-us/infopath/HP011552811033.aspx
Leave a Comment