<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2449128028642934343</id><updated>2026-02-26T11:27:39.690+00:00</updated><category term="Sharepoint"/><category term="sharepoint 2010"/><category term="Installation"/><category term="Sharepoint Foundation 2010"/><category term="Windows 7"/><category term="master detail"/><category term="master detail sharepoint"/><category term="parent child"/><category term="parent child sharepoint"/><category term="Explorer view too slow"/><category term="Language Pack"/><category term="Locale Codes"/><category term="Summary task"/><category term="calendar"/><category term="cascade lookups"/><category term="children folders"/><category term="children tasks"/><category term="color events by category"/><category term="color events by column"/><category term="context menu"/><category term="custom display form"/><category term="custom open document"/><category term="datasheet view"/><category term="dropdownlist"/><category term="ecb menu"/><category term="edit file"/><category term="explorer view"/><category term="filter lookup"/><category term="format date"/><category term="formula"/><category term="formulas"/><category term="html tags"/><category term="javascript"/><category term="less one day"/><category term="lookup column"/><category term="new file type"/><category term="paint events"/><category term="parent folder"/><category term="parent summary task"/><category term="quick launch"/><category term="recently modified"/><category term="sharepoint designer"/><category term="subfolders"/><category term="substring"/><category term="subtasks"/><category term="summary tasks"/><category term="wiki page"/><title type='text'>How I did it - Sharepoint</title><subtitle type='html'>Tips &amp;amp; Tricks for developing Sharepoint based applications.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>17</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2449128028642934343.post-8825774317143241545</id><published>2013-01-22T13:53:00.004+00:00</published><updated>2013-01-22T13:56:22.314+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="calendar"/><category scheme="http://www.blogger.com/atom/ns#" term="color events by category"/><category scheme="http://www.blogger.com/atom/ns#" term="color events by column"/><category scheme="http://www.blogger.com/atom/ns#" term="paint events"/><category scheme="http://www.blogger.com/atom/ns#" term="sharepoint 2010"/><title type='text'>Color Calendar Events by column value</title><content type='html'>First Happy New Year for everyone, hope you&#39;ve all had a wonderful holiday season.&lt;br /&gt;
&lt;br /&gt;
To start 2013 I bring, how to create a very nice feature for Sharepoint Calendars. How to present events with diferent colors based on a column value. There are already some nices scripts over the web on how to achieve these.Yet I tried to simplify the all procedure for easy deploy.&lt;br /&gt;
&lt;br /&gt;
I&#39;ll be using a standard calendar list and will repaint the events based on the Category field. The default available values are:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Meeting&lt;/li&gt;
&lt;li&gt;Work hours&lt;/li&gt;
&lt;li&gt;Business&lt;/li&gt;
&lt;li&gt;Holiday&lt;/li&gt;
&lt;li&gt;Get-together&lt;/li&gt;
&lt;li&gt;Gifts&lt;/li&gt;
&lt;li&gt;Birthday&lt;/li&gt;
&lt;li&gt;Anniversary&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
But you can use any other column you like.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
The goal is to associate some CSS styles to each category, present the field in the calendar event title, grab it and apply the associated CSS.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Before you start, download and the following files&amp;nbsp;&lt;a href=&quot;https://docs.google.com/file/d/0BzBaIn5fuGosNnJOV2ZSRVZDYmc/edit&quot;&gt;https://docs.google.com/file/d/0BzBaIn5fuGosNnJOV2ZSRVZDYmc/edit&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Now that you have the files lets do it.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;1. Create a Calendar List&lt;/b&gt;&lt;br /&gt;
Ok first step is easy just create a nice Calendar list in your Sharepoint application.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2. Create a new column to be used in the calendar title&lt;/b&gt;&lt;br /&gt;
So I want to use the Category field as my color selector. In order to do it, I need a calculated column that merges the Title and Category field. Create a new calculated columna with the following formula&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;=Title&amp;amp;&quot; [&quot;&amp;amp;Category&amp;amp;&quot;]&quot;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSOPt53Gt94Ir6NHrLHdHrq8TsBhvIvefNdrlxpXQtctRsCPIybKmgeRhyaIXiS-ZAJssms3IMV1KUEUuZLNYCe_TwsZx-HuP2VYV2VJa8G2clT3wAxXLQJ6mo4mjmJmGoC9mz5axeyn-i/s1600/create_calculated_column.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSOPt53Gt94Ir6NHrLHdHrq8TsBhvIvefNdrlxpXQtctRsCPIybKmgeRhyaIXiS-ZAJssms3IMV1KUEUuZLNYCe_TwsZx-HuP2VYV2VJa8G2clT3wAxXLQJ6mo4mjmJmGoC9mz5axeyn-i/s320/create_calculated_column.jpg&quot; width=&quot;273&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;b&gt;3. Change the Calendar view&lt;/b&gt;&lt;br /&gt;
Ok now you need to change your Calendar view, in order to show this new field instead of the Title column.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDQNdzZ-4QMis-xb0pRmgL-6PcwZ25J4tSXD_DEQM87UZiagePuIk9TujelTilFQxt3gopfUWyscavsXLNpSUEzkBC6ozAPwfuZZlg3gxgaTksmwlhdGxmc4GlS_xhz66GzqMzDJf2vV9k/s1600/modify_view.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;311&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDQNdzZ-4QMis-xb0pRmgL-6PcwZ25J4tSXD_DEQM87UZiagePuIk9TujelTilFQxt3gopfUWyscavsXLNpSUEzkBC6ozAPwfuZZlg3gxgaTksmwlhdGxmc4GlS_xhz66GzqMzDJf2vV9k/s320/modify_view.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;4. Add JS and CSS files&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Open your site in Sharepoint Designer and create two directories JS and CSS.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilvZNwvQraVm0w3yRXWlaOWQMRONdS4p68HAVOww7nSB-0bUTMvzxzIqcoZ9i_lovAjWfvJgJHIDsjk-flZ05cGu2_HuQ73VqHOegreXHhCSFuzLi2dShVxr1bQOf_1gRDyW5Csoii3lM0/s1600/create_directories.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;250&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilvZNwvQraVm0w3yRXWlaOWQMRONdS4p68HAVOww7nSB-0bUTMvzxzIqcoZ9i_lovAjWfvJgJHIDsjk-flZ05cGu2_HuQ73VqHOegreXHhCSFuzLi2dShVxr1bQOf_1gRDyW5Csoii3lM0/s320/create_directories.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
after that upload &lt;u&gt;calendario.js&lt;/u&gt; into JS folder and &lt;i&gt;calendario.css&lt;/i&gt; into CSS folder.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;5. Edit Sharepoint site master page&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Almost there, the final touch is to reference JS and CSS in the Master Page.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Edit you v4.master page in Sharepoint Designer and add:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;../../css/calendarios.css&quot;/&amp;gt;&lt;/span&gt; just before &lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
and&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;script type=&quot;text/javascript&quot; src=&quot;../../js/calendarios.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt; just before &lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuaJvT4btmEWuYM7YlbY0ryezQMbPp82BInKi7-Wy0QuUyxPRPXRH4IV9wQzvY6Bz2UqADiGffeSppd72pyO1a2pbBvyAFUKgkxTM6S_QC5JkbtebtKaBehGNXqTET732Lsxv8oD2R9ad0/s1600/add_js.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;64&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuaJvT4btmEWuYM7YlbY0ryezQMbPp82BInKi7-Wy0QuUyxPRPXRH4IV9wQzvY6Bz2UqADiGffeSppd72pyO1a2pbBvyAFUKgkxTM6S_QC5JkbtebtKaBehGNXqTET732Lsxv8oD2R9ad0/s320/add_js.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwQTP0jflToiXiQZmBEYkCpENziTtot-hKUsvhbi3l1GHFmO7p4tKnNLnYaCZtBM8qHtry9-OqXtawFhzG04FLVdx06xOiOBTS6EtZpr31Lcv9c0sqL5H0vWchyphenhyphenuf8IrMxjjjGp3Sya9rk/s1600/add_css.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;57&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwQTP0jflToiXiQZmBEYkCpENziTtot-hKUsvhbi3l1GHFmO7p4tKnNLnYaCZtBM8qHtry9-OqXtawFhzG04FLVdx06xOiOBTS6EtZpr31Lcv9c0sqL5H0vWchyphenhyphenuf8IrMxjjjGp3Sya9rk/s320/add_css.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Save the master file.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;6. Enjoy your new calendar&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Ok, now go back to your Sharepoint site and add some random events with diferent categories and enjoy the new colors.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwc059zmV4ZUXBM0vRsm8ISeT9pWJAMXcEVsiB7DiU9L9M6PASRjV3znE1ZUpwRkbudHfo8fR09rJL3gkQTwHGE1nkFa9Iag6vc0N7iHRLrgtGuAjCV3VVXnruRF3uvUc9roNNKfVjtR2/s1600/daily_view.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;241&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbwc059zmV4ZUXBM0vRsm8ISeT9pWJAMXcEVsiB7DiU9L9M6PASRjV3znE1ZUpwRkbudHfo8fR09rJL3gkQTwHGE1nkFa9Iag6vc0N7iHRLrgtGuAjCV3VVXnruRF3uvUc9roNNKfVjtR2/s400/daily_view.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;Daily view&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5-iwEuzCT10Tlh9kMWIi5Wo7SGP_cSkMlIl1GemOJQjOOn5zgYFFJ3PKUElxXpXazvNWpHlI_7KyBJdpXghiO201agczWDveQP2JEjyIzoeqXXjdYTJ_avQb_3Pt2eYt74raegqfYDTm1/s1600/month_view.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;173&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5-iwEuzCT10Tlh9kMWIi5Wo7SGP_cSkMlIl1GemOJQjOOn5zgYFFJ3PKUElxXpXazvNWpHlI_7KyBJdpXghiO201agczWDveQP2JEjyIzoeqXXjdYTJ_avQb_3Pt2eYt74raegqfYDTm1/s400/month_view.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;Monthly view&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhV5brMj_uyiKiG-QhnvBOE4SRSF_wkcwsXjD6xa2prn3F6flZNRYs8mOhh3eC4JhFIWRI-GvShyphenhyphen-Okwa1C7eRmlWVii25Cq10mkY1XwqfAjbgm-yaWF5aOP0wqBFqUFRAYPjU-GP5MBsOd/s1600/week_view.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;230&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhV5brMj_uyiKiG-QhnvBOE4SRSF_wkcwsXjD6xa2prn3F6flZNRYs8mOhh3eC4JhFIWRI-GvShyphenhyphen-Okwa1C7eRmlWVii25Cq10mkY1XwqfAjbgm-yaWF5aOP0wqBFqUFRAYPjU-GP5MBsOd/s400/week_view.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;Weekly view&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
In a future post I&#39;ll show you how to configure colors, add new values for selection color and even work with multiple calendars.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px; text-align: justify;&quot;&gt;If you want to keep in touch,&amp;nbsp;feel free to Subscribe to&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://feedburner.google.com/fb/a/mailverify?uri=HowIDidIt-SharepointFoundation2010&amp;amp;amp;loc=en_US&quot; style=&quot;background-color: white; color: #6699cc; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px; text-align: justify; text-decoration: initial;&quot; target=&quot;_blank&quot;&gt;How I did it - Sharepoint Foundation 2010&lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/8825774317143241545/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://howididit-sharepoint.blogspot.com/2013/01/color-calendar-events-by-column-value.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/8825774317143241545'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/8825774317143241545'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/2013/01/color-calendar-events-by-column-value.html' title='Color Calendar Events by column value'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSOPt53Gt94Ir6NHrLHdHrq8TsBhvIvefNdrlxpXQtctRsCPIybKmgeRhyaIXiS-ZAJssms3IMV1KUEUuZLNYCe_TwsZx-HuP2VYV2VJa8G2clT3wAxXLQJ6mo4mjmJmGoC9mz5axeyn-i/s72-c/create_calculated_column.jpg" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2449128028642934343.post-5001983771690876144</id><published>2012-12-12T21:09:00.000+00:00</published><updated>2012-12-12T21:09:54.666+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="master detail"/><category scheme="http://www.blogger.com/atom/ns#" term="master detail sharepoint"/><category scheme="http://www.blogger.com/atom/ns#" term="parent child"/><category scheme="http://www.blogger.com/atom/ns#" term="parent child sharepoint"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><title type='text'>Master Detail in Sharepoint (2/2)</title><content type='html'>Ok, back to continue the article about creating Master Detail relationship in Sharepoint 2010.&lt;br /&gt;
In my previous post&amp;nbsp;&lt;a href=&quot;http://howididit-sharepoint.blogspot.pt/2012/12/master-detail-in-sharepoint-12.html&quot; target=&quot;_blank&quot;&gt;Master Detail in Sharepoint (1/2)&lt;/a&gt;&amp;nbsp;I&#39;ve shown you how to prepare the Master forms in order to view the Details of a Master item.&lt;br /&gt;
&lt;br /&gt;
Now you need to tweak a bit the Details table form, in order to provide an easy way for the end user to add and update Detail items. Check it out how in this article.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;div&gt;
&lt;b&gt;1. Create a new Detail New Form&lt;/b&gt;&lt;br /&gt;
Using SharePoint Designer, open your site and for the Detail table, in our case Cities, create a New Custom Form.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjRZGaxduD9sM8us1V8mgs4K5OsezW4XmDhMbt2Yrd7ZoQwzu1Pb4nIfknTqP_KopbJwDnfRkKXvngu8ukoRx6ntNSDk0_dI8y1BKQFB5eJ-97O-2SZIXTiPfL_8liy4hd3S6OEaBhrM8n/s1600/new_city_form.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjRZGaxduD9sM8us1V8mgs4K5OsezW4XmDhMbt2Yrd7ZoQwzu1Pb4nIfknTqP_KopbJwDnfRkKXvngu8ukoRx6ntNSDk0_dI8y1BKQFB5eJ-97O-2SZIXTiPfL_8liy4hd3S6OEaBhrM8n/s320/new_city_form.jpg&quot; width=&quot;318&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;b&gt;2. Edit the new form&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
Using SharePoint Designer, open your site and for the Detail table, in our case Cities and create a New Custom Form. And as explained in previous article, delete the web part and re-create it.&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrUMxVfz_clHhUxcRXHEgqAb6UDAi4z4AsurMsps_eMgV-n_FYtfIBbFunI_fXKP9cwfaDFq5ZNcM5_Ql-oBVqWp0ezDhZqCvFeEY9FxM5UV4pRu8ZbDyK8A4DUHl1rVA9NftJ9iGU1xK_/s1600/new_custom_form.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;202&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrUMxVfz_clHhUxcRXHEgqAb6UDAi4z4AsurMsps_eMgV-n_FYtfIBbFunI_fXKP9cwfaDFq5ZNcM5_Ql-oBVqWp0ezDhZqCvFeEY9FxM5UV4pRu8ZbDyK8A4DUHl1rVA9NftJ9iGU1xK_/s320/new_custom_form.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAMU1p0Mzx4kf3OD5dKbs5tg-woQCdoVx3jQvgtelrUI1UHqCS3SLJn3EMjQzY4otkmkv_kVQx7O66Ck_-PKXEzw7zO6HSk9I0xhmqGB-Ao0v_QzgJ1rhsbmbwx6e7t8X42tjTHgKFzSZx/s1600/new_custom_form_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAMU1p0Mzx4kf3OD5dKbs5tg-woQCdoVx3jQvgtelrUI1UHqCS3SLJn3EMjQzY4otkmkv_kVQx7O66Ck_-PKXEzw7zO6HSk9I0xhmqGB-Ao0v_QzgJ1rhsbmbwx6e7t8X42tjTHgKFzSZx/s1600/new_custom_form_2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;b&gt;2. Create a parameter to receive the Country ID&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
Ok the goal is to fill the Country automatically with the value passed by the master form. The first step is to create a parameter, for that click Parameters in&lt;b&gt; Data View Tools &amp;gt; Options&lt;/b&gt; menu and press &lt;b&gt;New Parameter&lt;/b&gt;.&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCYm0CLOV28obT2WP27x9fPDwjyhmLAtRu9jMfNNYsu_v16fbC3uCk9B7z4iBYsEW6eg1vO5hiSPAQGOlCLXvUcCFS4X1ik2ZdCbmfZYC4M9RkVUbiUcGsce_Wk3Rlj8hIHPVALNuJQYGc/s1600/new_parameter.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;215&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCYm0CLOV28obT2WP27x9fPDwjyhmLAtRu9jMfNNYsu_v16fbC3uCk9B7z4iBYsEW6eg1vO5hiSPAQGOlCLXvUcCFS4X1ik2ZdCbmfZYC4M9RkVUbiUcGsce_Wk3Rlj8hIHPVALNuJQYGc/s320/new_parameter.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
Name the new parameter, in this case CountryID, make its source as &lt;b&gt;Query String&lt;/b&gt;&amp;nbsp;and in the Query String Variable give the form query variable, in this case CountryID again.&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;b&gt;3. Link the new parameter to the Country field&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
Next step, is to link this parameter to the country form field. Right click the Country field and format it as &lt;b&gt;Text Box&lt;/b&gt;.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhixMR0CIa1XdXl482ga5ytwunfouCMQN2iH6_8F9lY-e6Ucwc6CxYhB4brBVvFXdtMsz4jNDmuXMJ3zB1067TH84_dpdgF7tXafuCAa2SUoS_CZOt4vXnICl7VH6omMm09SrJBaS1EFd5S/s1600/format_field.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;230&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhixMR0CIa1XdXl482ga5ytwunfouCMQN2iH6_8F9lY-e6Ucwc6CxYhB4brBVvFXdtMsz4jNDmuXMJ3zB1067TH84_dpdgF7tXafuCAa2SUoS_CZOt4vXnICl7VH6omMm09SrJBaS1EFd5S/s320/format_field.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Select the new text box and click Split to see both code and window at the same time. After that change the&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;text=&quot;{@Country}&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
to&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;text=&quot;{$CountryID}&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;b&gt;4. Hide the Country row&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
To stop the user from changing the value of the Country field, the best is to hide it. I personally prefer to hide the entiry row. Add to the &lt;b&gt;&amp;lt;tr&amp;gt;&lt;/b&gt; tag the following code:&amp;nbsp;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;style=&quot;display:none&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
Like this:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqfMu3tGNh5GtAOZto71ehHQUaXk02Tlka1yUqRH8c0A-wf2fS8aMj02j3aRhaCck7XEQN5h9OlIXhp9HTDc1YSLlCBRLqodr4-mmpo2bjbIshiKIP1Ht-yc2K1wab3EglLjd7xctoVAK2/s1600/hide_row.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;142&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqfMu3tGNh5GtAOZto71ehHQUaXk02Tlka1yUqRH8c0A-wf2fS8aMj02j3aRhaCck7XEQN5h9OlIXhp9HTDc1YSLlCBRLqodr4-mmpo2bjbIshiKIP1Ht-yc2K1wab3EglLjd7xctoVAK2/s400/hide_row.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
You have now prepared the New Form for adding Cities to a specific country, this form will be able to receive as a parameter the specific country.&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
Save and close the form.&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;b&gt;5. Make sure the form is marked as default.&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
Important step, after creating the new form make sure it is marked as default.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjs__lNvyxJMlVFcjW5kqNkFfmNm01fxl3_RpXrzwLHgL_Q0uIQ3m-fPxkWWa_IHDddlSp1SRW13L-5ejwUH6O08KviMWwuf3vXhqGbP7jkVbB1HjAt_-dTqrDDGU6o03-nN3_ZnRJc6aY/s1600/default_forms.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;112&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjs__lNvyxJMlVFcjW5kqNkFfmNm01fxl3_RpXrzwLHgL_Q0uIQ3m-fPxkWWa_IHDddlSp1SRW13L-5ejwUH6O08KviMWwuf3vXhqGbP7jkVbB1HjAt_-dTqrDDGU6o03-nN3_ZnRJc6aY/s320/default_forms.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;6. Edit the Display Form for the Master table&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Ok the last step is to change the link in the Master Form. Go back to the Country table and edit the Display Form created in the previous article&amp;nbsp;&amp;nbsp;&lt;a href=&quot;http://howididit-sharepoint.blogspot.pt/2012/12/master-detail-in-sharepoint-12.html&quot; target=&quot;_blank&quot;&gt;Master Detail in Sharepoint (1/2)&lt;/a&gt;. The goal is to change the URL of the link &lt;b&gt;Add new item&lt;/b&gt;. Because the default behaviour won&#39;t pass the Country ID as a parameter, resulting in adding a City without Country.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhle_hB5RXAWp4PhJZ7SEr12rQeAyysazWrRuExMXTCW_3dTFTC_zweuXgike60WqA1ghg3WfswdBORVB59SLDdOB-2ep0ECKRRHjMyDFfIeFyWnfUBXjHgYovd-UQylSkY4cpahwrv5Gcr/s1600/add_new_item.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;226&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhle_hB5RXAWp4PhJZ7SEr12rQeAyysazWrRuExMXTCW_3dTFTC_zweuXgike60WqA1ghg3WfswdBORVB59SLDdOB-2ep0ECKRRHjMyDFfIeFyWnfUBXjHgYovd-UQylSkY4cpahwrv5Gcr/s320/add_new_item.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;7. Add a Content Editor Web part&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
At the bottom of the from add a &lt;b&gt;Content Editor&lt;/b&gt; Web Part.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1m5b4vVve3cBEfxqsJdALZo7wUWTf89wyKjGSRXb1fJ_8Ga4qq7GLPhfcMEgFAbTGPJMY3nksrJORcDoaFVMjr89nl8oeduqri-wPz4bne2GYiohg1GqDp3rnj3xCRKlwWBYUmL6S4ZkG/s1600/content_editor.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1m5b4vVve3cBEfxqsJdALZo7wUWTf89wyKjGSRXb1fJ_8Ga4qq7GLPhfcMEgFAbTGPJMY3nksrJORcDoaFVMjr89nl8oeduqri-wPz4bne2GYiohg1GqDp3rnj3xCRKlwWBYUmL6S4ZkG/s320/content_editor.jpg&quot; width=&quot;229&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;8. Inject javascript code into the Content Editor&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Last step is to add a nice javascript code into the Content Editor Web Part body. Don&#39;t forget to add your site url.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; var newLink = document.getElementById(&#39;idHomePageNewItem&#39;);&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; newLink.onclick = function(){NewItem2(event, &#39;http://&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;&amp;lt;your_site_url_here&amp;gt;&lt;/span&gt;&lt;/b&gt;/Lists/City/NewCity.aspx?CountryID=&#39; + getQueryString(&#39;ID&#39;)); return false;};&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; newLink.href = &quot;&quot;;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; function getQueryString(name)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; {&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; var query = window.location.search.substring(1);&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; var parms = query.split(&#39;&amp;amp;&#39;);&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; for (var i=0; i&amp;lt;parms.length; i++) {&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; var pos = parms[i].indexOf(&#39;=&#39;);&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; if (pos &amp;gt; 0) {&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var key = parms[i].substring(0,pos);&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var val = parms[i].substring(pos+1);&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(key == name)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return val;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; }&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;  &amp;nbsp; &lt;/span&gt;return &#39;&#39;;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; }&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Save the form and its done, now when you click in the Add new item link, the New Form City will received the Country ID, resulting in adding a new City into the opened Country.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhI1NDX1il1C0hmNzFpwlr47jlaB9Qv6K7dPRReIQu-Ms9CmQI5LJxvWmRERnH_VknT1iFtx92cVMCUI_0C84kYSwu2qxz5U4rmP3qsvOBWZ0hnVngQXqHgrvwrVaxk_pTa7Nt5gqeDaHnB/s1600/add_city.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;279&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhI1NDX1il1C0hmNzFpwlr47jlaB9Qv6K7dPRReIQu-Ms9CmQI5LJxvWmRERnH_VknT1iFtx92cVMCUI_0C84kYSwu2qxz5U4rmP3qsvOBWZ0hnVngQXqHgrvwrVaxk_pTa7Nt5gqeDaHnB/s320/add_city.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
In this case, I&#39;ll add &lt;b&gt;Porto &lt;/b&gt;city to&lt;b&gt; Portugal&lt;/b&gt;.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8YCtStYL9-_hFKJ50rcUXnTre_9gnQAS4Aq0EqxSi6QO3gW_Xl3Jd_CnEKSKRz4odUu0sEM2sTxf6MZ3u5yG3WIJWjm12HROXKUIpq7JlJiVaH6xtkjUkCBPJAxLTwJdyerRLBoYfI4Wv/s1600/added_city.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8YCtStYL9-_hFKJ50rcUXnTre_9gnQAS4Aq0EqxSi6QO3gW_Xl3Jd_CnEKSKRz4odUu0sEM2sTxf6MZ3u5yG3WIJWjm12HROXKUIpq7JlJiVaH6xtkjUkCBPJAxLTwJdyerRLBoYfI4Wv/s320/added_city.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Ok it was a big article, with alot of steps if you miss any it won&#39;t work. So no rush, do it slowly and enjoy the result.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px; text-align: justify;&quot;&gt;If you want to keep in touch,&amp;nbsp;feel free to Subscribe to&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://feedburner.google.com/fb/a/mailverify?uri=HowIDidIt-SharepointFoundation2010&amp;amp;amp;loc=en_US&quot; style=&quot;background-color: white; color: #6699cc; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px; text-align: justify; text-decoration: initial;&quot; target=&quot;_blank&quot;&gt;How I did it - Sharepoint Foundation 2010&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/5001983771690876144/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/12/master-detail-in-sharepoint-22.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/5001983771690876144'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/5001983771690876144'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/12/master-detail-in-sharepoint-22.html' title='Master Detail in Sharepoint (2/2)'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjRZGaxduD9sM8us1V8mgs4K5OsezW4XmDhMbt2Yrd7ZoQwzu1Pb4nIfknTqP_KopbJwDnfRkKXvngu8ukoRx6ntNSDk0_dI8y1BKQFB5eJ-97O-2SZIXTiPfL_8liy4hd3S6OEaBhrM8n/s72-c/new_city_form.jpg" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2449128028642934343.post-8857804829329549372</id><published>2012-12-01T17:35:00.000+00:00</published><updated>2012-12-12T14:58:42.580+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="master detail"/><category scheme="http://www.blogger.com/atom/ns#" term="master detail sharepoint"/><category scheme="http://www.blogger.com/atom/ns#" term="parent child"/><category scheme="http://www.blogger.com/atom/ns#" term="parent child sharepoint"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><title type='text'>Master Detail in Sharepoint (1/2)</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;
Once again I say hi to my followers and Sharepoint fellows. Today I woke up with an urge to write about something that is always a pain in Sharepoint. The Master/Detail thing.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
There is no direct way to implement a Master/Detail scenario in Sharepoint, yet I&#39;ve been using a technique that is pretty simple to implement and very easy for the end user to understand.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
As this requires some work, I decided to split it into two articles.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
1. Create the Master/Detail relation and Master Forms&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
2. Update the new (Detail) item link and Detail Forms.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
So in this article, I will show you how to create the Master/Detail relation and change the Master Table Forms to reflect it. Check it out how.&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
First lets pick a classic Master/Detail scenario, the Country to City relation.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;1. Create the Master Table (Country)&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
First step, create a Custom List, name it Country and keep it with only Title Column.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;2. Create the Detail Table (Cities)&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Create another Custom List, name it City and add an extra Lookup column called Country and reference it to the County Master Table.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;3. Add some Countries and Cities&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
In order to visualize the relation add some items to both tables.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
You should end up with something like this:&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgD8Ry17vOwaG74Cv-oJxtgE7l3CSjfWIR14ruUJLgrORPRfYLcQf5QhIRAYYwhOAz4IWjqGjfVvVnZCEHhYc-ASGs00z8DqQ-uQmUpjGfo-DP2-7c-Vhb-Q-ExwPrQoQdFjmAhGtghPzj1/s1600/countries.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;310&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgD8Ry17vOwaG74Cv-oJxtgE7l3CSjfWIR14ruUJLgrORPRfYLcQf5QhIRAYYwhOAz4IWjqGjfVvVnZCEHhYc-ASGs00z8DqQ-uQmUpjGfo-DP2-7c-Vhb-Q-ExwPrQoQdFjmAhGtghPzj1/s320/countries.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;i&gt;Countries&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2ni0baOpVaOuesmHvHUB2zGnKZjdnTyBmtW5eGcEYoZW-q0JyRVW6xlJ29fUYbDPkhH6vrz46drSRfscO8rNFhJrMfnAK3YDTg9L0LVWj9JEqnTgMn17iNCVvcrLT7ojrBLf_y1JHJGX_/s1600/cities.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;220&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2ni0baOpVaOuesmHvHUB2zGnKZjdnTyBmtW5eGcEYoZW-q0JyRVW6xlJ29fUYbDPkhH6vrz46drSRfscO8rNFhJrMfnAK3YDTg9L0LVWj9JEqnTgMn17iNCVvcrLT7ojrBLf_y1JHJGX_/s400/cities.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;i&gt;Cities&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;4. Create a new Master Display Form&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Ok, the tables are set, now the goal is to change the Display Form of the Country Table (Master Table), in order to show the Cities of the picked Country.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
To do that, open your site in Sharepoint Designer and create a new Custom Form for Country Table and set it as default.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHjFaxJbIywconLoET7wc-iRjdVpCsjMc_7mH_L4meKWzaCupf1kgu0Ss1a32n9LSRW400_KsAb4x_cZSp0gj-djErH99hZABEm-F6Gofx3YApy3zY1L72Xk9SRKR4dPPuefkiLixJemxm/s1600/new_display_form.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHjFaxJbIywconLoET7wc-iRjdVpCsjMc_7mH_L4meKWzaCupf1kgu0Ss1a32n9LSRW400_KsAb4x_cZSp0gj-djErH99hZABEm-F6Gofx3YApy3zY1L72Xk9SRKR4dPPuefkiLixJemxm/s320/new_display_form.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;5. Create the Master webpart in the new form&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Now open your newly created form, delete the existing DataFormWebPart and create a new Display Form, by using the Custom Form option. Like this:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8uccQrB5mRE5t2Idrs-1M05V9s6tY9LlTwO0u_kURn0wlPcVCBxQS7Uaoe0aM5hqtKlpgqhYDqnMpX4mTaQlkFyUeV03Ebur-vs2AWADW3U2AnCH8jsY3xsyVQQUCroSMUiEVGl1DVLHs/s1600/display_custom_form.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;202&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8uccQrB5mRE5t2Idrs-1M05V9s6tY9LlTwO0u_kURn0wlPcVCBxQS7Uaoe0aM5hqtKlpgqhYDqnMpX4mTaQlkFyUeV03Ebur-vs2AWADW3U2AnCH8jsY3xsyVQQUCroSMUiEVGl1DVLHs/s320/display_custom_form.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6eeHpTCpWwL8aHdYYJ2FZxw2pncEHb-B79iBWUDiD4C25KAzqrV9CbCG-16Yb83zEgH2tDuV9xdrptU6VSXjUbDGLcniGRIlNFFs_WH-y-Pfu6g2ghdupmvlr6_wFVQB-1yT3m6pg1tns/s1600/display_custom_form_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6eeHpTCpWwL8aHdYYJ2FZxw2pncEHb-B79iBWUDiD4C25KAzqrV9CbCG-16Yb83zEgH2tDuV9xdrptU6VSXjUbDGLcniGRIlNFFs_WH-y-Pfu6g2ghdupmvlr6_wFVQB-1yT3m6pg1tns/s1600/display_custom_form_2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
You maybe wondering why I do this. Why the hell I recreated the WebPart. Well Sharepoint as a weird behaviour, bug or defect don&#39;t know. Yet, if you don&#39;t do this, whenever you add a new column to the table, you won&#39;t be able to add that new column without recreating the entire Display Form.&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Now imagine, that you have a complex form, with several connected parts and some nice scripts and because you added a new column you now have to recreate the full thing (Won&#39;t go further, I&#39;ll discuss this issue in another article), &lt;u&gt;just trust me recreate the WebPart :)&lt;/u&gt;.&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;6. Add a Data View WebPart for the City Table&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Just below the previous WebPart, add a Data View WebPart for the City Table. Like this:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXQijkNNhPjxNTOhWqOtnp7gXHbg3DoqzAzsYJTzWEvYpSMLia7TNMF6hTGdS6_yPUPjPo41m8RpV_fbffEDyEekkak52wq8v_fnVlpba-z-JojP0utdyUYb989bvHdNrsSQE5k9UIeogp/s1600/data_view_1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXQijkNNhPjxNTOhWqOtnp7gXHbg3DoqzAzsYJTzWEvYpSMLia7TNMF6hTGdS6_yPUPjPo41m8RpV_fbffEDyEekkak52wq8v_fnVlpba-z-JojP0utdyUYb989bvHdNrsSQE5k9UIeogp/s1600/data_view_1.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh92zdk_cO1ECtTb6rN9T3x2wQ_onth3GV1SAMMOSuZOkoa-chCP_PuWkFB_MXBUvpWfEevZUNd32YUT6b-oXKIFRMTZaFkEjzsH536EIwNX7g6VyESSugwIPcmDNiLIg-VYS7tYzqR1bGW/s1600/data_view_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;247&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh92zdk_cO1ECtTb6rN9T3x2wQ_onth3GV1SAMMOSuZOkoa-chCP_PuWkFB_MXBUvpWfEevZUNd32YUT6b-oXKIFRMTZaFkEjzsH536EIwNX7g6VyESSugwIPcmDNiLIg-VYS7tYzqR1bGW/s400/data_view_2.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
You can remove the Country column if you wish.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b&gt;7. Connect both WebParts&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
As you can see, the Data View WebPart is showing all the Cities. Now we need to connect both WebParts in order to show only the Cities for the selected Country.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Select the top WebPart (the one Displaying the Coutry) and click Add Connection and configure it as following:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNy8SYrAa8CMudK7mxOKjWbDmO9p_1LLivF94SFpfO44nKzLP3Qa-Nf68yTYQU1-SDvAPcYZNpF1v869k-2qH0r8QmeT51MarNHdMQ9cRY5tmCn6Epuvc0H27eYwdv2etc5dW-Xu-wuGN1/s1600/add_connection_1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;244&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNy8SYrAa8CMudK7mxOKjWbDmO9p_1LLivF94SFpfO44nKzLP3Qa-Nf68yTYQU1-SDvAPcYZNpF1v869k-2qH0r8QmeT51MarNHdMQ9cRY5tmCn6Epuvc0H27eYwdv2etc5dW-Xu-wuGN1/s320/add_connection_1.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsE1LRnz2TAH8I5MhlaGYR5TTineYXxgKBoE5CX0ytJ5mY08marcFyux_7Fg6wc0ToAUMZhZWnGqFkihgUHzxb3q84afmKv219sy0vZnLKJnL2DA1HVgSIWcJZZkm-c4F9n1s5-UBzRNqF/s1600/add_connection_2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;247&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsE1LRnz2TAH8I5MhlaGYR5TTineYXxgKBoE5CX0ytJ5mY08marcFyux_7Fg6wc0ToAUMZhZWnGqFkihgUHzxb3q84afmKv219sy0vZnLKJnL2DA1HVgSIWcJZZkm-c4F9n1s5-UBzRNqF/s320/add_connection_2.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBkqIDCQCsOorpNp3GenlemUrG4C2MmmnRutMsZWh852eiGRKGsnmDkpIu3IkBrw5tzfNz37D5kPcjxzAb4oGvVnQKl1KWZaf7XYLCYht745Cli1e9Z7x1KCMo3_3Yhsn9JQyjYLcpsaTA/s1600/add_connection_3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;232&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBkqIDCQCsOorpNp3GenlemUrG4C2MmmnRutMsZWh852eiGRKGsnmDkpIu3IkBrw5tzfNz37D5kPcjxzAb4oGvVnQKl1KWZaf7XYLCYht745Cli1e9Z7x1KCMo3_3Yhsn9JQyjYLcpsaTA/s320/add_connection_3.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipG7TpOj2Cler58pX1sHl2fYGPzj6f40PQNHHWTbpkFTwVgAkXolppB7GI8FNkCNwBDd_-dBp9hXDpvtMSaO5BGjCCZkLjl4uCNcLn-3PbJPDaDKtYp2P1qVTXpFxRAtzEoPqnHkQ1HSsM/s1600/add_connection_4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;236&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipG7TpOj2Cler58pX1sHl2fYGPzj6f40PQNHHWTbpkFTwVgAkXolppB7GI8FNkCNwBDd_-dBp9hXDpvtMSaO5BGjCCZkLjl4uCNcLn-3PbJPDaDKtYp2P1qVTXpFxRAtzEoPqnHkQ1HSsM/s320/add_connection_4.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit497ubvzDrRAOzNQb5je7AZfuHMdpUOhjVwXkR6azh0a1PXTnAbKpFhaUaJyVN46yNEBfI04eDwzoD6j2TqTXKtitneBT3Kxl-e6hLru2pb_arcizgFfSM9dlB9ZE7U7bb_6qyN7FUmVN/s1600/add_connection_5.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;233&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit497ubvzDrRAOzNQb5je7AZfuHMdpUOhjVwXkR6azh0a1PXTnAbKpFhaUaJyVN46yNEBfI04eDwzoD6j2TqTXKtitneBT3Kxl-e6hLru2pb_arcizgFfSM9dlB9ZE7U7bb_6qyN7FUmVN/s320/add_connection_5.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Now save the form and its done.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;u&gt;PS: You might need to mark the created form as default again.&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiH8HITHqkdBs1ph-AYmTU7RkgPbuvwXxGgtddqDpRXwi6XQDctKrPbtJIx0lld4ePYcvm5cicpRyiLIdsOh3xyNODUriuDQUi_B_52wWNeArJen9sZiDDhyphenhyphen0asEhGyxQwsqtsJtEjN9gfa/s1600/set_default_form.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;213&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiH8HITHqkdBs1ph-AYmTU7RkgPbuvwXxGgtddqDpRXwi6XQDctKrPbtJIx0lld4ePYcvm5cicpRyiLIdsOh3xyNODUriuDQUi_B_52wWNeArJen9sZiDDhyphenhyphen0asEhGyxQwsqtsJtEjN9gfa/s400/set_default_form.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b&gt;8. View a Country and its Cities.&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Go back to your website and pick a Country, you should now see the Country item and its Cities.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg22oK_xDMIZSAvZQqXGaH8rtDU6SeI19CaYbQDaiRvkR6ryWDxk8Yvpb2oNVKsbmsxm1SWm9KxHRJLOqowGT4T_EP-weGtDtC7-jleZ2QO5ZK1_6pQm1R_XBL77ZHPNT4odF0VK-2XNwaT/s1600/master_detail.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;283&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg22oK_xDMIZSAvZQqXGaH8rtDU6SeI19CaYbQDaiRvkR6ryWDxk8Yvpb2oNVKsbmsxm1SWm9KxHRJLOqowGT4T_EP-weGtDtC7-jleZ2QO5ZK1_6pQm1R_XBL77ZHPNT4odF0VK-2XNwaT/s400/master_detail.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
All done for today, in the second article I will show you how to change the way you add and update Cities for a Country.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;If you want to keep in touch,&amp;nbsp;feel free to Subscribe to&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://feedburner.google.com/fb/a/mailverify?uri=HowIDidIt-SharepointFoundation2010&amp;amp;amp;loc=en_US&quot; style=&quot;background-color: white; color: #6699cc; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px; text-decoration: initial;&quot; target=&quot;_blank&quot;&gt;How I did it - Sharepoint Foundation 2010&lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/8857804829329549372/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/12/master-detail-in-sharepoint-12.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/8857804829329549372'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/8857804829329549372'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/12/master-detail-in-sharepoint-12.html' title='Master Detail in Sharepoint (1/2)'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgD8Ry17vOwaG74Cv-oJxtgE7l3CSjfWIR14ruUJLgrORPRfYLcQf5QhIRAYYwhOAz4IWjqGjfVvVnZCEHhYc-ASGs00z8DqQ-uQmUpjGfo-DP2-7c-Vhb-Q-ExwPrQoQdFjmAhGtghPzj1/s72-c/countries.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2449128028642934343.post-3848967943777552064</id><published>2012-11-17T12:27:00.000+00:00</published><updated>2012-11-17T12:27:14.729+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="children folders"/><category scheme="http://www.blogger.com/atom/ns#" term="children tasks"/><category scheme="http://www.blogger.com/atom/ns#" term="parent folder"/><category scheme="http://www.blogger.com/atom/ns#" term="parent summary task"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><category scheme="http://www.blogger.com/atom/ns#" term="subfolders"/><category scheme="http://www.blogger.com/atom/ns#" term="subtasks"/><category scheme="http://www.blogger.com/atom/ns#" term="summary tasks"/><title type='text'>Get parent Summary Task and children tasks</title><content type='html'>Good evening people, this week I&#39;ve faced some nice challenge in Sharepoint 2010. Working with a Task, I needed to get the parent Summary Task of Task after it was added, changed or deleted, in order to update that same Summary Task with information about its children tasks.&lt;br /&gt;
&lt;br /&gt;
It took me a few hours to solve this problem, yet solved it with a simple solution. Keep reading :)&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;b&gt;1. Get the parent Summary Task after adding, updating or deleting Task event&lt;/b&gt;&lt;br /&gt;
Ok so the first step is to get the parent Summary Task, if a task is a child task of a Summary Task,&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;SPFolder folder =&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;properties.ListItem&lt;/span&gt;&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;.Web.GetFile(properties.ListItem.Url).ParentFolder;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;SPListItem summaryTask = folder.Item;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Ok so now summaryTask is your parent Summary Task item, ready to be updated with whatever needed.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2. Get all the children Task of the previous Summary Task&lt;/b&gt;&lt;br /&gt;
So all items have an hidden field called FileDirRef, which points to the parent folder URL. In our case, our parent Summary Task.&amp;nbsp;The idea is to execute a recursive query to the task list, filtering the field FileDirRef with the value of our added, uptaded or deleted Task FileDirRef.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;SPQuery query = new SPQuery();&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;query.Query = string.Concat(&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&quot;&amp;lt;Where&amp;gt;&amp;lt;Eq&amp;gt;&quot;,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &quot;&amp;lt;FieldRef Name=&#39;FileDirRef&#39;/&amp;gt;&quot;,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp; &quot;&amp;lt;Value Type=&#39;Text&#39;&amp;gt;&quot; +&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;properties.ListItem&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;[&quot;FileDirRef&quot;].ToString() + &quot;&amp;lt;/Value&amp;gt;&quot;,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&quot;&amp;lt;/Eq&amp;gt;&amp;lt;/Where&amp;gt;&quot;);&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;query.ViewAttributes = &quot;Scope=\&quot;Recursive\&quot;&quot;;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;foreach (SPListItem auxItem in properties.List.GetItems(query))&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;{&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; //appply your code here&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;}&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
PS: One note, this will show only the sub Task items, if in your Summary Task you have sub Summary Tasks, you can access them through&amp;nbsp;&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;folder.SubFolders &lt;/span&gt;collection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hope it helps, took me a few hours to make this 10 code lines :)&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;If you want to keep in touch,&amp;nbsp;feel free to Subscribe to&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://feedburner.google.com/fb/a/mailverify?uri=HowIDidIt-SharepointFoundation2010&amp;amp;amp;loc=en_US&quot; style=&quot;background-color: white; color: #6699cc; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px; text-decoration: initial;&quot; target=&quot;_blank&quot;&gt;How I did it - Sharepoint Foundation 2010&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/3848967943777552064/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/11/get-parent-summary-task-and-children.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/3848967943777552064'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/3848967943777552064'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/11/get-parent-summary-task-and-children.html' title='Get parent Summary Task and children tasks'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2449128028642934343.post-2295562473949550741</id><published>2012-11-14T22:08:00.000+00:00</published><updated>2012-11-14T22:08:33.150+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><category scheme="http://www.blogger.com/atom/ns#" term="Summary task"/><title type='text'>Add summary task to task list programatically</title><content type='html'>Hello again, recently I&#39;ve tried to add a summary task in a task list in an event receiver.&lt;br /&gt;
For my surprise that turned out to be more difficult then I initially expected. Nevertheless, the solution is pretty simple.&lt;br /&gt;
&lt;br /&gt;
Check it out&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;In your event receiver apply the following code changing:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;The name of the Task list&lt;/li&gt;
&lt;li&gt;&amp;nbsp;The name of the Summary Task content type&lt;/li&gt;
&lt;li&gt;URL of the Task list&lt;/li&gt;
&lt;li&gt;Summary Task title&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;string TaskListName = &quot;Tasks&quot;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;string SummaryTaskContentType = &quot;Summary Task&quot;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;string TaskListUrl =&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&quot;{site url}/Lists/Tasks&quot;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;string SummaryTaskTitle = &quot;My Summary Task&quot;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;SPList myList = SPContext.Current.Web.Lists[&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;TaskListName&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;];&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;SPContentType type = myList.ContentTypes[&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;SummaryTaskContentType&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;];&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;SPListItem newItem = myList.Items.Add(&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;TaskListUrl&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;, SPFileSystemObjectType.Folder,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;SummaryTaskTitle&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;newItem[&quot;ContentTypeId&quot;] = type.Id; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;newItem.SystemUpdate();&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
Pretty simple isn&#39;t it ;)&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;If you want to keep in touch,&amp;nbsp;feel free to Subscribe to&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://feedburner.google.com/fb/a/mailverify?uri=HowIDidIt-SharepointFoundation2010&amp;amp;amp;loc=en_US&quot; style=&quot;background-color: white; color: #6699cc; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px; text-decoration: initial;&quot; target=&quot;_blank&quot;&gt;How I did it - Sharepoint Foundation 2010&lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/2295562473949550741/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/11/add-summary-task-to-task-list.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/2295562473949550741'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/2295562473949550741'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/11/add-summary-task-to-task-list.html' title='Add summary task to task list programatically'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2449128028642934343.post-8593172375514348469</id><published>2012-09-11T12:14:00.002+01:00</published><updated>2012-09-11T12:16:37.064+01:00</updated><title type='text'>Dismistifying AfterProperties &amp; BeforeProperties</title><content type='html'>Hi folks, just logged for a fast writing. Everytime I need to code an event receiver I always face the problem of what to use in order to get the Changed Values and Original Values of the event Item.&lt;br /&gt;
&lt;br /&gt;
Guess we all know the:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;SPItemEventProperties.AfterProperties&lt;/li&gt;
&lt;li&gt;SPItemEventProperties.BeforeProperties
&lt;/li&gt;
&lt;li&gt;SPItemEventProperties.ListItem&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
The pain is to understand what values this properties contain in each of the events of a List or Library.&lt;/div&gt;
&lt;div&gt;
Did some debugging and found nothing new, yet with a small trick in Library events.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Check it out ...&lt;/div&gt;
&lt;div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;1. Custom list&amp;nbsp;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;border-collapse: collapse; margin-left: 2.75pt; mso-padding-alt: 0cm 3.5pt 0cm 3.5pt; mso-yfti-tbllook: 1184; width: 417px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;height: 15.0pt; mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border: solid windowtext 1.0pt; height: 15.0pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 70.3pt;&quot; valign=&quot;bottom&quot; width=&quot;94&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-left: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 79.0pt;&quot; valign=&quot;bottom&quot; width=&quot;105&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;AfterProperties&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-left: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 85.35pt;&quot; valign=&quot;bottom&quot; width=&quot;114&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;BeforeProperties&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-left: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 77.95pt;&quot; valign=&quot;bottom&quot; width=&quot;104&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;ListItem&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 15.0pt; mso-yfti-irow: 1;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 70.3pt;&quot; valign=&quot;bottom&quot; width=&quot;94&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;ItemAdding&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 79.0pt;&quot; valign=&quot;bottom&quot; width=&quot;105&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Changed value&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 85.35pt;&quot; valign=&quot;bottom&quot; width=&quot;114&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 77.95pt;&quot; valign=&quot;bottom&quot; width=&quot;104&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Null&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 15.0pt; mso-yfti-irow: 2;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 70.3pt;&quot; valign=&quot;bottom&quot; width=&quot;94&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;ItemAdded&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 79.0pt;&quot; valign=&quot;bottom&quot; width=&quot;105&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Changed value&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 85.35pt;&quot; valign=&quot;bottom&quot; width=&quot;114&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 77.95pt;&quot; valign=&quot;bottom&quot; width=&quot;104&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Changed value&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 15.0pt; mso-yfti-irow: 3;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 70.3pt;&quot; valign=&quot;bottom&quot; width=&quot;94&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;ItemUpdating&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 79.0pt;&quot; valign=&quot;bottom&quot; width=&quot;105&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Changed value&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 85.35pt;&quot; valign=&quot;bottom&quot; width=&quot;114&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 77.95pt;&quot; valign=&quot;bottom&quot; width=&quot;104&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Original value&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 15.0pt; mso-yfti-irow: 4;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 70.3pt;&quot; valign=&quot;bottom&quot; width=&quot;94&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;ItemUpdated&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 79.0pt;&quot; valign=&quot;bottom&quot; width=&quot;105&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Changed value&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 85.35pt;&quot; valign=&quot;bottom&quot; width=&quot;114&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 77.95pt;&quot; valign=&quot;bottom&quot; width=&quot;104&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Changed value&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 15.0pt; mso-yfti-irow: 5;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 70.3pt;&quot; valign=&quot;bottom&quot; width=&quot;94&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;ItemDeleting&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 79.0pt;&quot; valign=&quot;bottom&quot; width=&quot;105&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 85.35pt;&quot; valign=&quot;bottom&quot; width=&quot;114&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 77.95pt;&quot; valign=&quot;bottom&quot; width=&quot;104&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Item&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 15.0pt; mso-yfti-irow: 6; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 70.3pt;&quot; valign=&quot;bottom&quot; width=&quot;94&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;ItemDeleted&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 79.0pt;&quot; valign=&quot;bottom&quot; width=&quot;105&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 85.35pt;&quot; valign=&quot;bottom&quot; width=&quot;114&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 77.95pt;&quot; valign=&quot;bottom&quot; width=&quot;104&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Null&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;2. Library&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;border-collapse: collapse; margin-left: 2.75pt; mso-padding-alt: 0cm 3.5pt 0cm 3.5pt; mso-yfti-tbllook: 1184; width: 455px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;height: 15.0pt; mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border: solid windowtext 1.0pt; height: 15.0pt; mso-border-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 70.0pt;&quot; valign=&quot;bottom&quot; width=&quot;93&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-left: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 79.0pt;&quot; valign=&quot;bottom&quot; width=&quot;105&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;AfterProperties&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-left: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 116.0pt;&quot; valign=&quot;bottom&quot; width=&quot;155&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;BeforeProperties&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-left: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 76.0pt;&quot; valign=&quot;bottom&quot; width=&quot;101&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;ListItem&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 15.0pt; mso-yfti-irow: 1;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 70.0pt;&quot; valign=&quot;bottom&quot; width=&quot;93&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;ItemAdding&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 79.0pt;&quot; valign=&quot;bottom&quot; width=&quot;105&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 116.0pt;&quot; valign=&quot;bottom&quot; width=&quot;155&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 76.0pt;&quot; valign=&quot;bottom&quot; width=&quot;101&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 15.0pt; mso-yfti-irow: 2;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 70.0pt;&quot; valign=&quot;bottom&quot; width=&quot;93&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;ItemAdded&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 79.0pt;&quot; valign=&quot;bottom&quot; width=&quot;105&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 116.0pt;&quot; valign=&quot;bottom&quot; width=&quot;155&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 76.0pt;&quot; valign=&quot;bottom&quot; width=&quot;101&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Changed value&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 15.0pt; mso-yfti-irow: 3;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 70.0pt;&quot; valign=&quot;bottom&quot; width=&quot;93&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;ItemUpdating&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 79.0pt;&quot; valign=&quot;bottom&quot; width=&quot;105&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Changed value&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 116.0pt;&quot; valign=&quot;bottom&quot; width=&quot;155&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: red;&quot;&gt;Nothing/Original value&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 76.0pt;&quot; valign=&quot;bottom&quot; width=&quot;101&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Original value&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 15.0pt; mso-yfti-irow: 4;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 70.0pt;&quot; valign=&quot;bottom&quot; width=&quot;93&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;ItemUpdated&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 79.0pt;&quot; valign=&quot;bottom&quot; width=&quot;105&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Changed value&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 116.0pt;&quot; valign=&quot;bottom&quot; width=&quot;155&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: red;&quot;&gt;Nothing/Original value&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 76.0pt;&quot; valign=&quot;bottom&quot; width=&quot;101&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Changed value&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 15.0pt; mso-yfti-irow: 5;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 70.0pt;&quot; valign=&quot;bottom&quot; width=&quot;93&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;ItemDeleting&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 79.0pt;&quot; valign=&quot;bottom&quot; width=&quot;105&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 116.0pt;&quot; valign=&quot;bottom&quot; width=&quot;155&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 76.0pt;&quot; valign=&quot;bottom&quot; width=&quot;101&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Item&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;height: 15.0pt; mso-yfti-irow: 6; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-top: none; border: solid windowtext 1.0pt; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 70.0pt;&quot; valign=&quot;bottom&quot; width=&quot;93&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;ItemDeleted&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 79.0pt;&quot; valign=&quot;bottom&quot; width=&quot;105&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 116.0pt;&quot; valign=&quot;bottom&quot; width=&quot;155&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td nowrap=&quot;&quot; style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; height: 15.0pt; mso-border-bottom-alt: solid windowtext .5pt; mso-border-right-alt: solid windowtext .5pt; padding: 0cm 3.5pt 0cm 3.5pt; width: 76.0pt;&quot; valign=&quot;bottom&quot; width=&quot;101&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Nothing&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
Nothing new right? Well, before writing this article I did a web search and found a board much like this one.&lt;/div&gt;
&lt;div&gt;
Yet see the change in the BeforeProperties for the Library events.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Why two values for the ItemUpdated and ItemUpdating?&amp;nbsp;Easy enough.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
When you add a new document to a document library the events fired are in this order: ItemAdding &amp;gt; ItemAdded. Until here nothing new.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Well right after you add a new document the EditForm pops up in order to allow you to change any properties for the document.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
The events that are fired for this Form after you press Save are: ItemUpdating &amp;gt; ItemUpdated.&lt;/div&gt;
&lt;div&gt;
Yet, at this moment (the moment right after you add a new document), the BeforeProperties has no usefull values like it should. In fact, it has nothing. So, not only the Update events are fired, when your are adding a new document (because infact the document is already saved), as the BeforeProperties work diferently from the standard Update action.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Hope it helped and saves you some time.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;If you want to keep in touch,&amp;nbsp;feel free to Subscribe to&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://feedburner.google.com/fb/a/mailverify?uri=HowIDidIt-SharepointFoundation2010&amp;amp;amp;loc=en_US&quot; style=&quot;background-color: white; color: #6699cc; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;How I did it - Sharepoint Foundation 2010&lt;/a&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/8593172375514348469/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/09/dismistifying-afterproperties.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/8593172375514348469'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/8593172375514348469'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/09/dismistifying-afterproperties.html' title='Dismistifying AfterProperties &amp; BeforeProperties'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2449128028642934343.post-2865929393656115534</id><published>2012-08-23T12:04:00.000+01:00</published><updated>2012-08-23T12:06:48.849+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="dropdownlist"/><category scheme="http://www.blogger.com/atom/ns#" term="formulas"/><category scheme="http://www.blogger.com/atom/ns#" term="html tags"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><category scheme="http://www.blogger.com/atom/ns#" term="substring"/><title type='text'>Removing HTML tags from Drop Down list</title><content type='html'>Hi people, got another tweak to show you.&lt;br /&gt;
&lt;br /&gt;
Following a previous post&amp;nbsp;&lt;a href=&quot;http://howididit-sharepoint.blogspot.pt/2012/04/filtering-lookup-columns.html&quot;&gt;Filtering lookup columns&lt;/a&gt;&amp;nbsp;I&#39;ve noticed that the selected value of a DropDown list shows HTML tags like this:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSgwzo6KGXLBV_mFSMRSNya6-hWS4QGAynVFZrSfc9Lz9Bw8Qmy_CRh4T0aFJTToIVIkUxuHSVMG6lmPw4QXfd-ubm5JqFE5d-XtRLfQW56VVRWVNCVZLD-u_vIdBiJ7oAu27IgLcN87Oe/s1600/screen1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;142&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSgwzo6KGXLBV_mFSMRSNya6-hWS4QGAynVFZrSfc9Lz9Bw8Qmy_CRh4T0aFJTToIVIkUxuHSVMG6lmPw4QXfd-ubm5JqFE5d-XtRLfQW56VVRWVNCVZLD-u_vIdBiJ7oAu27IgLcN87Oe/s400/screen1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Nevertheless the items in the dropdown list are ok.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCaZv0FTmLWLwr37lZb2Kaf3_AH3AJd9rIuQISQtEL58pKoEWMs8bqTqIeVeBAKEpDqsBtss9nznIR_GVGUJTWTCd7E766JI3ItZ1sWYu4SKVpYA3c2YzX4x4fsHhkDgp8vlftBlmzMhuq/s1600/screen2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;44&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCaZv0FTmLWLwr37lZb2Kaf3_AH3AJd9rIuQISQtEL58pKoEWMs8bqTqIeVeBAKEpDqsBtss9nznIR_GVGUJTWTCd7E766JI3ItZ1sWYu4SKVpYA3c2YzX4x4fsHhkDgp8vlftBlmzMhuq/s400/screen2.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
The question is, how to remove the HTML tags from the selected value?&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;1. Edit the form in Sharepoint Designer and Split the view&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Now click on your DropDown list control, the code window should now pointing to the DropDown source code.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk86WFIkYkeoWFpaWbBlAJZbe9d8cN6F0nzmpMQ0YQC7_qwVZ4iE0aeNHiv1hE1A2BNARkoPeQ3ixZ9CwOXfU-0gEUKqtS6hsKBWOBt5kZdZL2wul42Sc3StFNYGS1Pc_6apEsspH7PQQ5/s1600/screen3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;222&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk86WFIkYkeoWFpaWbBlAJZbe9d8cN6F0nzmpMQ0YQC7_qwVZ4iE0aeNHiv1hE1A2BNARkoPeQ3ixZ9CwOXfU-0gEUKqtS6hsKBWOBt5kZdZL2wul42Sc3StFNYGS1Pc_6apEsspH7PQQ5/s400/screen3.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;2. Edit the selectedvalue tag&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
You can now see that the tag selectedvalue is pointing to the Field Name, in my case &quot;Tabela1&quot;.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;selectedvalue=&quot;{@Tabela1}&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
What you have to do is just changing this part of the code to&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;selectedvalue=&quot;{substring-before(substring-after(@Tabela1, &#39;&amp;amp;gt;&#39;), &#39;&amp;amp;lt;&#39;)}&quot;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
And voilá save the form and try it out.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgA_RmyW2rRas6Qhyphenhyphen7UTbT22XbUAsDE6HcRATWBnkLaGWnEhqboD7ry-9bbdUY9iswijfR1qCLyjVMgySWOaFYKyZCp-L8ApOeOUJu3hmz2ButXckmD9gmei8CF4YPHdLn-suom3gcVXlON/s1600/screen4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;211&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgA_RmyW2rRas6Qhyphenhyphen7UTbT22XbUAsDE6HcRATWBnkLaGWnEhqboD7ry-9bbdUY9iswijfR1qCLyjVMgySWOaFYKyZCp-L8ApOeOUJu3hmz2ButXckmD9gmei8CF4YPHdLn-suom3gcVXlON/s400/screen4.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Just one note &quot;Tabela1&quot; is the field name, just change it to your case.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;&quot;&gt;If you want to keep in touch,&amp;nbsp;feel free to Subscribe to&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://feedburner.google.com/fb/a/mailverify?uri=HowIDidIt-SharepointFoundation2010&amp;amp;amp;loc=en_US&quot; style=&quot;background-color: white; color: #6699cc; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;How I did it - Sharepoint Foundation 2010&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/2865929393656115534/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/08/removing-html-tags-drop-down.html#comment-form' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/2865929393656115534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/2865929393656115534'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/08/removing-html-tags-drop-down.html' title='Removing HTML tags from Drop Down list'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSgwzo6KGXLBV_mFSMRSNya6-hWS4QGAynVFZrSfc9Lz9Bw8Qmy_CRh4T0aFJTToIVIkUxuHSVMG6lmPw4QXfd-ubm5JqFE5d-XtRLfQW56VVRWVNCVZLD-u_vIdBiJ7oAu27IgLcN87Oe/s72-c/screen1.jpg" height="72" width="72"/><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2449128028642934343.post-2973388146252400145</id><published>2012-07-30T16:15:00.001+01:00</published><updated>2012-07-31T15:45:18.844+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="context menu"/><category scheme="http://www.blogger.com/atom/ns#" term="custom open document"/><category scheme="http://www.blogger.com/atom/ns#" term="ecb menu"/><category scheme="http://www.blogger.com/atom/ns#" term="edit file"/><category scheme="http://www.blogger.com/atom/ns#" term="new file type"/><title type='text'>Add a new file type</title><content type='html'>Ok here is another nice tip.&amp;nbsp;I recently needed to add to the context menu (ECB menu) of a file the &quot;Edit in ...&quot; command. Basically, if the native application is WebDav compatible I want to be able to edit any file for the referenced application, just from the browser, instead of navigating throw the Explorer View. (This will only work for Internet Explorer)&lt;br /&gt;
&lt;div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Like this:&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjhPAvrbLn8LvHlVi67d9TZgCjzVfNms3o56CTBn9fEtdu6b46URIC4_Hh2SH6t_qijhpass2vh0yP35bJvJZebMg-ZQ4V71feVXX99eYBFEnrbQJJm9YZs5VDeQKCwjXMh1ZjQ2AXO4WI/s1600/after.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;190&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjhPAvrbLn8LvHlVi67d9TZgCjzVfNms3o56CTBn9fEtdu6b46URIC4_Hh2SH6t_qijhpass2vh0yP35bJvJZebMg-ZQ4V71feVXX99eYBFEnrbQJJm9YZs5VDeQKCwjXMh1ZjQ2AXO4WI/s400/after.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Check it out, this is pretty fast yet very helpfull.&lt;/div&gt;
&lt;div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;b&gt;1. Create an icon file&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
Use your favorite image editor to create an image file with 16x16, preferebly PNG format.&lt;/div&gt;
&lt;div&gt;
And save the image file into the server folder&amp;nbsp;%COMMONPROGRAMFILES%\Microsoft Shared\Web Server Extensions\14\TEMPLATE\IMAGES&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;2. Edit the DOCICON.XML file &lt;/b&gt;(backup the file first ;-))&lt;/div&gt;
&lt;div&gt;
Next open, using your favorite text editor, the &lt;b&gt;docicon.xml&lt;/b&gt; file located in the server folder&amp;nbsp;%COMMONPROGRAMFILES%\Microsoft Shared\Web Server Extensions\14\TEMPLATE\XML.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Add one line for each file type like this:&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;lt;Mapping Key=&quot;pdf&quot; Value=&quot;pdf.png&quot; EditText=&quot;PDF-XChange Viewer&quot; OpenControl=&quot;SharePoint.OpenDocuments&quot;/&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Just change:&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Key=&quot;pdf&quot; to Key=&quot;your_file_extension&quot;&lt;/li&gt;
&lt;li&gt;Value=&quot;pdf.png&quot; to Key=&quot;image_file_name&quot; (created in first step)&lt;/li&gt;
&lt;li&gt;EditText=&quot;PDF-XChange Viewer&quot; to Edit=&quot;name_of_the_native_application&quot; (this is the name that will appear in the context menu (ECB)&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;3. Reset server and try&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
All done, just &lt;b&gt;iisreset &lt;/b&gt;your server and try it.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEoT8fXb1OAdbR-1kA8Tkzojdb6ctkpeDY4LwoYf1uCbwEHjxSsThFacUq20eBJmZsRIOzhx0RzmvEXKdj6rl6U1dDNM58qo3nL37DzQRhogf2fjDuL438nQmISZiCeTzaMfMkIpNseKUE/s1600/new_file_type.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;321&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEoT8fXb1OAdbR-1kA8Tkzojdb6ctkpeDY4LwoYf1uCbwEHjxSsThFacUq20eBJmZsRIOzhx0RzmvEXKdj6rl6U1dDNM58qo3nL37DzQRhogf2fjDuL438nQmISZiCeTzaMfMkIpNseKUE/s400/new_file_type.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px; text-align: left;&quot;&gt;If you want to keep in touch,&amp;nbsp;feel free to Subscribe to&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://feedburner.google.com/fb/a/mailverify?uri=HowIDidIt-SharepointFoundation2010&amp;amp;amp;loc=en_US&quot; style=&quot;background-color: white; color: #6699cc; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px; text-align: left; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;How I did it - Sharepoint Foundation 2010&lt;/a&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/2973388146252400145/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/07/add-new-file-type.html#comment-form' title='13 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/2973388146252400145'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/2973388146252400145'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/07/add-new-file-type.html' title='Add a new file type'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjhPAvrbLn8LvHlVi67d9TZgCjzVfNms3o56CTBn9fEtdu6b46URIC4_Hh2SH6t_qijhpass2vh0yP35bJvJZebMg-ZQ4V71feVXX99eYBFEnrbQJJm9YZs5VDeQKCwjXMh1ZjQ2AXO4WI/s72-c/after.jpg" height="72" width="72"/><thr:total>13</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2449128028642934343.post-8632359797787121840</id><published>2012-06-15T14:56:00.001+01:00</published><updated>2012-06-15T14:56:55.998+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="explorer view"/><category scheme="http://www.blogger.com/atom/ns#" term="Explorer view too slow"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><title type='text'>Explorer view is too slow</title><content type='html'>Ok I&#39;ve passed the last day and a half trying to find a solution for a know problem.&lt;br /&gt;
&lt;br /&gt;
Some users, were facing huge low performance copying files to a Document Library in Explorer View.&amp;nbsp;After alot of web surfing without getting anywhere I add a sparkle idea that worked finally.&lt;br /&gt;
&lt;br /&gt;
Check it out.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;b&gt;1. Typical solution: Disable the &quot;Automatically Detect Settings&quot; from IE&lt;/b&gt;&lt;br /&gt;
Ok this is the typical cause of the problem WebDav protocol and the feature for proxy automatic detection don&#39;t like each other.&lt;br /&gt;
&lt;br /&gt;
Open IE and go to&amp;nbsp;Tools-&amp;gt;Internet Options-&amp;gt;Connections-&amp;gt;LAN settings uncheck &quot;Automatically Detect Settings&quot;. Like this:&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbDKb3Q61_gYkPVCC9XMhEI2BVvbVd5KJyAGO2ZCZncHLlbzipNlnt40u1kIXwBWZrWHO034oTdWwL1ogdphtJfcoFaEIjbMA284-fIN9V2c7wNaa9wPsWdQo80xLq7nhbbK3vJ02zwTh4/s1600/ie_settings.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;350&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbDKb3Q61_gYkPVCC9XMhEI2BVvbVd5KJyAGO2ZCZncHLlbzipNlnt40u1kIXwBWZrWHO034oTdWwL1ogdphtJfcoFaEIjbMA284-fIN9V2c7wNaa9wPsWdQo80xLq7nhbbK3vJ02zwTh4/s400/ie_settings.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Ok, if this doesn&#39;t solve your problem, like it happened to me check next solution&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;2. Anti-virus solutions is messing with WebDavAV traffic&lt;/b&gt;&lt;/div&gt;
After burning my eyebrows and almost in tears, I disabled my anti-virus realtime protection.&amp;nbsp;In my case Kaspersky. Surprisingly, Explorer View went live almost immediately.&lt;br /&gt;
&lt;br /&gt;
As I want anti-virus realtime protection, I started to disable parts of that protection and found out that &quot;IM anti-virus protection&quot; was the problem. Yet, this only happens in Kaspersky 2012&lt;br /&gt;
&lt;br /&gt;
If you are using Kaspersky 2012, or your antivirus as also IM protection. Do one of the following:&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Disable IM Protection&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrku8QWNx3bSjseFkACQF7wcbjW3PISTr2g1zy4KxNwenYZzQ_e-Pgl-wrobGHazB_v5XlMx-KvFT2s5qaEkttB5dIeSzaSxsQHrj_Ivzj61lTklDR9jDns6NGOzIRww_JydjoslobBr_e/s1600/im_disabled.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;292&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrku8QWNx3bSjseFkACQF7wcbjW3PISTr2g1zy4KxNwenYZzQ_e-Pgl-wrobGHazB_v5XlMx-KvFT2s5qaEkttB5dIeSzaSxsQHrj_Ivzj61lTklDR9jDns6NGOzIRww_JydjoslobBr_e/s400/im_disabled.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;u&gt;Enable IM protection only for inboud messages&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQT1ll4AY7MHa4gCWm7-WQgASAUzzeakUdrvVwFkLGJbgSa0kDqvTETduMkR1b4pPN4nBbbJngsA1U3FDq2cgtKDfJq7myvVAXj63OjD1t7JKyvsuDQEAnhkNVe2PhTIoXkwzNMkMyg0b_/s1600/im_enabled.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;291&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQT1ll4AY7MHa4gCWm7-WQgASAUzzeakUdrvVwFkLGJbgSa0kDqvTETduMkR1b4pPN4nBbbJngsA1U3FDq2cgtKDfJq7myvVAXj63OjD1t7JKyvsuDQEAnhkNVe2PhTIoXkwzNMkMyg0b_/s400/im_enabled.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Hope it helps and saves you time, after all unticking one small check box took me a few hours, lol.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
If you want to keep in touch,&amp;nbsp;feel free to Subscribe to&amp;nbsp;&lt;a href=&quot;http://feedburner.google.com/fb/a/mailverify?uri=HowIDidIt-SharepointFoundation2010&amp;amp;amp;loc=en_US&quot; target=&quot;_blank&quot;&gt;How I did it - Sharepoint Foundation 2010&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/8632359797787121840/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/06/explorer-view-is-too-slow.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/8632359797787121840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/8632359797787121840'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/06/explorer-view-is-too-slow.html' title='Explorer view is too slow'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbDKb3Q61_gYkPVCC9XMhEI2BVvbVd5KJyAGO2ZCZncHLlbzipNlnt40u1kIXwBWZrWHO034oTdWwL1ogdphtJfcoFaEIjbMA284-fIN9V2c7wNaa9wPsWdQo80xLq7nhbbK3vJ02zwTh4/s72-c/ie_settings.png" height="72" width="72"/><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2449128028642934343.post-5597649242241261354</id><published>2012-06-13T08:34:00.000+01:00</published><updated>2012-06-13T08:34:32.410+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="custom display form"/><category scheme="http://www.blogger.com/atom/ns#" term="format date"/><category scheme="http://www.blogger.com/atom/ns#" term="formula"/><category scheme="http://www.blogger.com/atom/ns#" term="less one day"/><category scheme="http://www.blogger.com/atom/ns#" term="sharepoint 2010"/><category scheme="http://www.blogger.com/atom/ns#" term="sharepoint designer"/><title type='text'>Format Date in Custom Display Form</title><content type='html'>&lt;div&gt;
Hi guys, here is another nice trick that took me a while to get.&lt;br /&gt;
&lt;br /&gt;
Imagine you have a list with a Date field, only showing date value, not Time. If you create a Custom Display Form in Sharepoint Designer, you wiill see something incredible.&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Date field shows Time value&lt;/li&gt;
&lt;li&gt;Date field shows less 1 hour, which might lead to show one less day in date value&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;
Just like this:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnS23epA5t-bxvGyaKTczc-Vyp9VMloZk8nybOIRw7qsT8jaPvvOh9jrwjKJQarjX-xRDKJE0d6bO0Ut8xgKoZkgI9M-F8TAmhAPWbGzo1gmBxBYtoUtr-9BYUOo-wrapZRM_YTwwjj2TV/s1600/date_format_error.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;270&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnS23epA5t-bxvGyaKTczc-Vyp9VMloZk8nybOIRw7qsT8jaPvvOh9jrwjKJQarjX-xRDKJE0d6bO0Ut8xgKoZkgI9M-F8TAmhAPWbGzo1gmBxBYtoUtr-9BYUOo-wrapZRM_YTwwjj2TV/s400/date_format_error.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Ok the goal is to format the date value, check how I did it.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;a href=&quot;&quot; name=&quot;more&quot;&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;1. Edit your custom form in Sharepoint Designer&lt;/b&gt;&lt;br /&gt;
&lt;div&gt;
Open your custom form in Sharepoint Designer and select the date value.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjly9Nn4tSUUsPSLkrcvhyphenhyphencGTZfrre3v2rBf7d8n355A9cJs5EL_w7qoMYTNBjzJqwmJPP5RXoZKKst3HNtrfi0Q8wbrO1e2bKdOztAkryoAFRxmauWpl3yHI4F8E1H3ajZ4P3ogqWSE17d/s1600/sharepoint_designer.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;265&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjly9Nn4tSUUsPSLkrcvhyphenhyphencGTZfrre3v2rBf7d8n355A9cJs5EL_w7qoMYTNBjzJqwmJPP5RXoZKKst3HNtrfi0Q8wbrO1e2bKdOztAkryoAFRxmauWpl3yHI4F8E1H3ajZ4P3ogqWSE17d/s400/sharepoint_designer.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;2. Add a format Formula&amp;nbsp;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Click the Formula button and write the following Formula:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;ddwrt:FormatDate(string(@Date), 1033, 1)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Don&#39;t forget to use the string function!! Will give you an error in XPath bla bla bla...&lt;/li&gt;
&lt;li&gt;1033 is the locale code, check other locale codes here &lt;a href=&quot;http://howididit-sharepoint.blogspot.pt/2012/06/list-of-locale-codes.html&quot; target=&quot;_blank&quot;&gt;List of Locale Codes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;1 is the date format, the possible values are 1, 4, 5, 7,12, 13 or 15, each represent a different date format, pick the one that suites you better.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;3. Save the custom form and its done&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_iOMRmGdOuoSmNZ01ELGlt0RKLWcGLx5NlmvZquu1ST6iKoa4a-CBKI9sHNuHPqULej4xtAiUpzoPCS-dLvROTJO2xdxYijQDYhGMdjRtxjkgm49hh0rcQ3Qjpdh1XlgCysEEup6icDRx/s1600/solution.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;268&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_iOMRmGdOuoSmNZ01ELGlt0RKLWcGLx5NlmvZquu1ST6iKoa4a-CBKI9sHNuHPqULej4xtAiUpzoPCS-dLvROTJO2xdxYijQDYhGMdjRtxjkgm49hh0rcQ3Qjpdh1XlgCysEEup6icDRx/s400/solution.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;text-align: left;&quot;&gt;If you want to keep in touch,&amp;nbsp;feel free to Subscribe to&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://feedburner.google.com/fb/a/mailverify?uri=HowIDidIt-SharepointFoundation2010&amp;amp;amp;loc=en_US&quot; style=&quot;text-align: left;&quot; target=&quot;_blank&quot;&gt;How I did it - Sharepoint Foundation 2010&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/5597649242241261354/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/06/format-date-in-custom-display-form.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/5597649242241261354'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/5597649242241261354'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/06/format-date-in-custom-display-form.html' title='Format Date in Custom Display Form'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnS23epA5t-bxvGyaKTczc-Vyp9VMloZk8nybOIRw7qsT8jaPvvOh9jrwjKJQarjX-xRDKJE0d6bO0Ut8xgKoZkgI9M-F8TAmhAPWbGzo1gmBxBYtoUtr-9BYUOo-wrapZRM_YTwwjj2TV/s72-c/date_format_error.jpg" height="72" width="72"/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2449128028642934343.post-2250142674526258876</id><published>2012-06-12T10:28:00.004+01:00</published><updated>2013-03-07T18:24:16.918+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Locale Codes"/><title type='text'>List of Locale Codes</title><content type='html'>&lt;br /&gt;
Use the LCID Dec values for the FormatDate function.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse: collapse; border: 1px solid rgb(204, 204, 204); margin-bottom: 15px; margin-top: 10px;&quot;&gt;&lt;thead&gt;
&lt;tr style=&quot;background-color: #99ccff;&quot; valign=&quot;top&quot;&gt;&lt;td id=&quot;colEBB&quot;&gt;&lt;strong&gt;Language - Country/Region&lt;/strong&gt;&lt;/td&gt;&lt;td id=&quot;colEEB&quot;&gt;&lt;strong&gt;LCID Hex&lt;/strong&gt;&lt;/td&gt;&lt;td id=&quot;colEHB&quot;&gt;&lt;strong&gt;LCID Dec&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/thead&gt;&lt;tbody&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Afrikaans - South Africa&lt;/td&gt;&lt;td&gt;0436&lt;/td&gt;&lt;td&gt;1078&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Albanian - Albania&lt;/td&gt;&lt;td&gt;041c&lt;/td&gt;&lt;td&gt;1052&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;left&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Alsatian&lt;/td&gt;&lt;td&gt;0484&lt;/td&gt;&lt;td&gt;1156&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Amharic - Ethiopia&lt;/td&gt;&lt;td&gt;045e&lt;/td&gt;&lt;td&gt;1118&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Arabic - Saudi Arabia&lt;/td&gt;&lt;td&gt;0401&lt;/td&gt;&lt;td&gt;1025&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Arabic - Algeria&lt;/td&gt;&lt;td&gt;1401&lt;/td&gt;&lt;td&gt;5121&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Arabic - Bahrain&lt;/td&gt;&lt;td&gt;3c01&lt;/td&gt;&lt;td&gt;15361&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Arabic - Egypt&lt;/td&gt;&lt;td&gt;0c01&lt;/td&gt;&lt;td&gt;3073&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Arabic - Iraq&lt;/td&gt;&lt;td&gt;0801&lt;/td&gt;&lt;td&gt;2049&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Arabic - Jordan&lt;/td&gt;&lt;td&gt;2c01&lt;/td&gt;&lt;td&gt;11265&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Arabic - Kuwait&lt;/td&gt;&lt;td&gt;3401&lt;/td&gt;&lt;td&gt;13313&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Arabic - Lebanon&lt;/td&gt;&lt;td&gt;3001&lt;/td&gt;&lt;td&gt;12289&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Arabic - Libya&lt;/td&gt;&lt;td&gt;1001&lt;/td&gt;&lt;td&gt;4097&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Arabic - Morocco&lt;/td&gt;&lt;td&gt;1801&lt;/td&gt;&lt;td&gt;6145&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Arabic - Oman&lt;/td&gt;&lt;td&gt;2001&lt;/td&gt;&lt;td&gt;8193&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Arabic - Qatar&lt;/td&gt;&lt;td&gt;4001&lt;/td&gt;&lt;td&gt;16385&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Arabic - Syria&lt;/td&gt;&lt;td&gt;2801&lt;/td&gt;&lt;td&gt;10241&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Arabic - Tunisia&lt;/td&gt;&lt;td&gt;1c01&lt;/td&gt;&lt;td&gt;7169&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Arabic - U.A.E.&lt;/td&gt;&lt;td&gt;3801&lt;/td&gt;&lt;td&gt;14337&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Arabic - Yemen&lt;/td&gt;&lt;td&gt;2401&lt;/td&gt;&lt;td&gt;9217&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Armenian - Armenia&lt;/td&gt;&lt;td&gt;042b&lt;/td&gt;&lt;td&gt;1067&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Assamese&lt;/td&gt;&lt;td&gt;044d&lt;/td&gt;&lt;td&gt;1101&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Azeri (Cyrillic)&lt;/td&gt;&lt;td&gt;082c&lt;/td&gt;&lt;td&gt;2092&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Azeri (Latin)&lt;/td&gt;&lt;td&gt;042c&lt;/td&gt;&lt;td&gt;1068&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;left&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Bashkir&lt;/td&gt;&lt;td&gt;046d&lt;/td&gt;&lt;td&gt;1133&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Basque&lt;/td&gt;&lt;td&gt;042d&lt;/td&gt;&lt;td&gt;1069&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Belarusian&lt;/td&gt;&lt;td&gt;0423&lt;/td&gt;&lt;td&gt;1059&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Bengali (India)&lt;/td&gt;&lt;td&gt;0445&lt;/td&gt;&lt;td&gt;1093&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Bengali (Bangladesh)&lt;/td&gt;&lt;td&gt;0845&lt;/td&gt;&lt;td&gt;2117&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Bosnian (Bosnia/Herzegovina)&lt;/td&gt;&lt;td&gt;141A&lt;/td&gt;&lt;td&gt;5146&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;left&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Breton&lt;/td&gt;&lt;td&gt;047e&lt;/td&gt;&lt;td&gt;1150&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Bulgarian&lt;/td&gt;&lt;td&gt;0402&lt;/td&gt;&lt;td&gt;1026&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Burmese&lt;/td&gt;&lt;td&gt;0455&lt;/td&gt;&lt;td&gt;1109&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Catalan&lt;/td&gt;&lt;td&gt;0403&lt;/td&gt;&lt;td&gt;1027&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Cherokee - United States&lt;/td&gt;&lt;td&gt;045c&lt;/td&gt;&lt;td&gt;1116&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Chinese - People&#39;s Republic of China&lt;/td&gt;&lt;td&gt;0804&lt;/td&gt;&lt;td&gt;2052&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Chinese - Singapore&lt;/td&gt;&lt;td&gt;1004&lt;/td&gt;&lt;td&gt;4100&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Chinese - Taiwan&lt;/td&gt;&lt;td&gt;0404&lt;/td&gt;&lt;td&gt;1028&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Chinese - Hong Kong SAR&lt;/td&gt;&lt;td&gt;0c04&lt;/td&gt;&lt;td&gt;3076&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Chinese - Macao SAR&lt;/td&gt;&lt;td&gt;1404&lt;/td&gt;&lt;td&gt;5124&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;left&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Corsican&lt;/td&gt;&lt;td&gt;0483&lt;/td&gt;&lt;td&gt;1155&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Croatian&lt;/td&gt;&lt;td&gt;041a&lt;/td&gt;&lt;td&gt;1050&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Croatian (Bosnia/Herzegovina)&lt;/td&gt;&lt;td&gt;101a&lt;/td&gt;&lt;td&gt;4122&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Czech&lt;/td&gt;&lt;td&gt;0405&lt;/td&gt;&lt;td&gt;1029&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Danish&lt;/td&gt;&lt;td&gt;0406&lt;/td&gt;&lt;td&gt;1030&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Dari&lt;/td&gt;&lt;td&gt;048c&lt;/td&gt;&lt;td&gt;1164&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Divehi&lt;/td&gt;&lt;td&gt;0465&lt;/td&gt;&lt;td&gt;1125&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Dutch - Netherlands&lt;/td&gt;&lt;td&gt;0413&lt;/td&gt;&lt;td&gt;1043&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Dutch - Belgium&lt;/td&gt;&lt;td&gt;0813&lt;/td&gt;&lt;td&gt;2067&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Edo&lt;/td&gt;&lt;td&gt;0466&lt;/td&gt;&lt;td&gt;1126&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;English - United States&lt;/td&gt;&lt;td&gt;0409&lt;/td&gt;&lt;td&gt;1033&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;English - United Kingdom&lt;/td&gt;&lt;td&gt;0809&lt;/td&gt;&lt;td&gt;2057&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;English - Australia&lt;/td&gt;&lt;td&gt;0c09&lt;/td&gt;&lt;td&gt;3081&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;English - Belize&lt;/td&gt;&lt;td&gt;2809&lt;/td&gt;&lt;td&gt;10249&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;English - Canada&lt;/td&gt;&lt;td&gt;1009&lt;/td&gt;&lt;td&gt;4105&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;English - Caribbean&lt;/td&gt;&lt;td&gt;2409&lt;/td&gt;&lt;td&gt;9225&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;English - Hong Kong SAR&lt;/td&gt;&lt;td&gt;3c09&lt;/td&gt;&lt;td&gt;15369&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;English - India&lt;/td&gt;&lt;td&gt;4009&lt;/td&gt;&lt;td&gt;16393&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;English - Indonesia&lt;/td&gt;&lt;td&gt;3809&lt;/td&gt;&lt;td&gt;14345&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;English - Ireland&lt;/td&gt;&lt;td&gt;1809&lt;/td&gt;&lt;td&gt;6153&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;English - Jamaica&lt;/td&gt;&lt;td&gt;2009&lt;/td&gt;&lt;td&gt;8201&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;English - Malaysia&lt;/td&gt;&lt;td&gt;4409&lt;/td&gt;&lt;td&gt;17417&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;English - New Zealand&lt;/td&gt;&lt;td&gt;1409&lt;/td&gt;&lt;td&gt;5129&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;English - Philippines&lt;/td&gt;&lt;td&gt;3409&lt;/td&gt;&lt;td&gt;13321&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;English - Singapore&lt;/td&gt;&lt;td&gt;4809&lt;/td&gt;&lt;td&gt;18441&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;English - South Africa&lt;/td&gt;&lt;td&gt;1c09&lt;/td&gt;&lt;td&gt;7177&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;English - Trinidad&lt;/td&gt;&lt;td&gt;2c09&lt;/td&gt;&lt;td&gt;11273&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;English - Zimbabwe&lt;/td&gt;&lt;td&gt;3009&lt;/td&gt;&lt;td&gt;12297&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Estonian&lt;/td&gt;&lt;td&gt;0425&lt;/td&gt;&lt;td&gt;1061&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Faroese&lt;/td&gt;&lt;td&gt;0438&lt;/td&gt;&lt;td&gt;1080&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Farsi&lt;/td&gt;&lt;td&gt;0429&lt;/td&gt;&lt;td&gt;1065&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Filipino&lt;/td&gt;&lt;td&gt;0464&lt;/td&gt;&lt;td&gt;1124&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Finnish&lt;/td&gt;&lt;td&gt;040b&lt;/td&gt;&lt;td&gt;1035&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;French - France&lt;/td&gt;&lt;td&gt;040c&lt;/td&gt;&lt;td&gt;1036&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;French - Belgium&lt;/td&gt;&lt;td&gt;080c&lt;/td&gt;&lt;td&gt;2060&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;French - Cameroon&lt;/td&gt;&lt;td&gt;2c0c&lt;/td&gt;&lt;td&gt;11276&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;French - Canada&lt;/td&gt;&lt;td&gt;0c0c&lt;/td&gt;&lt;td&gt;3084&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;French - Democratic Rep. of Congo&lt;/td&gt;&lt;td&gt;240c&lt;/td&gt;&lt;td&gt;9228&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;French - Cote d&#39;Ivoire&lt;/td&gt;&lt;td&gt;300c&lt;/td&gt;&lt;td&gt;12300&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;French - Haiti&lt;/td&gt;&lt;td&gt;3c0c&lt;/td&gt;&lt;td&gt;15372&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;French - Luxembourg&lt;/td&gt;&lt;td&gt;140c&lt;/td&gt;&lt;td&gt;5132&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;French - Mali&lt;/td&gt;&lt;td&gt;340c&lt;/td&gt;&lt;td&gt;13324&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;French - Monaco&lt;/td&gt;&lt;td&gt;180c&lt;/td&gt;&lt;td&gt;6156&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;French - Morocco&lt;/td&gt;&lt;td&gt;380c&lt;/td&gt;&lt;td&gt;14348&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;French - North Africa&lt;/td&gt;&lt;td&gt;e40c&lt;/td&gt;&lt;td&gt;58380&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;French - Reunion&lt;/td&gt;&lt;td&gt;200c&lt;/td&gt;&lt;td&gt;8204&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;French - Senegal&lt;/td&gt;&lt;td&gt;280c&lt;/td&gt;&lt;td&gt;10252&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;French - Switzerland&lt;/td&gt;&lt;td&gt;100c&lt;/td&gt;&lt;td&gt;4108&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;French - West Indies&lt;/td&gt;&lt;td&gt;1c0c&lt;/td&gt;&lt;td&gt;7180&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Frisian - Netherlands&lt;/td&gt;&lt;td&gt;0462&lt;/td&gt;&lt;td&gt;1122&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Fulfulde - Nigeria&lt;/td&gt;&lt;td&gt;0467&lt;/td&gt;&lt;td&gt;1127&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Galician&lt;/td&gt;&lt;td&gt;0456&lt;/td&gt;&lt;td&gt;1110&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Georgian&lt;/td&gt;&lt;td&gt;0437&lt;/td&gt;&lt;td&gt;1079&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;German - Germany&lt;/td&gt;&lt;td&gt;0407&lt;/td&gt;&lt;td&gt;1031&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;German - Austria&lt;/td&gt;&lt;td&gt;0c07&lt;/td&gt;&lt;td&gt;3079&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;German - Liechtenstein&lt;/td&gt;&lt;td&gt;1407&lt;/td&gt;&lt;td&gt;5127&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;German - Luxembourg&lt;/td&gt;&lt;td&gt;1007&lt;/td&gt;&lt;td&gt;4103&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;German - Switzerland&lt;/td&gt;&lt;td&gt;0807&lt;/td&gt;&lt;td&gt;2055&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Greek&lt;/td&gt;&lt;td&gt;0408&lt;/td&gt;&lt;td&gt;1032&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;left&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Greenlandic&lt;/td&gt;&lt;td&gt;046f&lt;/td&gt;&lt;td&gt;1135&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Guarani - Paraguay&lt;/td&gt;&lt;td&gt;0474&lt;/td&gt;&lt;td&gt;1140&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Gujarati&lt;/td&gt;&lt;td&gt;0447&lt;/td&gt;&lt;td&gt;1095&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Hausa - Nigeria&lt;/td&gt;&lt;td&gt;0468&lt;/td&gt;&lt;td&gt;1128&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Hawaiian - United States&lt;/td&gt;&lt;td&gt;0475&lt;/td&gt;&lt;td&gt;1141&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Hebrew&lt;/td&gt;&lt;td&gt;040d&lt;/td&gt;&lt;td&gt;1037&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Hindi&lt;/td&gt;&lt;td&gt;0439&lt;/td&gt;&lt;td&gt;1081&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Hungarian&lt;/td&gt;&lt;td&gt;040e&lt;/td&gt;&lt;td&gt;1038&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Ibibio - Nigeria&lt;/td&gt;&lt;td&gt;0469&lt;/td&gt;&lt;td&gt;1129&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Icelandic&lt;/td&gt;&lt;td&gt;040f&lt;/td&gt;&lt;td&gt;1039&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Igbo - Nigeria&lt;/td&gt;&lt;td&gt;0470&lt;/td&gt;&lt;td&gt;1136&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Indonesian&lt;/td&gt;&lt;td&gt;0421&lt;/td&gt;&lt;td&gt;1057&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Inuktitut&lt;/td&gt;&lt;td&gt;045d&lt;/td&gt;&lt;td&gt;1117&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;left&quot; style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Irish&lt;/td&gt;&lt;td&gt;083c&lt;/td&gt;&lt;td&gt;2108&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Italian - Italy&lt;/td&gt;&lt;td&gt;0410&lt;/td&gt;&lt;td&gt;1040&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Italian - Switzerland&lt;/td&gt;&lt;td&gt;0810&lt;/td&gt;&lt;td&gt;2064&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Japanese&lt;/td&gt;&lt;td&gt;0411&lt;/td&gt;&lt;td&gt;1041&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;left&quot; style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;K&#39;iche&lt;/td&gt;&lt;td&gt;0486&lt;/td&gt;&lt;td&gt;1158&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Kannada&lt;/td&gt;&lt;td&gt;044b&lt;/td&gt;&lt;td&gt;1099&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Kanuri - Nigeria&lt;/td&gt;&lt;td&gt;0471&lt;/td&gt;&lt;td&gt;1137&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Kashmiri&lt;/td&gt;&lt;td&gt;0860&lt;/td&gt;&lt;td&gt;2144&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Kashmiri (Arabic)&lt;/td&gt;&lt;td&gt;0460&lt;/td&gt;&lt;td&gt;1120&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Kazakh&lt;/td&gt;&lt;td&gt;043f&lt;/td&gt;&lt;td&gt;1087&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Khmer&lt;/td&gt;&lt;td&gt;0453&lt;/td&gt;&lt;td&gt;1107&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;left&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Kinyarwanda&lt;/td&gt;&lt;td&gt;0487&lt;/td&gt;&lt;td&gt;1159&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Konkani&lt;/td&gt;&lt;td&gt;0457&lt;/td&gt;&lt;td&gt;1111&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Korean&lt;/td&gt;&lt;td&gt;0412&lt;/td&gt;&lt;td&gt;1042&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Kyrgyz (Cyrillic)&lt;/td&gt;&lt;td&gt;0440&lt;/td&gt;&lt;td&gt;1088&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Lao&lt;/td&gt;&lt;td&gt;0454&lt;/td&gt;&lt;td&gt;1108&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Latin&lt;/td&gt;&lt;td&gt;0476&lt;/td&gt;&lt;td&gt;1142&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Latvian&lt;/td&gt;&lt;td&gt;0426&lt;/td&gt;&lt;td&gt;1062&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Lithuanian&lt;/td&gt;&lt;td&gt;0427&lt;/td&gt;&lt;td&gt;1063&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;left&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Luxembourgish&lt;/td&gt;&lt;td&gt;046e&lt;/td&gt;&lt;td&gt;1134&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Macedonian&lt;/td&gt;&lt;td&gt;042f&lt;/td&gt;&lt;td&gt;1071&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Malay - Malaysia&lt;/td&gt;&lt;td&gt;043e&lt;/td&gt;&lt;td&gt;1086&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Malay - Brunei Darussalam&lt;/td&gt;&lt;td&gt;083e&lt;/td&gt;&lt;td&gt;2110&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Malayalam&lt;/td&gt;&lt;td&gt;044c&lt;/td&gt;&lt;td&gt;1100&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Maltese&lt;/td&gt;&lt;td&gt;043a&lt;/td&gt;&lt;td&gt;1082&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Manipuri&lt;/td&gt;&lt;td&gt;0458&lt;/td&gt;&lt;td&gt;1112&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Maori - New Zealand&lt;/td&gt;&lt;td&gt;0481&lt;/td&gt;&lt;td&gt;1153&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Mapudungun&lt;/td&gt;&lt;td&gt;0471&lt;/td&gt;&lt;td&gt;1146&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Marathi&lt;/td&gt;&lt;td&gt;044e&lt;/td&gt;&lt;td&gt;1102&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Mohawk&lt;/td&gt;&lt;td&gt;047c&lt;/td&gt;&lt;td&gt;1148&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Mongolian (Cyrillic)&lt;/td&gt;&lt;td&gt;0450&lt;/td&gt;&lt;td&gt;1104&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Mongolian (Mongolian)&lt;/td&gt;&lt;td&gt;0850&lt;/td&gt;&lt;td&gt;2128&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Nepali&lt;/td&gt;&lt;td&gt;0461&lt;/td&gt;&lt;td&gt;1121&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Nepali - India&lt;/td&gt;&lt;td&gt;0861&lt;/td&gt;&lt;td&gt;2145&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Norwegian (Bokmål)&lt;/td&gt;&lt;td&gt;0414&lt;/td&gt;&lt;td&gt;1044&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Norwegian (Nynorsk)&lt;/td&gt;&lt;td&gt;0814&lt;/td&gt;&lt;td&gt;2068&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Occitan&lt;/td&gt;&lt;td&gt;0482&lt;/td&gt;&lt;td&gt;1154&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Oriya&lt;/td&gt;&lt;td&gt;0448&lt;/td&gt;&lt;td&gt;1096&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Oromo&lt;/td&gt;&lt;td&gt;0472&lt;/td&gt;&lt;td&gt;1138&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Papiamentu&lt;/td&gt;&lt;td&gt;0479&lt;/td&gt;&lt;td&gt;1145&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Pashto&lt;/td&gt;&lt;td&gt;0463&lt;/td&gt;&lt;td&gt;1123&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Polish&lt;/td&gt;&lt;td&gt;0415&lt;/td&gt;&lt;td&gt;1045&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Portuguese - Brazil&lt;/td&gt;&lt;td&gt;0416&lt;/td&gt;&lt;td&gt;1046&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Portuguese - Portugal&lt;/td&gt;&lt;td&gt;0816&lt;/td&gt;&lt;td&gt;2070&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Punjabi&lt;/td&gt;&lt;td&gt;0446&lt;/td&gt;&lt;td&gt;1094&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Punjabi (Pakistan)&lt;/td&gt;&lt;td&gt;0846&lt;/td&gt;&lt;td&gt;2118&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Quecha - Bolivia&lt;/td&gt;&lt;td&gt;046B&lt;/td&gt;&lt;td&gt;1131&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Quecha - Ecuador&lt;/td&gt;&lt;td&gt;086B&lt;/td&gt;&lt;td&gt;2155&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Quecha - Peru&lt;/td&gt;&lt;td&gt;0C6B&lt;/td&gt;&lt;td&gt;3179&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Rhaeto-Romanic&lt;/td&gt;&lt;td&gt;0417&lt;/td&gt;&lt;td&gt;1047&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Romanian&lt;/td&gt;&lt;td&gt;0418&lt;/td&gt;&lt;td&gt;1048&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Romanian - Moldava&lt;/td&gt;&lt;td&gt;0818&lt;/td&gt;&lt;td&gt;2072&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Russian&lt;/td&gt;&lt;td&gt;0419&lt;/td&gt;&lt;td&gt;1049&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Russian - Moldava&lt;/td&gt;&lt;td&gt;0819&lt;/td&gt;&lt;td&gt;2073&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Sami (Lappish)&lt;/td&gt;&lt;td&gt;043b&lt;/td&gt;&lt;td&gt;1083&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Sanskrit&lt;/td&gt;&lt;td&gt;044f&lt;/td&gt;&lt;td&gt;1103&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Scottish Gaelic&lt;/td&gt;&lt;td&gt;043c&lt;/td&gt;&lt;td&gt;1084&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Sepedi&lt;/td&gt;&lt;td&gt;046c&lt;/td&gt;&lt;td&gt;1132&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Serbian (Cyrillic)&lt;/td&gt;&lt;td&gt;0c1a&lt;/td&gt;&lt;td&gt;3098&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Serbian (Latin)&lt;/td&gt;&lt;td&gt;081a&lt;/td&gt;&lt;td&gt;2074&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Sindhi - India&lt;/td&gt;&lt;td&gt;0459&lt;/td&gt;&lt;td&gt;1113&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Sindhi - Pakistan&lt;/td&gt;&lt;td&gt;0859&lt;/td&gt;&lt;td&gt;2137&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Sinhalese - Sri Lanka&lt;/td&gt;&lt;td&gt;045b&lt;/td&gt;&lt;td&gt;1115&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Slovak&lt;/td&gt;&lt;td&gt;041b&lt;/td&gt;&lt;td&gt;1051&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Slovenian&lt;/td&gt;&lt;td&gt;0424&lt;/td&gt;&lt;td&gt;1060&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Somali&lt;/td&gt;&lt;td&gt;0477&lt;/td&gt;&lt;td&gt;1143&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Sorbian&lt;/td&gt;&lt;td&gt;042e&lt;/td&gt;&lt;td&gt;1070&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Spain (Modern Sort)&lt;/td&gt;&lt;td&gt;0c0a&lt;/td&gt;&lt;td&gt;3082&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Spain (Traditional Sort)&lt;/td&gt;&lt;td&gt;040a&lt;/td&gt;&lt;td&gt;1034&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Argentina&lt;/td&gt;&lt;td&gt;2c0a&lt;/td&gt;&lt;td&gt;11274&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Bolivia&lt;/td&gt;&lt;td&gt;400a&lt;/td&gt;&lt;td&gt;16394&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Chile&lt;/td&gt;&lt;td&gt;340a&lt;/td&gt;&lt;td&gt;13322&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Colombia&lt;/td&gt;&lt;td&gt;240a&lt;/td&gt;&lt;td&gt;9226&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Costa Rica&lt;/td&gt;&lt;td&gt;140a&lt;/td&gt;&lt;td&gt;5130&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Dominican Republic&lt;/td&gt;&lt;td&gt;1c0a&lt;/td&gt;&lt;td&gt;7178&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Ecuador&lt;/td&gt;&lt;td&gt;300a&lt;/td&gt;&lt;td&gt;12298&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - El Salvador&lt;/td&gt;&lt;td&gt;440a&lt;/td&gt;&lt;td&gt;17418&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Guatemala&lt;/td&gt;&lt;td&gt;100a&lt;/td&gt;&lt;td&gt;4106&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Honduras&lt;/td&gt;&lt;td&gt;480a&lt;/td&gt;&lt;td&gt;18442&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Latin America&lt;/td&gt;&lt;td&gt;580a&lt;/td&gt;&lt;td&gt;22538&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Mexico&lt;/td&gt;&lt;td&gt;080a&lt;/td&gt;&lt;td&gt;2058&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Nicaragua&lt;/td&gt;&lt;td&gt;4c0a&lt;/td&gt;&lt;td&gt;19466&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Panama&lt;/td&gt;&lt;td&gt;180a&lt;/td&gt;&lt;td&gt;6154&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Paraguay&lt;/td&gt;&lt;td&gt;3c0a&lt;/td&gt;&lt;td&gt;15370&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Peru&lt;/td&gt;&lt;td&gt;280a&lt;/td&gt;&lt;td&gt;10250&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Puerto Rico&lt;/td&gt;&lt;td&gt;500a&lt;/td&gt;&lt;td&gt;20490&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - United States&lt;/td&gt;&lt;td&gt;540a&lt;/td&gt;&lt;td&gt;21514&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Uruguay&lt;/td&gt;&lt;td&gt;380a&lt;/td&gt;&lt;td&gt;14346&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Spanish - Venezuela&lt;/td&gt;&lt;td&gt;200a&lt;/td&gt;&lt;td&gt;8202&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Sutu&lt;/td&gt;&lt;td&gt;0430&lt;/td&gt;&lt;td&gt;1072&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Swahili&lt;/td&gt;&lt;td&gt;0441&lt;/td&gt;&lt;td&gt;1089&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Swedish&lt;/td&gt;&lt;td&gt;041d&lt;/td&gt;&lt;td&gt;1053&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Swedish - Finland&lt;/td&gt;&lt;td&gt;081d&lt;/td&gt;&lt;td&gt;2077&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Syriac&lt;/td&gt;&lt;td&gt;045a&lt;/td&gt;&lt;td&gt;1114&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Tajik&lt;/td&gt;&lt;td&gt;0428&lt;/td&gt;&lt;td&gt;1064&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Tamazight (Arabic)&lt;/td&gt;&lt;td&gt;045f&lt;/td&gt;&lt;td&gt;1119&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Tamazight (Latin)&lt;/td&gt;&lt;td&gt;085f&lt;/td&gt;&lt;td&gt;2143&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Tamil&lt;/td&gt;&lt;td&gt;0449&lt;/td&gt;&lt;td&gt;1097&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Tatar&lt;/td&gt;&lt;td&gt;0444&lt;/td&gt;&lt;td&gt;1092&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Telugu&lt;/td&gt;&lt;td&gt;044a&lt;/td&gt;&lt;td&gt;1098&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Thai&lt;/td&gt;&lt;td&gt;041e&lt;/td&gt;&lt;td&gt;1054&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Tibetan - Bhutan&lt;/td&gt;&lt;td&gt;0851&lt;/td&gt;&lt;td&gt;2129&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Tibetan - People&#39;s Republic of China&lt;/td&gt;&lt;td&gt;0451&lt;/td&gt;&lt;td&gt;1105&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Tigrigna - Eritrea&lt;/td&gt;&lt;td&gt;0873&lt;/td&gt;&lt;td&gt;2163&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Tigrigna - Ethiopia&lt;/td&gt;&lt;td&gt;0473&lt;/td&gt;&lt;td&gt;1139&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Tsonga&lt;/td&gt;&lt;td&gt;0431&lt;/td&gt;&lt;td&gt;1073&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Tswana&lt;/td&gt;&lt;td&gt;0432&lt;/td&gt;&lt;td&gt;1074&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Turkish&lt;/td&gt;&lt;td&gt;041f&lt;/td&gt;&lt;td&gt;1055&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Turkmen&lt;/td&gt;&lt;td&gt;0442&lt;/td&gt;&lt;td&gt;1090&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Uighur - China&lt;/td&gt;&lt;td&gt;0480&lt;/td&gt;&lt;td&gt;1152&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Ukrainian&lt;/td&gt;&lt;td&gt;0422&lt;/td&gt;&lt;td&gt;1058&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Urdu&lt;/td&gt;&lt;td&gt;0420&lt;/td&gt;&lt;td&gt;1056&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Urdu - India&lt;/td&gt;&lt;td&gt;0820&lt;/td&gt;&lt;td&gt;2080&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Uzbek (Cyrillic)&lt;/td&gt;&lt;td&gt;0843&lt;/td&gt;&lt;td&gt;2115&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Uzbek (Latin)&lt;/td&gt;&lt;td&gt;0443&lt;/td&gt;&lt;td&gt;1091&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Venda&lt;/td&gt;&lt;td&gt;0433&lt;/td&gt;&lt;td&gt;1075&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Vietnamese&lt;/td&gt;&lt;td&gt;042a&lt;/td&gt;&lt;td&gt;1066&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Welsh&lt;/td&gt;&lt;td&gt;0452&lt;/td&gt;&lt;td&gt;1106&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Wolof&lt;/td&gt;&lt;td&gt;0488&lt;/td&gt;&lt;td&gt;1160&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Xhosa&lt;/td&gt;&lt;td&gt;0434&lt;/td&gt;&lt;td&gt;1076&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Yakut&lt;/td&gt;&lt;td&gt;0485&lt;/td&gt;&lt;td&gt;1157&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Yi&lt;/td&gt;&lt;td&gt;0478&lt;/td&gt;&lt;td&gt;1144&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Yiddish&lt;/td&gt;&lt;td&gt;043d&lt;/td&gt;&lt;td&gt;1085&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;Yoruba&lt;/td&gt;&lt;td&gt;046a&lt;/td&gt;&lt;td&gt;1130&lt;/td&gt;&lt;/tr&gt;
&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;Zulu&lt;/td&gt;&lt;td&gt;0435&lt;/td&gt;&lt;td&gt;1077&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;background-color: #e9e9e6;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;HID (Human Interface Device)&lt;/td&gt;&lt;td&gt;04ff&lt;/td&gt;&lt;td&gt;1279&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
List copied from&amp;nbsp;&lt;a href=&quot;http://msdn.microsoft.com/en-us/goglobal/bb964664&quot; target=&quot;_blank&quot;&gt;http://msdn.microsoft.com/en-us/goglobal/bb964664&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/2250142674526258876/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/06/list-of-locale-codes.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/2250142674526258876'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/2250142674526258876'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/06/list-of-locale-codes.html' title='List of Locale Codes'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2449128028642934343.post-990019978115071226</id><published>2012-06-05T13:40:00.000+01:00</published><updated>2012-06-12T11:40:06.056+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="quick launch"/><category scheme="http://www.blogger.com/atom/ns#" term="recently modified"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><category scheme="http://www.blogger.com/atom/ns#" term="sharepoint 2010"/><category scheme="http://www.blogger.com/atom/ns#" term="wiki page"/><title type='text'>SharePoint 2010: Hide Recently Modified</title><content type='html'>Hi again, after a long wait. Saddly last month couldn&#39;t free some time to write a bit. Nevertheless I&#39;m back and with&amp;nbsp;some new tips that will post in the following days.&lt;br /&gt;
&lt;br /&gt;
So the first one is to show, how can you hide the Recently Modified box from the Quick Launch area, in a Wiki Page Library.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Create a new site with a Wiki Page Library&lt;/strong&gt;&lt;br /&gt;
You should get something like this&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhh-BKCRQmz103Xav94fvaA75SCVtyWcxZZzB40drmF1KaKtihrkGBXqYGU7zBYo54pKXDUnZO0eO_GnIAUL5otyGHJWdLQEtjrIj1KKzrhA3bBVuSEBntKfU94Fna6RDYqay9dd5VaZUxA/s1600/screen1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;312&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhh-BKCRQmz103Xav94fvaA75SCVtyWcxZZzB40drmF1KaKtihrkGBXqYGU7zBYo54pKXDUnZO0eO_GnIAUL5otyGHJWdLQEtjrIj1KKzrhA3bBVuSEBntKfU94Fna6RDYqay9dd5VaZUxA/s320/screen1.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
As you can see there is a, sometimes, annoying Recently Modified box in the Quick Launch.&lt;br /&gt;
&lt;br /&gt;
So check how to hide it in 2 easy steps.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt;1. Edit Master page in Sharepoint Designer&lt;/strong&gt;&lt;br /&gt;
Ok open your site, go to Master Pages and edit the file V4.master in Code view&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKsdlWAPqqWz6MgKWS0roQilx6DqeTqIF3WNNGPlE57bW5p7L2XgoHgrmtX7BQFrR-PGJ16YDYyOqyoJzsLN0h49pkTEA1ZIve9-1xUNDO5hnXUYNUzofzHmG6Le-DYJj7gCsgpvB8SZpM/s1600/screen2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKsdlWAPqqWz6MgKWS0roQilx6DqeTqIF3WNNGPlE57bW5p7L2XgoHgrmtX7BQFrR-PGJ16YDYyOqyoJzsLN0h49pkTEA1ZIve9-1xUNDO5hnXUYNUzofzHmG6Le-DYJj7gCsgpvB8SZpM/s320/screen2.jpg&quot; width=&quot;310&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;strong&gt;2. Paste the following in code between Head tag&lt;/strong&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Ok now paste this code anywhere between the tag Head and save the changes&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;lt;style type=&quot;text/css&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;.s4-recentchanges&lt;br /&gt;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;display:none;&lt;br /&gt;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;lt;/style&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;strong&gt;3.&amp;nbsp;YAY!!! Refresh your site and its done.&lt;/strong&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;362&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgA6OULc2z4ZuwDMmz12XiHycqQsRBfvSAA72zBZn2Z_UZEipuztj1zvVJ_W7HNUkUMQGJCAvkXLkr4c8krAS1KGAKVc5zRsxene_BbLUzkQEI2ZANvbJD5gxo-xMh4YzEinrqoHhBCFq0B/s400/screen3.jpg&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
If you want to keep in touch,&amp;nbsp;feel free to Subscribe to &lt;a href=&quot;http://feedburner.google.com/fb/a/mailverify?uri=HowIDidIt-SharepointFoundation2010&amp;amp;amp;loc=en_US&quot; target=&quot;_blank&quot;&gt;How I did it - Sharepoint Foundation 2010&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/990019978115071226/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/06/sharepoint-2010-hide-recetly-modified.html#comment-form' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/990019978115071226'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/990019978115071226'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/06/sharepoint-2010-hide-recetly-modified.html' title='SharePoint 2010: Hide Recently Modified'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhh-BKCRQmz103Xav94fvaA75SCVtyWcxZZzB40drmF1KaKtihrkGBXqYGU7zBYo54pKXDUnZO0eO_GnIAUL5otyGHJWdLQEtjrIj1KKzrhA3bBVuSEBntKfU94Fna6RDYqay9dd5VaZUxA/s72-c/screen1.jpg" height="72" width="72"/><thr:total>11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2449128028642934343.post-6751741005341786181</id><published>2012-04-09T19:18:00.000+01:00</published><updated>2012-04-09T19:18:03.662+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="filter lookup"/><category scheme="http://www.blogger.com/atom/ns#" term="lookup column"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><category scheme="http://www.blogger.com/atom/ns#" term="sharepoint 2010"/><title type='text'>Filtering lookup columns</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;
Good day all, I bring you another tweak for Sharepoint. In&amp;nbsp;
&lt;a href=&quot;http://howididit-sharepoint.blogspot.pt/2012/04/sharepoint-2010-and-cascade-lookups.html&quot; target=&quot;_blank&quot;&gt;Sharepoint 2010 and Cascade Lookups&lt;/a&gt;&amp;nbsp;I&#39;ve shown you how to filter a lookup column based on the value of another. Now, what if you want to filter a column, based on a query of the source list?&lt;br /&gt;
There are plenty of options over the web on how to do it using third-party tools. In my opinion it is always good to avoid that. Why? Well in the past I had huge problems with &amp;nbsp;third-party tools, specially restoring sites with those features.&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
So, now, I always try to avoid third-party tools unless I&#39;ve no other option.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Check how I filter columns based on queries in 6 easy steps:&lt;/div&gt;
&lt;div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;h3&gt;

&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/h3&gt;
&lt;h3&gt;

&lt;b&gt;Problem description&lt;/b&gt;&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
Ok you have two lists connectec by a lookup column:&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibBOPG2c3EvuCFtmbbr0EDsCknlCUPRWaTqhQKl4HFaftAy1ikdkY6I9rkN0zkeWjPWBSiqAGtA6jnkS1XAAG3R77_jtrPRaDThpqIvrj2wpC45PMYFVk0g3jfR1o0Wur_w1GnPXq-DQDj/s1600/list1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibBOPG2c3EvuCFtmbbr0EDsCknlCUPRWaTqhQKl4HFaftAy1ikdkY6I9rkN0zkeWjPWBSiqAGtA6jnkS1XAAG3R77_jtrPRaDThpqIvrj2wpC45PMYFVk0g3jfR1o0Wur_w1GnPXq-DQDj/s1600/list1.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;List 1&lt;/b&gt;: Parent list&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_wujbYjArvt_NRBxUQMO06qEIqLe1sd7shZfvmaBYhNReM1w34kIWk4MX7ArAhxhL07pnhNCE8EVtHD1klCw3aMIa2pHR5bxtKQgQVOgtfJoWhZ6LKz3tuMbBGado3H4deE-wkVUdld7G/s1600/list2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_wujbYjArvt_NRBxUQMO06qEIqLe1sd7shZfvmaBYhNReM1w34kIWk4MX7ArAhxhL07pnhNCE8EVtHD1klCw3aMIa2pHR5bxtKQgQVOgtfJoWhZ6LKz3tuMbBGado3H4deE-wkVUdld7G/s1600/list2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;List 2&lt;/b&gt;: Child list connected to List 1 by ColumnA column&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
And now, when you are adding or editing a new item in &lt;b&gt;List 2&lt;/b&gt;, you want to allow only to pick &lt;b&gt;List 1&lt;/b&gt; Active items.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;

&lt;b&gt;Solution&lt;/b&gt;&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b&gt;1. Open your site in Sharepoint Designer&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
The first step is to open your Sharepoint site in Sharepoint Designer 2010.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
In the &lt;b&gt;Site Objets&lt;/b&gt; pane select &lt;b&gt;Data Sources&lt;/b&gt;, there your should have one data source for each List in the site.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b&gt;2. Duplicate List1 data source&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Right click in your parent list data source, ours List 1, and click in &lt;b&gt;Copy and Modify&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJGb9CoP-ICyXWogTeWgm4ECXT2KUrrHZUK5LJuE2o4qwjOTkcQWBSsomabCQAqszcmMfkiko_BLYApmtUba_lO4KcJlCg5qRRcuDjJriIDyllgogBr4r79IJMKjFJosGduRR6U1QiA_K5/s1600/duplicate_ds.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;254&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJGb9CoP-ICyXWogTeWgm4ECXT2KUrrHZUK5LJuE2o4qwjOTkcQWBSsomabCQAqszcmMfkiko_BLYApmtUba_lO4KcJlCg5qRRcuDjJriIDyllgogBr4r79IJMKjFJosGduRR6U1QiA_K5/s320/duplicate_ds.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
In&lt;b&gt; General&lt;/b&gt; tab give your data source a unique name and define in &lt;b&gt;Source&lt;/b&gt; tab the filter you want. In our case &quot;State Equals &#39;Active&#39;&quot;, like this:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgr7m0bs-NGzAaleUw-FaV2w0DFuem4L4rAEQ3iFY8-9dkJg9AJV3BrbX2jmxhlRLNGFlJpRBhQoDJIZqHYuAf0luaScDJbi2UPQhWjCGYcDFLxj1CCnPLUVZdQspDKny7euGn-0dbSJwri/s1600/datasource_config.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;237&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgr7m0bs-NGzAaleUw-FaV2w0DFuem4L4rAEQ3iFY8-9dkJg9AJV3BrbX2jmxhlRLNGFlJpRBhQoDJIZqHYuAf0luaScDJbi2UPQhWjCGYcDFLxj1CCnPLUVZdQspDKny7euGn-0dbSJwri/s320/datasource_config.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b&gt;3. Create new custom forms&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
In your child list, our List 2, create &amp;nbsp;new custom forms, for New and Edit item. Repeat steps 4 to 6 for each form. Don&#39;t forget to make the new custom forms the default ones.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b&gt;4. Delete the Form Field of ColumnA&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Edit your form and delete the Form Field associated to ColumnA&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b&gt;5. Insert a new data source&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
In the&lt;b&gt; Insert&lt;/b&gt; tab, insert a new data source and pick the one you created in step 2.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqtZPhO_krqalNiWBBT1B9SU6so90YQiACfY-585ZBQiQ8u_R9xUKF2_E-M3QGmN4_7puprVeLccMuEsH8yShrirvCLvxvVcF9e84Nu1n2YCK3XV2Aqt2c5eE0mrvas_FZNZp4PTEIrj7Q/s1600/insert_ds.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqtZPhO_krqalNiWBBT1B9SU6so90YQiACfY-585ZBQiQ8u_R9xUKF2_E-M3QGmN4_7puprVeLccMuEsH8yShrirvCLvxvVcF9e84Nu1n2YCK3XV2Aqt2c5eE0mrvas_FZNZp4PTEIrj7Q/s1600/insert_ds.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;b&gt;6. Insert a Sharepoint Drop Down control&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
After inserting the data source, go again to &lt;b&gt;Insert&lt;/b&gt; tab and insert a &lt;b&gt;Data View DropDownList&lt;/b&gt; from Sharepoint controls.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9eUoIMRCtl22zzVaTy5E7mmRblLObuFo3KobBmcmg5w6UJiUXoy7VU2ClFlAPR94Rahi9SkBIm3nweOlB9_chg4fN1JwMTr1FxbwM5hFt_DhZANDnTMUCnH9194FFz3OEdUFxTr-Jt2qh/s1600/insert_dropdown.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9eUoIMRCtl22zzVaTy5E7mmRblLObuFo3KobBmcmg5w6UJiUXoy7VU2ClFlAPR94Rahi9SkBIm3nweOlB9_chg4fN1JwMTr1FxbwM5hFt_DhZANDnTMUCnH9194FFz3OEdUFxTr-Jt2qh/s320/insert_dropdown.jpg&quot; width=&quot;317&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Ok now that you added everything needed, you just need to configure the newly added field to map the fitlered data source. Pick the field and click&amp;nbsp;&lt;b&gt;Data Fields ...&lt;/b&gt; link&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5FH9foD_zdpB0kNE0fyVbj0xLO5M4PQvwjadcnEAYb1UOdVqd5MheP0wCkrYdmzoW4vtXDEwdOFb8-ueOT3mW37JQCjsr3j_3mmqUOAeolgunzM_4Dlw4Xq5tNx_-tDI8PjUQThEtq28t/s1600/configure_dropdown.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;295&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5FH9foD_zdpB0kNE0fyVbj0xLO5M4PQvwjadcnEAYb1UOdVqd5MheP0wCkrYdmzoW4vtXDEwdOFb8-ueOT3mW37JQCjsr3j_3mmqUOAeolgunzM_4Dlw4Xq5tNx_-tDI8PjUQThEtq28t/s320/configure_dropdown.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
In data field, pick the lookup column.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
In &lt;b&gt;data source&lt;/b&gt;, pick the data source added in step 5&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
For the &lt;b&gt;display text&lt;/b&gt;, pick the field you want to be displaied to the user&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
For the&lt;b&gt; field value&lt;/b&gt;, pick the value passed to the lookup column, tipically ID field.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Ok save everything and go to your site. You should be getting something like this:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1cnuYZVVVKd7culL3Tvsr825FO3Y-yx0cUEfvSAXiiRlkVi9-aDadgLc7juuCUd3hsJMUYudTu-r_gEgZi85djg9DJzrVG6PX9Cuzx727LSf1ni-jDvG_1C6w-YsndMuqojiTdpxR-Hed/s1600/list2_final.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;182&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1cnuYZVVVKd7culL3Tvsr825FO3Y-yx0cUEfvSAXiiRlkVi9-aDadgLc7juuCUd3hsJMUYudTu-r_gEgZi85djg9DJzrVG6PX9Cuzx727LSf1ni-jDvG_1C6w-YsndMuqojiTdpxR-Hed/s320/list2_final.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;u&gt;ColumnA only shows items from List 1 which State field has the value Active.&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
Hope you enjoyed it and if you want to see this working, download the following site template &lt;a href=&quot;https://docs.google.com/open?id=0BzBaIn5fuGoscFljTW9FMlJRRS1KY1RJNXF4Z1p5Zw&quot; target=&quot;_blank&quot;&gt;Filter Lookup Site Template&lt;/a&gt;.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
NOTE: This is an english template, if that is not your Sharepoint installation language you will need to install the English Language Pack, check it how in &lt;a href=&quot;http://howididit-sharepoint.blogspot.com/2012/03/installing-sharepoint-foundation-2010_30.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/6751741005341786181/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/04/filtering-lookup-columns.html#comment-form' title='27 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/6751741005341786181'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/6751741005341786181'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/04/filtering-lookup-columns.html' title='Filtering lookup columns'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibBOPG2c3EvuCFtmbbr0EDsCknlCUPRWaTqhQKl4HFaftAy1ikdkY6I9rkN0zkeWjPWBSiqAGtA6jnkS1XAAG3R77_jtrPRaDThpqIvrj2wpC45PMYFVk0g3jfR1o0Wur_w1GnPXq-DQDj/s72-c/list1.jpg" height="72" width="72"/><thr:total>27</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2449128028642934343.post-6602134421770547859</id><published>2012-04-08T12:05:00.000+01:00</published><updated>2013-01-30T19:39:12.803+00:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="datasheet view"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><title type='text'>Datasheet View not working</title><content type='html'>This will be one fast tip.&lt;br /&gt;
&lt;br /&gt;
Recently I was struggling with Datasheet View, in some clients it simply didn&#39;t show. So how I did it in 30 seconds?&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
The icon was enabled, but kept receiving the following message:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdbkkJhPCbQSBWkbKpFC6ucv_rJV0FTeki0KccRpFTmijfCU3v2k5PvTNBltnH19pg5XO9su0VBXUC5nqvp1m8jULsVwDw8FKMo-jtrl2O6SQNEeyfRJBo_5gycHp23OEsf5vokq5uOiTj/s1600/Datasheet+Error.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;170&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdbkkJhPCbQSBWkbKpFC6ucv_rJV0FTeki0KccRpFTmijfCU3v2k5PvTNBltnH19pg5XO9su0VBXUC5nqvp1m8jULsVwDw8FKMo-jtrl2O6SQNEeyfRJBo_5gycHp23OEsf5vokq5uOiTj/s320/Datasheet+Error.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
After digging a while I find out the problem. I was using Office 2010 x64 with IE x32.&amp;nbsp;
&lt;br /&gt;
That means the datasheet view components weren&#39;t installed correctly. I need the x86 version of the components. In my case, I couldn&#39;t install &amp;nbsp;Microsoft Office Access database engine 2010 x86 version, as I have Office 2010 x64. So the option now is to have&amp;nbsp;Microsoft Office Access database engine 2007 x86 instead.&lt;br /&gt;
&lt;br /&gt;
If that is your case follow the link&lt;span style=&quot;background-color: white; color: #222222; font-family: arial, sans-serif; font-size: 13px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://www.microsoft.com/en-us/download/confirmation.aspx?id=23734&quot; style=&quot;background-color: white; color: #1155cc; font-family: arial, sans-serif; font-size: 13px;&quot; target=&quot;_blank&quot;&gt;http://www.microsoft.com/en-&lt;wbr&gt;&lt;/wbr&gt;us/download/confirmation.aspx?&lt;wbr&gt;&lt;/wbr&gt;id=23734&lt;/a&gt;&amp;nbsp;pick the version suited to your IE version, install it and bam it should work.&lt;br /&gt;
&lt;br /&gt;
I even tried this components in a computer without any Office application installed. Amazingly I also worked.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px; text-align: justify;&quot;&gt;If you want to keep in touch,&amp;nbsp;feel free to Subscribe to&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://feedburner.google.com/fb/a/mailverify?uri=HowIDidIt-SharepointFoundation2010&amp;amp;amp;loc=en_US&quot; style=&quot;background-color: white; color: #6699cc; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px; text-align: justify; text-decoration: initial;&quot; target=&quot;_blank&quot;&gt;How I did it - Sharepoint Foundation 2010&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/6602134421770547859/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/04/datasheet-view-not-working.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/6602134421770547859'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/6602134421770547859'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/04/datasheet-view-not-working.html' title='Datasheet View not working'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdbkkJhPCbQSBWkbKpFC6ucv_rJV0FTeki0KccRpFTmijfCU3v2k5PvTNBltnH19pg5XO9su0VBXUC5nqvp1m8jULsVwDw8FKMo-jtrl2O6SQNEeyfRJBo_5gycHp23OEsf5vokq5uOiTj/s72-c/Datasheet+Error.png" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2449128028642934343.post-7869017577119701046</id><published>2012-04-05T20:39:00.000+01:00</published><updated>2012-04-05T20:39:08.079+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="cascade lookups"/><category scheme="http://www.blogger.com/atom/ns#" term="javascript"/><category scheme="http://www.blogger.com/atom/ns#" term="sharepoint 2010"/><title type='text'>Sharepoint 2010 and Cascade Lookups</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;
Here I am for another great tip. One of the things that lack in Sharepoint 2010 is the ability to create Cascade Lookup columns. This is, to filter the options of a lookup column based on the value of another.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Around the web you can find many solutions, I used one hosted in Codeplex&amp;nbsp;&lt;a href=&quot;http://spcd.codeplex.com/&quot;&gt;http://spcd.codeplex.com&lt;/a&gt;. The documentation needs some tweak, here you might see how I managed to put it to work.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Also, it has a little problem with Chrome, that I solved.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;The problem&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Supose the following, you have 3 lists.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;u&gt;List1 &amp;gt; Column1&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKO2a9PgQd_mRT2kEN7gD2lOHcBLtT03Nc-tGiZtQpP6IPDAV6p1we6UDveFbXDHP-luao2TBZKbJLl9iWZj_RccNYjz_nSyH5EixyNdYt7aQwB1od5dACF2YnsPUcQEb2UkjAwaE-953/s1600/list1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKO2a9PgQd_mRT2kEN7gD2lOHcBLtT03Nc-tGiZtQpP6IPDAV6p1we6UDveFbXDHP-luao2TBZKbJLl9iWZj_RccNYjz_nSyH5EixyNdYt7aQwB1od5dACF2YnsPUcQEb2UkjAwaE-953/s1600/list1.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;u&gt;&lt;br /&gt;
&lt;/u&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;u&gt;List2 &amp;gt; Column2 and Column3&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3agk1HLMMotFRADMnRLhLXPhUV2VicbOb3iJ7pClLix1nU47cKJ-52KSpy4pDQl_oAZ3Lo7hbPSLBKpmNR1MacMFAU8dBNCfayqUMJ3r1d5Sb77KZeyJi3LNBBs15UCFKkv27Mkeq7Pyg/s1600/list2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3agk1HLMMotFRADMnRLhLXPhUV2VicbOb3iJ7pClLix1nU47cKJ-52KSpy4pDQl_oAZ3Lo7hbPSLBKpmNR1MacMFAU8dBNCfayqUMJ3r1d5Sb77KZeyJi3LNBBs15UCFKkv27Mkeq7Pyg/s1600/list2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;i&gt;Column3 is a lookup connected to Column1 in List1&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;u&gt;List3 &amp;gt; Column4, Column5 and Column6&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhn6GkI8cAYezv-gV2qaRC-KPgaleI_TbwXc96M90Mypu6CCYrin5gLcNeeEB37-Rh9A4Vf3PZwMxg_BpPyBbnfpJoCOgvGpcG1mVQNtB063beoGfWlMegukBk0tTmaIzt4gnccKd1XR8Lz/s1600/list3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;77&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhn6GkI8cAYezv-gV2qaRC-KPgaleI_TbwXc96M90Mypu6CCYrin5gLcNeeEB37-Rh9A4Vf3PZwMxg_BpPyBbnfpJoCOgvGpcG1mVQNtB063beoGfWlMegukBk0tTmaIzt4gnccKd1XR8Lz/s320/list3.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;u&gt;&lt;br /&gt;
&lt;/u&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;i&gt;Column4 is a lookup connected to Column1 in List1&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;i&gt;Column5 is a lookup connected to Column2 in List2&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Now the goal is to filter the options of the lookup field Column5 based on the value of Column4.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;The solution&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;1. Download spcd.js&amp;nbsp;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
There is a version of spcd.js in Codeplex, but that version does not work in Google Chrome. I have created a new version which can be downloaded frm&amp;nbsp;&lt;a href=&quot;https://docs.google.com/open?id=0BzBaIn5fuGosbkIzSjNITEFSci1ZYVZadEtDUEN4QQ&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;2. Upload spcd.js to your Sharepoint site&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Now that you have spcd.js script, just upload it into your Sharepoint site. You can upload it to a Library or use Sharepoint Desinger to upload it into a Folder. Up to you, pick the one you like more.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;3. Create the lists in Sharepoint&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
If you have not created the lists, now it is the time. Create the lists and connect them with Lookup columns.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;4. Create a new item custom form and make it default form&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Use Sharepoint Desinger to create a new custom form, in your list with the two fields (mine List3). &lt;u&gt;Don&#39;t forget to mark it as the Default one&lt;/u&gt;.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;5. Add a Content Editor web part to the new form&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Now, edit the newly created form and add a Content Editor web part &lt;u&gt;after the form webpart&lt;/u&gt;&amp;nbsp;(the script will not work if you place the Content Editor before the form webpart)&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;6. Configure the Content Editor web part&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Last, edit the Content Editor web part in HTML and add the following code to it:&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;lt;script src=&quot;&amp;lt;script_location/spcd.js&quot; type=&quot;text/javascript&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;var ccd1 = new cascadeDropdowns(&quot;Column4&quot;, &quot;Column5&quot;, &quot;Column3&quot;, &quot;List2&quot;, &quot;Column2&quot;);&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
where:&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;u&gt;script_location&lt;/u&gt;: is the folder or library path where your uploaded &lt;b&gt;spcd.js&lt;/b&gt;. Use relative path, if you place the full http:/server/library/scd.js, the script will not work.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;u&gt;Column4&lt;/u&gt;: Is the&lt;b&gt; display name&lt;/b&gt; of the Parent column in List3&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;u&gt;Column5&lt;/u&gt;: Is the&lt;b&gt; display name&lt;/b&gt; of the Child column in List3&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;u&gt;Column3&lt;/u&gt;: Is the&lt;b&gt; internal name&lt;/b&gt; of the column in List2 linked to List1&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;u&gt;List2&lt;/u&gt;: Is the&lt;b&gt; display name&lt;/b&gt; of List2&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;u&gt;Column2&lt;/u&gt;: Is the&lt;b&gt; internal name&lt;/b&gt; of the column in List2 that feed the Child column (Column5)&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;u&gt;PS: When creating column, avoid special characters in the name, as the internal name will be a mess because of it. It will work, but the column is a bit more ugly.&lt;/u&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;u&gt;&lt;br /&gt;
&lt;/u&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;b&gt;7. Try it!!&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
Ok, now that you put it all together just try to add a new item into List3. You should be getting something like this:&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_Yio50iFbQvykklYHOwbdCDBhuZ-d_af7voSJaA96_wph-Tv4mcMz6hlw91bY4moMDUooPlltevtB8w2fj_ZBPNqhoQcU30Zq2MLtEOQOm3Ra5oSSr1AOSje8u6piM4DxR_VPBgwZUU5T/s1600/tryit.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_Yio50iFbQvykklYHOwbdCDBhuZ-d_af7voSJaA96_wph-Tv4mcMz6hlw91bY4moMDUooPlltevtB8w2fj_ZBPNqhoQcU30Zq2MLtEOQOm3Ra5oSSr1AOSje8u6piM4DxR_VPBgwZUU5T/s400/tryit.jpg&quot; width=&quot;340&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
If not, well e-mail me &lt;a href=&quot;mailto:ped%72o.%72%6Fsa%65%40gma%69%6C.%63o%6D&quot;&gt;pedro.rosae@gmail.com&lt;/a&gt;, I will help you out.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Want a shorcut, download a site template fully configured &lt;a href=&quot;https://docs.google.com/open?id=0BzBaIn5fuGosR1ZrdEZQNUlSVXlUVW10ZnFpbUk4QQ&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;. The language of this template is English, so if you are using a non-english Sharepoint installation don&#39;t forget to install the English Language Pack, check how to do it at &lt;a href=&quot;http://howididit-sharepoint.blogspot.pt/2012/03/installing-sharepoint-foundation-2010_30.html&quot; target=&quot;_blank&quot;&gt;Installing Sharepoint Foundation 2010 Language Pack - Windows 7&lt;/a&gt;.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/7869017577119701046/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/04/sharepoint-2010-and-cascade-lookups.html#comment-form' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/7869017577119701046'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/7869017577119701046'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/04/sharepoint-2010-and-cascade-lookups.html' title='Sharepoint 2010 and Cascade Lookups'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaKO2a9PgQd_mRT2kEN7gD2lOHcBLtT03Nc-tGiZtQpP6IPDAV6p1we6UDveFbXDHP-luao2TBZKbJLl9iWZj_RccNYjz_nSyH5EixyNdYt7aQwB1od5dACF2YnsPUcQEb2UkjAwaE-953/s72-c/list1.jpg" height="72" width="72"/><thr:total>11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2449128028642934343.post-640440807897749451</id><published>2012-03-30T23:45:00.003+01:00</published><updated>2012-03-30T23:46:40.760+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Installation"/><category scheme="http://www.blogger.com/atom/ns#" term="Language Pack"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint Foundation 2010"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows 7"/><title type='text'>Installing Sharepoint Foundation 2010 Language Pack - Windows 7</title><content type='html'>Ok now that&amp;nbsp;you have a &lt;a href=&quot;http://howididit-sharepoint.blogspot.pt/2012/03/installing-sharepoint-foundation-2010.html#more&quot; target=&quot;_blank&quot;&gt;Sharepoint Development Environment installed in Windows 7&lt;/a&gt;, in order to create localized content you will also need Sharepoint Language Pack. Again, installing it in Windows 7 (at least Professional edition) isn&#39;t straightforward.&lt;br /&gt;
&lt;br /&gt;
So how i dit it in&amp;nbsp;4 easy steps:&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;1. Download Sharepoint&amp;nbsp;Foundation 2010 Language Pack&lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.microsoft.com/download/en/details.aspx?id=4731&quot; target=&quot;_blank&quot;&gt;Microsoft Sharepoint Fondation 2010 Language Pack&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
Download only the language you need and note, no need to download the language pack used in the Sharepoint Foundation 2010 installation.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;2. Extract Microsoft Sharepoint Foundation 2010 Language Pack installer&lt;/strong&gt;&lt;br /&gt;
&lt;div&gt;
You will need to change some files inside the installer package, if you try to run it as is, you will receive and error with a message that operating system is not supported.&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
So execute the following command in the installer folder:&lt;br /&gt;
&lt;em&gt;SharePointLanguagePack.exe /extract:c:\SharePointLanguageFiles&lt;/em&gt;&lt;/div&gt;
&lt;div&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div&gt;
This will extract all the files into c:\SharePointLanguageFiles&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;3. Edit config.xml&lt;/strong&gt;&lt;br /&gt;
&lt;div&gt;
Ok, last but not least, edit in your favorite text file editor the&lt;i&gt; c:\SharePointFiles\files\Setup\config.xml&lt;/i&gt; and add the line &lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&amp;lt;Setting Id=&quot;AllowWindowsClientInstall&quot; Value=&quot;True&quot;/&amp;gt;&lt;/i&gt; &lt;br /&gt;
&lt;br /&gt;
just before &lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&amp;lt;/Configuration&amp;gt;&lt;/i&gt;. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;4.&amp;nbsp;TWEAK DONE!! Install Microsoft Sharepoint Foundation 2010 Language Pack&lt;/strong&gt;&lt;/div&gt;
&lt;/div&gt;
Just run the file&lt;i&gt; c:\SharePointLanguageFiles\Setup.exe&lt;/i&gt; and follow the steps. Also don&#39;t forget to rerun SharePoint 2010 Products Configuration Wizard.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiY_Aj35SBfp4GQCKLP_NvkzzNfuMHlc0OaJBGPbDwnd2d5LlWYUpnXdsJONSxE7T-KLRXNDVLsJGkJ6s9VAzHvCvnO0kJQnTb_VNl9TmHBgKzszExFSzrFGMCSYNeDHA-IHccpkb8F4tCf/s1600/SharePoint+2010+Products+Configuration+Wizard.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;275&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiY_Aj35SBfp4GQCKLP_NvkzzNfuMHlc0OaJBGPbDwnd2d5LlWYUpnXdsJONSxE7T-KLRXNDVLsJGkJ6s9VAzHvCvnO0kJQnTb_VNl9TmHBgKzszExFSzrFGMCSYNeDHA-IHccpkb8F4tCf/s320/SharePoint+2010+Products+Configuration+Wizard.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/640440807897749451/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/03/installing-sharepoint-foundation-2010_30.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/640440807897749451'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/640440807897749451'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/03/installing-sharepoint-foundation-2010_30.html' title='Installing Sharepoint Foundation 2010 Language Pack - Windows 7'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiY_Aj35SBfp4GQCKLP_NvkzzNfuMHlc0OaJBGPbDwnd2d5LlWYUpnXdsJONSxE7T-KLRXNDVLsJGkJ6s9VAzHvCvnO0kJQnTb_VNl9TmHBgKzszExFSzrFGMCSYNeDHA-IHccpkb8F4tCf/s72-c/SharePoint+2010+Products+Configuration+Wizard.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2449128028642934343.post-2952084249751907667</id><published>2012-03-23T10:24:00.001+00:00</published><updated>2012-03-30T23:30:00.912+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Installation"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint Foundation 2010"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows 7"/><title type='text'>Installing Sharepoint Foundation 2010 - Windows 7</title><content type='html'>One of the great things of Microsoft Sharepoint Foundation 2010 is the capability of creating a development environment in Microsoft Windows 7 Professional (does not work in Windows 7 Home editions). This become pretty handy for me, my working computer is a laptop, so I can now develop applications anywhere without restrictions.&lt;br /&gt;
&lt;br /&gt;
So how I did it in 6 easy steps?&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1. Download Sharepoint Foundation 2010 and all the required software&lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://go.microsoft.com/fwlink/?LinkID=141237&quot; target=&quot;_blank&quot;&gt;Microsoft Sync Framework&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://support.microsoft.com/kb/974405&quot; target=&quot;_blank&quot;&gt;Windows Identity Foundation (Windows6.1-KB974405-x64.msu)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://go.microsoft.com/fwlink/?LinkId=123718&quot; target=&quot;_blank&quot;&gt;SQL Server Native Client&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;amp;id=25052&quot; target=&quot;_blank&quot;&gt;Microsoft SQL Server 2008 R2 RTM - Express with Management Tools&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.microsoft.com/download/en/details.aspx?id=5970&quot; target=&quot;_blank&quot;&gt;Microsoft Sharepoint Foundation 2010&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;2. Configure IIS web server in Windows 7&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
Copy and paste the following script in a command line.&lt;/div&gt;
&lt;div&gt;
&lt;pre style=&quot;font-family: Consolas, Courier, monospace; font-size: 13px; overflow-x: auto; overflow-y: auto; padding: 5px; text-align: left; word-break: break-all; word-wrap: break-word;&quot;&gt;start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;^
IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;^
IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;^
IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-HealthAndDiagnostics;^
IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ManagementScriptingTools;^
IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;^
IIS-RequestFiltering;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;^
IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-IIS6ManagementCompatibility;^
IIS-Metabase;IIS-WMICompatibility;WAS-WindowsActivationService;WAS-ProcessModel;^
WAS-NetFxEnvironment;WAS-ConfigurationAPI;WCF-HTTP-Activation;^
WCF-NonHTTP-Activation&lt;/pre&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;3. Extract Microsoft Sharepoint Foundation 2010 installer&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
You will need to change some files inside the installer package, if you try to run it as is, you will receive and error with a message that operating system is not supported.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
So execute the following command in the installer folder:&lt;br /&gt;
&lt;i&gt;SharePointFoundation.exe /extract:c:\SharePointFiles&lt;/i&gt;&lt;/div&gt;
&lt;div&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div&gt;
This will extract all the files into c:\SharePointFiles&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;4. Install&amp;nbsp;Microsoft FilterPack 2.0&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
In the files extracted in step 3 install:&lt;br /&gt;
&lt;i&gt;c:\SharePointFiles\PrerequisiteInstallerFiles\FilterPack\FilterPack.msi&lt;/i&gt;&lt;/div&gt;
&lt;div&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;5. Edit config.xml&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
Ok, last but not least, edit in your favorite text file editor the&lt;i&gt;&amp;nbsp;c:\SharePointFiles\files\Setup\config.xml&lt;/i&gt;&amp;nbsp;and add the line &lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&amp;lt;Setting Id=&quot;AllowWindowsClientInstall&quot; Value=&quot;True&quot;/&amp;gt;&lt;/i&gt; &lt;br /&gt;
&lt;br /&gt;
just before &lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&amp;lt;/Configuration&amp;gt;&lt;/i&gt;.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;b&gt;6. FINALLY!! Install Microsoft Sharepoint Foundation 2010&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
Just run the file&lt;i&gt;&amp;nbsp;c:\SharePointFiles\Setup.exe&lt;/i&gt; and follow the steps.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihwztjuYRqxVcrGMH71k8YE-9cWUn-w91lWwp8zGubEGqWNWFUDUK8eA2_0juHJdF0wcq0tAxCcWZnuWfVQsoj58n93jicEpqB4f1W1k7JVf7oj-AsGInb-sHlhebBGWMkAjIVktC48IR_/s1600/sharepoint_install.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;259&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihwztjuYRqxVcrGMH71k8YE-9cWUn-w91lWwp8zGubEGqWNWFUDUK8eA2_0juHJdF0wcq0tAxCcWZnuWfVQsoj58n93jicEpqB4f1W1k7JVf7oj-AsGInb-sHlhebBGWMkAjIVktC48IR_/s320/sharepoint_install.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Ok, you now have a small Sharepoint installation that should be used for development, but it can serve up to 10 clients,&amp;nbsp;with a&amp;nbsp;10GB database. Enjoy.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://howididit-sharepoint.blogspot.com/feeds/2952084249751907667/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/03/installing-sharepoint-foundation-2010.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/2952084249751907667'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2449128028642934343/posts/default/2952084249751907667'/><link rel='alternate' type='text/html' href='http://howididit-sharepoint.blogspot.com/2012/03/installing-sharepoint-foundation-2010.html' title='Installing Sharepoint Foundation 2010 - Windows 7'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/12644018449589566949</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihwztjuYRqxVcrGMH71k8YE-9cWUn-w91lWwp8zGubEGqWNWFUDUK8eA2_0juHJdF0wcq0tAxCcWZnuWfVQsoj58n93jicEpqB4f1W1k7JVf7oj-AsGInb-sHlhebBGWMkAjIVktC48IR_/s72-c/sharepoint_install.jpg" height="72" width="72"/><thr:total>0</thr:total></entry></feed>