To be able to use and InfoPath form in SharePoint it first has to be browser compatible. To do this select Tools –> Form options and ensure the “Design a form template that can be opened in a browser or InfoPath” checkbox is ticked. Now, select file –> publish and from the publishing wizard, select [...]
Archive for January, 2011
0
SharePoint 2010 Claims Based Security, InfoPath Data Connections and GetUserProfileByName
Posted: 26th January 2011 in Infopath, SharePointOkay, what I needed to do was to retrieve PropertyData from from Active Directory to populate values in an InfoPath form automatically. If you are using Windows Authentication, its quite straight forward, but if your using Claims Based it doesn’t work. Firstly, I’m going to describe how to get this data using Windows Authentication and [...]
The changes you have made require the following tables to be dropped and re-created
Posted: 26th January 2011 in SQLTags: SQL 2008 R2
When trying to change a table using design view SQL 2008 R2 I received the error shown in the screen shot below. I can understand the reason for this, but sometimes when you are in development, its just a pain. So, how do you switch it off? Go to tools –> Options and uncheck Prevent [...]