Site for InfoPath Developers (www.infopathdev.com)
Posted on June 25, 2008
<p>This is a really good site that I use when debugging InfoPath form development.</p> <p>It’s got some good information for both IP Client Development as well as IP Browser Development.</p> <p>Check it out at InfoPathDev.com</p>
Using InfoPath to create a UDC file for SharePoint
Posted on June 25, 2008
The guys over on the InfoPath team have posted an article (and IP form template) that allows you to use InfoPath to create a UDC file for import into a SharePoint DCL.
I have been using this for a while now, but just got around to blogging about it.
You have to download the IP template they provide and republish it to a network location, then you can run it. Check it out…. It makes my life a little easier :)
Check it out here
Developing InfoPath forms for both the client and the browser?
Posted on June 24, 2008
Then this link is a must have for your favorite list. I always seem to put in controls that do not properly convert to a browser scenario.
InfoPath 2007 features that are unavailable in InfoPath Forms Services
Installing Citix WISP into your SharePoint Farm…
Posted on June 23, 2008
install visual J# second edition runtime
run the stsadm.exe –o addsolution –filename .wspfile (once for each WSP file located in the extracted location.
after the solutions are installed you need to go the site to activate the feature. Do that this way…. [screen shots]
Deleting your default Shared Services Provider
Posted on June 20, 2008
If you ever need to delete your default shared services provider the best way woul dbe to run the following command.
stsadm.exe –o deletessp -deletedatabases
NOTE: In order to delete the default shared services provider it has to be the only SSP in the farm (so delete all those other ones :)).