MS Office Forms Server 2007 demo http://office.microsoft.com/en-us/formsserver/HA101672631033.aspx InfoPath Team Blog http://blogs.msdn.com/infopath/ InfoPath Developer Portal http://msdn.microsoft.com/office/program/infopath/ (with some good video demo!) 1. Visual How Tos: 1-1. Creating Browser Enabled Forms With InfoPath 2007 http://channel9.msdn.com/showpost.aspx?postid=229707 1-2. Using Business Data Catalog Actions to Pass Parameters to InfoPath 2007 Browser Forms http://wm.microsoft.com/ms/msdn/office/2007officevisualhowtos/infopathparameters.wmv 2. Training http://msdn2.microsoft.com/en-us/library/bb335271.aspx InfoPath 2007 Developer Reference http://msdn2.microsoft.com/en-us/library/bb229745.aspx Office Forms Server http://technet2.microsoft.com/Office/en-us/library/17f1cb56-dfd3-461e-aeb7-a3d8adefc5961033.mspx Good ideals Saving InfoPath Forms to SQL Server 2005 as XML http://aspalliance.com/1106_Saving_InfoPath_Forms_to_SQL_Server_2005_as_XML Sharepoint Tips and Tricks InfoP...
Recently I try to write the Event Receiver of WSS v3, focus on the SPItemEventReceiver class's ItemUpdating and ItemAdding method. In this way, I can implement some validating rule for WSS v3's list. For example, to insure one field in a list can't contain duplicate value! First, I found a artical in the MSDN. WSS 3.0 Preview - Discover Significant Developer Improvements In SharePoint Services http://msdn.microsoft.com/msdnmag/issues/06/07/WSS30Preview/default.aspx There is a good example code, see Fig.10 of that article. Also this article become chapter 1 of one book name "7 development projects for Microsoft Office SharePoint Server 2007 ans Windows SharePoint Services". http://download.microsoft.com/download/0/2/f/02f0f661-88e1-43c2-b523-88d2e9e6802f/7%20Development%20Projects%20with%20the%202007%20Microsoft%20Office%20System%20and%20Windows%20SharePoint%20Services%202007.pdf These two source had the almost the same example code. But when I try that code, I fou...