<?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-6779103594023321594</id><updated>2025-10-10T05:54:47.722+08:00</updated><category term="Sharepoint 2007"/><category term="Sharepoint 2010"/><category term="SharePoint 2013"/><category term="InfoPath 2010"/><category term="JQuery"/><category term="PowerShell Script"/><category term="InfoPath 2013 Sharepoint 2010"/><category term="Javascript"/><category term="SPServices"/><category term="SSRS Report Builder 2008"/><category term="SharePoint Business Intelligence 2010"/><title type='text'>Mekalikot</title><subtitle type='html'>SharePoint Guides and Tutorials</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>18</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-5078025297554581715</id><published>2015-08-25T09:42:00.003+08:00</published><updated>2015-08-27T14:27:56.272+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="InfoPath 2010"/><category scheme="http://www.blogger.com/atom/ns#" term="InfoPath 2013 Sharepoint 2010"/><category scheme="http://www.blogger.com/atom/ns#" term="SharePoint 2013"/><title type='text'>Count the Number of Specific Character in a String or Text Box in InfoPath</title><content type='html'>&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;If you want to count the number of a specific character in a
string in a field or textbox without coding, you can try this out of the box rules of InfoPath...&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;First, create two fields: Field 1 and Field 2. Field 1 will
contain the text or string that you want to check and Field 2 will contain the number or
result of the count. In our example, we will use the semicolon (;) character
and count the number of instance in Field 1.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Example:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Field 1: Sample1;Sample2;Sample3;Sample4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Field 2: ?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;In our example, Field 2 should show 3 as the result.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Next step is to select Field 2 and go to Text Box Properties
and select fx button of Default Value.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&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/AVvXsEjOAOjs_TXJ8S7INfnBi4k3SytAWLB_KTj04_lXj8HxBWMkKZkDypKHGnIzGaGuCgCrQ2h27QzNoJW9CEFbZkMcpJzX11Nuuir8mSTc5quh7XD1N8VQnmIwFF6jaEXhvBm15jOiqw7xLj4/s1600/char1.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Count Special Character in a Text Box in InfoPath&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOAOjs_TXJ8S7INfnBi4k3SytAWLB_KTj04_lXj8HxBWMkKZkDypKHGnIzGaGuCgCrQ2h27QzNoJW9CEFbZkMcpJzX11Nuuir8mSTc5quh7XD1N8VQnmIwFF6jaEXhvBm15jOiqw7xLj4/s1600/char1.JPG&quot; title=&quot;Count Special Character in a Text Box in InfoPath&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Enter this formula:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;background-color: #eeeeee; font-family: Courier New, Courier, monospace;&quot;&gt;string-length(translate(field1,
&quot;1234567890ABCDEFGHIJKLMNOPQRSTVWXYZabcdefghijklmnopqrstuvwxyz&quot;,
&quot;&quot;))&lt;/span&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;background-color: #cccccc; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;In this formula, we have 2 functions. The first one is
translate.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;background-color: #eeeeee; font-family: Courier New, Courier, monospace;&quot;&gt;translate(field1, &quot;1234567890ABCDEFGHIJKLMNOPQRSTVWXYZabcdefghijklmnopqrstuvwxyz&quot;,
&quot;&quot;)&lt;/span&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;We are translating all letters to none or blank without
spaces. Then after translating, we will now count the length of the string
using string-length.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;background-color: #eeeeee; font-family: Courier New, Courier, monospace;&quot;&gt;string-length(translate(field1,
&quot;1234567890ABCDEFGHIJKLMNOPQRSTVWXYZabcdefghijklmnopqrstuvwxyz&quot;,
&quot;&quot;))&lt;/span&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;background-color: #eeeeee; font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Since we converted all texts and/or characters other than
the semicolon to blank without spaces, what will be left and counted are the semicolons.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Final result will be:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&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/AVvXsEi0RDyW_TmlDxvafdVYlGDx9xynRgpejGkHiuKqgazEoX7ANA2AHniVozdQ1IIx4zqI1Sm6jGhyphenhyphenZxgs7GAn7-F9mspd5jsopZcRw6TrbOK3l8a_f1VNHgbMlXuBcl-_f4n0zwBJu00ElS0/s1600/char2.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Count Special Character in a Text Box in InfoPath&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0RDyW_TmlDxvafdVYlGDx9xynRgpejGkHiuKqgazEoX7ANA2AHniVozdQ1IIx4zqI1Sm6jGhyphenhyphenZxgs7GAn7-F9mspd5jsopZcRw6TrbOK3l8a_f1VNHgbMlXuBcl-_f4n0zwBJu00ElS0/s1600/char2.JPG&quot; title=&quot;Count Special Character in a Text Box in InfoPath&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;NOTE:&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;You can add other characters in our original formula. In our
example, we just converted all the texts and no other special characters are
involved. This also works for text box and rich text box.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/5078025297554581715/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2015/08/count-number-of-specific-character-in-string-infopath.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/5078025297554581715'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/5078025297554581715'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2015/08/count-number-of-specific-character-in-string-infopath.html' title='Count the Number of Specific Character in a String or Text Box in InfoPath'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOAOjs_TXJ8S7INfnBi4k3SytAWLB_KTj04_lXj8HxBWMkKZkDypKHGnIzGaGuCgCrQ2h27QzNoJW9CEFbZkMcpJzX11Nuuir8mSTc5quh7XD1N8VQnmIwFF6jaEXhvBm15jOiqw7xLj4/s72-c/char1.JPG" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-2461912389183867633</id><published>2014-08-06T15:36:00.002+08:00</published><updated>2014-08-06T15:36:49.575+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="PowerShell Script"/><title type='text'>Subtract or Add Days, Months or Year to Dates with Custom Date Pattern using PowerShell Script </title><content type='html'>&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;I will share a simple trick for adding days or months to
dates and the result will be a custom date pattern. Check the script below…&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;If you want to add and subtract Months or Days on current
date:&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$currentAddYears&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: teal;&quot;&gt;DateTime&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;]::&lt;/span&gt;Now&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;AddYears(&lt;span style=&quot;color: purple;&quot;&gt;2&lt;/span&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$currentAddMonths&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: teal;&quot;&gt;DateTime&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;]::&lt;/span&gt;Now&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;AddMonths(&lt;span style=&quot;color: purple;&quot;&gt;2&lt;/span&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$currentAddDays&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: teal;&quot;&gt;DateTime&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;]::&lt;/span&gt;Now&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;AddDays(&lt;span style=&quot;color: purple;&quot;&gt;14&lt;/span&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$currentSubtractYears&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: teal;&quot;&gt;DateTime&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;]::&lt;/span&gt;Now&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;AddYears(&lt;span style=&quot;color: purple;&quot;&gt;2&lt;/span&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$current&lt;/span&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;Subtract&lt;/span&gt;&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;Months&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: teal;&quot;&gt;DateTime&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;]::&lt;/span&gt;Now&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;AddMonths(-&lt;span style=&quot;color: purple;&quot;&gt;2&lt;/span&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$current&lt;/span&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;Subtract&lt;/span&gt;&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;Days&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: teal;&quot;&gt;DateTime&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;]::&lt;/span&gt;Now&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;AddDays(-&lt;span style=&quot;color: purple;&quot;&gt;14&lt;/span&gt;) &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Results
will be:&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;background-color: #eeeeee; font-family: &#39;Lucida Console&#39;; font-size: 9pt;&quot;&gt;8/6/2014
2:23:00 PM&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span style=&quot;color: darkgreen;&quot;&gt;#now &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;8/6/2016
2:23:00 PM&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 12.0pt;&quot;&gt; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: darkgreen; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;#$currentAddYears&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;10/6/2014
2:23:00 PM&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 12.0pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: darkgreen; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;#$currentAddMonths&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;background-color: #eeeeee; font-family: &#39;Lucida Console&#39;; font-size: 9pt;&quot;&gt;8/20/2014
2:23:00 PM&amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: darkgreen;&quot;&gt;#$currentAddDays&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;8/6/2012
2:23:00 PM&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 12.0pt;&quot;&gt; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: darkgreen; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;#$currentSubtractYears&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;6/6/2014
2:23:00 PM&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 12.0pt;&quot;&gt; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: darkgreen; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;#$currentSubtractMonths&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &#39;Lucida Console&#39;; font-size: 9pt;&quot;&gt;&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;7/23/2014
2:23:00 PM&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: darkgreen;&quot;&gt;&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;#$currentSubtractDays
&lt;/span&gt;&lt;span style=&quot;background-color: white;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Now if
you want to change the results to custom format, you can use &amp;nbsp;–format of Get-Date.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$format1&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: blue;&quot;&gt;Get-Date&lt;/span&gt; &lt;span style=&quot;color: orangered;&quot;&gt;$currentAddMonths&lt;/span&gt;
&lt;span style=&quot;color: navy;&quot;&gt;-format&lt;/span&gt; &lt;span style=&quot;color: darkred;&quot;&gt;&quot;MMMM
yyyy&quot;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$format2&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: blue;&quot;&gt;Get-Date&lt;/span&gt; &lt;span style=&quot;color: orangered;&quot;&gt;$ currentAddDays&lt;/span&gt;
&lt;span style=&quot;color: navy;&quot;&gt;-format&lt;/span&gt; &lt;span style=&quot;color: darkred;&quot;&gt;&quot;MMMM
dd, yyyy&quot; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Results
will be:&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;background-color: #eeeeee; font-family: &#39;Lucida Console&#39;; font-size: 9pt;&quot;&gt;October
2014 &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: darkgreen;&quot;&gt;#$format1&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;&lt;span style=&quot;font-family: &#39;Lucida Console&#39;; font-size: 9pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;&lt;span style=&quot;font-family: &#39;Lucida Console&#39;; font-size: 9pt;&quot;&gt;August
20, 2014&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Lucida Console&#39;;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: darkgreen; font-family: &#39;Lucida Console&#39;; font-size: 9pt;&quot;&gt;&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;#$format2&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;These
are methods available in adding dates.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;line-height: 13.5pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: .5in; margin-right: 0in; margin-top: 0in; mso-list: l0 level1 lfo1; tab-stops: list .5in; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;&lt;span style=&quot;color: #2a2a2a; font-size: 10pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 7pt; line-height: normal;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #2a2a2a; font-size: 10pt;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;AddDays&lt;/span&gt;&lt;span style=&quot;font-family: Segoe UI, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;line-height: 13.5pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: .5in; margin-right: 0in; margin-top: 0in; mso-list: l0 level1 lfo1; tab-stops: list .5in; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;&lt;span style=&quot;color: #2a2a2a; font-family: Symbol; font-size: 10.0pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #2a2a2a; font-size: 10pt;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;AddHours&lt;/span&gt;&lt;span style=&quot;font-family: Segoe UI, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;line-height: 13.5pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: .5in; margin-right: 0in; margin-top: 0in; mso-list: l0 level1 lfo1; tab-stops: list .5in; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;&lt;span style=&quot;color: #2a2a2a; font-size: 10pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #2a2a2a; font-size: 10pt;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;AddMilliseconds&lt;/span&gt;&lt;span style=&quot;font-family: Segoe UI, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;line-height: 13.5pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: .5in; margin-right: 0in; margin-top: 0in; mso-list: l0 level1 lfo1; tab-stops: list .5in; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;&lt;span style=&quot;color: #2a2a2a; font-family: Symbol; font-size: 10.0pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #2a2a2a; font-size: 10pt;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;AddMinutes&lt;/span&gt;&lt;span style=&quot;font-family: Segoe UI, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;line-height: 13.5pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: .5in; margin-right: 0in; margin-top: 0in; mso-list: l0 level1 lfo1; tab-stops: list .5in; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;&lt;span style=&quot;color: #2a2a2a; font-size: 10pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #2a2a2a; font-size: 10pt;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;AddMonths&lt;/span&gt;&lt;span style=&quot;font-family: Segoe UI, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;line-height: 13.5pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: .5in; margin-right: 0in; margin-top: 0in; mso-list: l0 level1 lfo1; tab-stops: list .5in; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;&lt;span style=&quot;color: #2a2a2a; font-size: 10pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 7pt; line-height: normal;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #2a2a2a; font-size: 10pt;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;AddSeconds&lt;/span&gt;&lt;span style=&quot;font-family: Segoe UI, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;line-height: 13.5pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: .5in; margin-right: 0in; margin-top: 0in; mso-list: l0 level1 lfo1; tab-stops: list .5in; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;&lt;span style=&quot;color: #2a2a2a; font-size: 10pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 7pt; line-height: normal;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #2a2a2a; font-size: 10pt;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;AddTicks&lt;/span&gt;&lt;span style=&quot;font-family: Segoe UI, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;line-height: 13.5pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: .5in; margin-right: 0in; margin-top: 0in; mso-list: l0 level1 lfo1; tab-stops: list .5in; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;background-color: #eeeeee;&quot;&gt;&lt;span style=&quot;color: #2a2a2a; font-size: 10pt;&quot;&gt;&lt;span style=&quot;font-family: Symbol;&quot;&gt;·&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 7pt; line-height: normal;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #2a2a2a; font-size: 10pt;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;AddYears&lt;/span&gt;&lt;span style=&quot;font-family: Segoe UI, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;These
are some common custom format in dates: (case sensitive)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoTableGrid&quot; style=&quot;border-collapse: collapse; border: none; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-yfti-tbllook: 1184;&quot;&gt;
 &lt;tbody&gt;
&lt;tr&gt;
  &lt;td style=&quot;border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 90.9pt;&quot; valign=&quot;top&quot; width=&quot;121&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;Specifier&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-left: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 387.9pt;&quot; valign=&quot;top&quot; width=&quot;517&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;Description&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;border-top: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 90.9pt;&quot; valign=&quot;top&quot; width=&quot;121&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;d&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 387.9pt;&quot; valign=&quot;top&quot; width=&quot;517&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Day of the month.
  Single digit, without leading zero (1)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;border-top: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 90.9pt;&quot; valign=&quot;top&quot; width=&quot;121&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;dd&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 387.9pt;&quot; valign=&quot;top&quot; width=&quot;517&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;The day of the month.
  Single-digit days will have a leading zero. (01)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;border-top: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 90.9pt;&quot; valign=&quot;top&quot; width=&quot;121&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;ddd&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 387.9pt;&quot; valign=&quot;top&quot; width=&quot;517&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;The abbreviated name
  of the day of the week. (Wed)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;border-top: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 90.9pt;&quot; valign=&quot;top&quot; width=&quot;121&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;dddd&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 387.9pt;&quot; valign=&quot;top&quot; width=&quot;517&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;The full name of the
  day of the week (Wednesday) &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;border-top: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 90.9pt;&quot; valign=&quot;top&quot; width=&quot;121&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;mm&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 387.9pt;&quot; valign=&quot;top&quot; width=&quot;517&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;The minute.
  Single-digit minutes will have a leading zero.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;border-top: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 90.9pt;&quot; valign=&quot;top&quot; width=&quot;121&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;M&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 387.9pt;&quot; valign=&quot;top&quot; width=&quot;517&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Numeric month. Single
  digit, without leading zero (8) -August&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;border-top: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 90.9pt;&quot; valign=&quot;top&quot; width=&quot;121&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;MM&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 387.9pt;&quot; valign=&quot;top&quot; width=&quot;517&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Numeric month. Single
  digit, with leading zero (08) -August&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;border-top: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 90.9pt;&quot; valign=&quot;top&quot; width=&quot;121&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;MMM&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 387.9pt;&quot; valign=&quot;top&quot; width=&quot;517&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;The abbreviated name
  of the month (Aug)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;border-top: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 90.9pt;&quot; valign=&quot;top&quot; width=&quot;121&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;MMMM&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 387.9pt;&quot; valign=&quot;top&quot; width=&quot;517&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;The full name of the
  month (August)&lt;/span&gt;&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 class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;background-color: transparent; font-family: Calibri, sans-serif; font-size: 11pt; line-height: 115%;&quot;&gt;See
full custom patterns here:&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;&amp;nbsp;&lt;a href=&quot;http://technet.microsoft.com/en-us/library/ee692801.aspx&quot;&gt;http://technet.microsoft.com/en-us/library/ee692801.aspx&lt;/a&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/2461912389183867633/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2014/08/subtract-or-add-days-months-or-year-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/2461912389183867633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/2461912389183867633'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2014/08/subtract-or-add-days-months-or-year-to.html' title='Subtract or Add Days, Months or Year to Dates with Custom Date Pattern using PowerShell Script '/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-7827624442458142744</id><published>2014-08-04T13:43:00.001+08:00</published><updated>2014-08-04T13:43:27.059+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="PowerShell Script"/><title type='text'>Read and Get Values from Excel File using PowerShell Script</title><content type='html'>&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;What do I use to read data or values from excel file?&amp;nbsp; And what if I want to read every row on
multiple columns? Example data is like this....&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoTableGrid&quot; style=&quot;border-collapse: collapse; border: none; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-yfti-tbllook: 1184;&quot;&gt;
 &lt;tbody&gt;
&lt;tr&gt;
  &lt;td style=&quot;border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 81.9pt;&quot; valign=&quot;top&quot; width=&quot;109&quot;&gt;
  &lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt; text-align: center;&quot;&gt;
&lt;b&gt;NAME&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-left: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 76.5pt;&quot; valign=&quot;top&quot; width=&quot;102&quot;&gt;
  &lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt; text-align: center;&quot;&gt;
&lt;b&gt;AGE&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-left: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 99.0pt;&quot; valign=&quot;top&quot; width=&quot;132&quot;&gt;
  &lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt; text-align: center;&quot;&gt;
&lt;b&gt;CITY&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;border-top: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 81.9pt;&quot; valign=&quot;top&quot; width=&quot;109&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
John&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 76.5pt;&quot; valign=&quot;top&quot; width=&quot;102&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
22&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 99.0pt;&quot; valign=&quot;top&quot; width=&quot;132&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Chicago&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;border-top: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 81.9pt;&quot; valign=&quot;top&quot; width=&quot;109&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Edward&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 76.5pt;&quot; valign=&quot;top&quot; width=&quot;102&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
36&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 99.0pt;&quot; valign=&quot;top&quot; width=&quot;132&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Houston&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;border-top: none; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 81.9pt;&quot; valign=&quot;top&quot; width=&quot;109&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Michael&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 76.5pt;&quot; valign=&quot;top&quot; width=&quot;102&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
57&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid windowtext 1.0pt; border-left: none; border-right: solid windowtext 1.0pt; border-top: none; mso-border-alt: solid windowtext .5pt; mso-border-left-alt: solid windowtext .5pt; mso-border-top-alt: solid windowtext .5pt; padding: 0in 5.4pt 0in 5.4pt; width: 99.0pt;&quot; valign=&quot;top&quot; width=&quot;132&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
Brooklyn&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 class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;First we declare the path where the excel file is stored. &amp;nbsp;Also, declare the sheet name.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$file&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: darkred;&quot;&gt;&quot;C:\Documents\ExcelFolder\ExcelFile.xls&quot; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$sheetName&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: darkred;&quot;&gt;&quot;Sheet1&quot; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;After that, create an instance using the COM Object Excel
Application to open the excel file. &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$objExcel&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: blue;&quot;&gt;New-Object&lt;/span&gt; &lt;span style=&quot;color: navy;&quot;&gt;-ComObject&lt;/span&gt;
&lt;span style=&quot;color: blueviolet;&quot;&gt;Excel.Application&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$workbook&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: orangered;&quot;&gt;$objExcel&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Workbooks&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Open(&lt;span style=&quot;color: orangered;&quot;&gt;$file&lt;/span&gt;)
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$sheet&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: orangered;&quot;&gt;$workbook&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Worksheets&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Item(&lt;span style=&quot;color: orangered;&quot;&gt;$sheetName&lt;/span&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$objExcel&lt;/span&gt;&lt;span style=&quot;color: darkgrey; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;Visible&lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: orangered;&quot;&gt;$false &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;We will
also need the number of Rows that has values. We will need these to loop and
check every value on every column.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$rowMax&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; (&lt;span style=&quot;color: orangered;&quot;&gt;$sheet&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;UsedRange&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Rows)&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;count &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;And now declare the starting position for each column&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$rowName&lt;/span&gt;&lt;span style=&quot;color: darkgrey; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$colName&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: purple;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: purple;&quot;&gt;1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$rowAge&lt;/span&gt;&lt;span style=&quot;color: darkgrey; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$colAge&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: purple;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: purple;&quot;&gt;2 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$rowCity&lt;/span&gt;&lt;span style=&quot;color: darkgrey; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$colCity&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: purple;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: purple;&quot;&gt;3 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;We will now loop through each row and store each variable
that you can use for anything you want (i.e. e-mail body variables)&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: darkblue; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; (&lt;span style=&quot;color: orangered;&quot;&gt;$i&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: purple;&quot;&gt;1&lt;/span&gt;; &lt;span style=&quot;color: orangered;&quot;&gt;$i&lt;/span&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;-le&lt;/span&gt; &lt;span style=&quot;color: orangered;&quot;&gt;$rowMax&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: purple;&quot;&gt;1&lt;/span&gt;; &lt;span style=&quot;color: orangered;&quot;&gt;$i&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;++&lt;/span&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;{
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt; text-indent: 0.5in;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$name&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: orangered;&quot;&gt;$sheet&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Cells&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Item(&lt;span style=&quot;color: orangered;&quot;&gt;$rowName&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;+&lt;/span&gt;&lt;span style=&quot;color: orangered;&quot;&gt;$i&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: orangered;&quot;&gt;$colName&lt;/span&gt;)&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;text
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt; text-indent: 0.5in;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$age&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: orangered;&quot;&gt;$sheet&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Cells&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Item(&lt;span style=&quot;color: orangered;&quot;&gt;$rowAge&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;+&lt;/span&gt;&lt;span style=&quot;color: orangered;&quot;&gt;$i&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: orangered;&quot;&gt;$colAge&lt;/span&gt;)&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;text
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt; text-indent: 0.5in;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$city&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: orangered;&quot;&gt;$sheet&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Cells&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Item(&lt;span style=&quot;color: orangered;&quot;&gt;$rowCity&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;+&lt;/span&gt;&lt;span style=&quot;color: orangered;&quot;&gt;$i&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: orangered;&quot;&gt;$colCity&lt;/span&gt;)&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;text
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt; text-indent: 0.5in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
}&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;For the last line of code, we will close the excel file
after opening and reading it. If we don’t close it, it will be locked for
editing.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$objExcel&lt;/span&gt;&lt;span style=&quot;color: darkgrey; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;quit()
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;You can check the output by using Write-Host. For the full
code below:&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: darkgreen; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;#Declare the file path and sheet name&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$file&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: darkred;&quot;&gt;&quot;C:\Users\kfeb\Documents\Textfile\ExcelFile.xlsx&quot;&lt;/span&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$sheetName&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: darkred;&quot;&gt;&quot;Sheet1&quot;&lt;/span&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: darkgreen; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;#Create an instance of Excel.Application and Open Excel file&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$objExcel&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: blue;&quot;&gt;New-Object&lt;/span&gt; &lt;span style=&quot;color: navy;&quot;&gt;-ComObject&lt;/span&gt;
&lt;span style=&quot;color: blueviolet;&quot;&gt;Excel.Application&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$workbook&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: orangered;&quot;&gt;$objExcel&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Workbooks&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Open(&lt;span style=&quot;color: orangered;&quot;&gt;$file&lt;/span&gt;)
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$sheet&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: orangered;&quot;&gt;$workbook&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Worksheets&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Item(&lt;span style=&quot;color: orangered;&quot;&gt;$sheetName&lt;/span&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$objExcel&lt;/span&gt;&lt;span style=&quot;color: darkgrey; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;Visible&lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: orangered;&quot;&gt;$false&lt;/span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: darkgreen; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;#Count max row&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$rowMax&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; (&lt;span style=&quot;color: orangered;&quot;&gt;$sheet&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;UsedRange&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Rows)&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;count &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: darkgreen; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;#Declare the starting positions&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$rowName&lt;/span&gt;&lt;span style=&quot;color: darkgrey; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$colName&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: purple;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: purple;&quot;&gt;1&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$rowAge&lt;/span&gt;&lt;span style=&quot;color: darkgrey; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$colAge&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: purple;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: purple;&quot;&gt;2&lt;/span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$rowCity&lt;/span&gt;&lt;span style=&quot;color: darkgrey; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$colCity&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: purple;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: purple;&quot;&gt;3&lt;/span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: darkgreen; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;#loop to get values and store it &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: darkblue; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;for&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; (&lt;span style=&quot;color: orangered;&quot;&gt;$i&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: purple;&quot;&gt;1&lt;/span&gt;; &lt;span style=&quot;color: orangered;&quot;&gt;$i&lt;/span&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;-le&lt;/span&gt; &lt;span style=&quot;color: orangered;&quot;&gt;$rowMax&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: purple;&quot;&gt;1&lt;/span&gt;; &lt;span style=&quot;color: orangered;&quot;&gt;$i&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;++&lt;/span&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;{
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$name&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: orangered;&quot;&gt;$sheet&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Cells&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Item(&lt;span style=&quot;color: orangered;&quot;&gt;$rowName&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;+&lt;/span&gt;&lt;span style=&quot;color: orangered;&quot;&gt;$i&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: orangered;&quot;&gt;$colName&lt;/span&gt;)&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;text &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$age&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: orangered;&quot;&gt;$sheet&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Cells&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Item(&lt;span style=&quot;color: orangered;&quot;&gt;$rowAge&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;+&lt;/span&gt;&lt;span style=&quot;color: orangered;&quot;&gt;$i&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: orangered;&quot;&gt;$colAge&lt;/span&gt;)&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;text &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$city&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; &lt;span style=&quot;color: darkgrey;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: orangered;&quot;&gt;$sheet&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Cells&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;Item(&lt;span style=&quot;color: orangered;&quot;&gt;$rowCity&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;+&lt;/span&gt;&lt;span style=&quot;color: orangered;&quot;&gt;$i&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: orangered;&quot;&gt;$colCity&lt;/span&gt;)&lt;span style=&quot;color: darkgrey;&quot;&gt;.&lt;/span&gt;text &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: blue; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;Write-Host&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; (&lt;span style=&quot;color: darkred;&quot;&gt;&quot;My
Name is: &quot;&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;+&lt;/span&gt;&lt;span style=&quot;color: orangered;&quot;&gt;$name&lt;/span&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: blue; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;Write-Host&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; (&lt;span style=&quot;color: darkred;&quot;&gt;&quot;My
Age is: &quot;&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;+&lt;/span&gt;&lt;span style=&quot;color: orangered;&quot;&gt;$age&lt;/span&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: blue; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;Write-Host&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt; (&lt;span style=&quot;color: darkred;&quot;&gt;&quot;I
live in: &quot;&lt;/span&gt;&lt;span style=&quot;color: darkgrey;&quot;&gt;+&lt;/span&gt;&lt;span style=&quot;color: orangered;&quot;&gt;$city&lt;/span&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;}&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: darkgreen; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;#close excel file&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: orangered; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;$objExcel&lt;/span&gt;&lt;span style=&quot;color: darkgrey; font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Lucida Console&amp;quot;; font-size: 9.0pt; mso-bidi-font-family: &amp;quot;Lucida Console&amp;quot;;&quot;&gt;quit()
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 0.0001pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/7827624442458142744/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2014/08/read-and-get-values-from-excel-file.html#comment-form' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/7827624442458142744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/7827624442458142744'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2014/08/read-and-get-values-from-excel-file.html' title='Read and Get Values from Excel File using PowerShell Script'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-129457324330116764</id><published>2014-07-18T14:11:00.000+08:00</published><updated>2014-07-18T14:11:49.462+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="JQuery"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2010"/><category scheme="http://www.blogger.com/atom/ns#" term="SharePoint 2013"/><title type='text'>Highlight Row, Change Font Color and Highlight One Cell Based on Status or Column Value using JQuery in SharePoint</title><content type='html'>&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Colors are good indicator and can tell you something. Using
colors on a list can help you identify or at least help you make a quick
conclusion about an item. Also, plain texts can be boring and bland.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;In this post, I will cover 3 scripts that will apply color
to your list based on the status or a column value. This script is working on both
SharePoint 2010 and SharePoint 2013...&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;u&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: large;&quot;&gt;HIGHLIGHT SINGLE CELL&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&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/AVvXsEgn2IOqQvWwyiCRFytKZWt3PIHdY5cGhuHtOw8-5hrUyV4I4wC0Cc7En6mCuC50I7NgW4AgHBkmC80orqQxAr71tQgxOaWkArcjd7f_N3lSo2qrXQ5tx3wmQ2vJU3d07CUbUxKaqqNU-0g/s1600/HLSingleCell.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Highlight Single Cell JQuery SharePoint 2013&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgn2IOqQvWwyiCRFytKZWt3PIHdY5cGhuHtOw8-5hrUyV4I4wC0Cc7En6mCuC50I7NgW4AgHBkmC80orqQxAr71tQgxOaWkArcjd7f_N3lSo2qrXQ5tx3wmQ2vJU3d07CUbUxKaqqNU-0g/s1600/HLSingleCell.jpg&quot; height=&quot;400&quot; title=&quot;Highlight Single Cell JQuery SharePoint 2013&quot; width=&quot;391&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;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;script type=&quot;text/javascript&quot; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;src=&quot;//ajax.googleapis.com/ajax/libs/jquery/1.10.0/jquery.min.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&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;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$(document).ready(function(){&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text = $(&quot;td.ms-cellstyle.ms-vb2:contains(&#39;In
Progress&#39;)&quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text.css(&quot;background-color&quot;,
&quot;#95e6f2&quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text =
$(&quot;td.ms-cellstyle.ms-vb2:contains(&#39;Completed&#39;)&quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text.css(&quot;background-color&quot;,
&quot;#70e120&quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text =
$(&quot;td.ms-cellstyle.ms-vb2:contains(&#39;Canceled&#39;)&quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text.css(&quot;background-color&quot;,
&quot;#e18620&quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;});&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;





















&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/script&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;u&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: large;&quot;&gt;HIGHLIGHT ROW&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&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/AVvXsEitbFWr8fXjQy4-Vt-eFaoudrFVEIgLm7tRbPUOnnabxBwmruOoAx1EO6SJvnZbyuq79_WhDcYlk60SWAZ9ikxifYJErNpjD4jMlMFBx9fkeCWmel5rzxmh3Q0W_5B7xnmYy43OGLUvv_o/s1600/HLWholeRow.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Highlight Row JQuery SharePoint 2013&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitbFWr8fXjQy4-Vt-eFaoudrFVEIgLm7tRbPUOnnabxBwmruOoAx1EO6SJvnZbyuq79_WhDcYlk60SWAZ9ikxifYJErNpjD4jMlMFBx9fkeCWmel5rzxmh3Q0W_5B7xnmYy43OGLUvv_o/s1600/HLWholeRow.jpg&quot; height=&quot;400&quot; title=&quot;Highlight Rowl JQuery SharePoint 2013&quot; width=&quot;398&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;script type=&quot;text/javascript&quot; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;src=&quot;//ajax.googleapis.com/ajax/libs/jquery/1.10.0/jquery.min.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&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;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$(document).ready(function(){&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text = $(&quot;td.ms-cellstyle.ms-vb2:contains(&#39;In
Progress&#39;)&quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text.parent().css(&quot;background-color&quot;,
&quot;#95e6f2&quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text =
$(&quot;td.ms-cellstyle.ms-vb2:contains(&#39;Completed&#39;)&quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text.parent().css(&quot;background-color&quot;,
&quot;#70e120&quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text =
$(&quot;td.ms-cellstyle.ms-vb2:contains(&#39;Canceled&#39;)&quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text.parent().css(&quot;background-color&quot;,
&quot;#e18620&quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;});&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;























&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;u&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: large;&quot;&gt;CHANGE FONT COLOR&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&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/AVvXsEgD83H1Cdtv6YDugmAGuaXVIoes1cd6CLn1bBUPVOJ4Jnd4158Tf2SGCyhVIWWrItTlPhYzxvGlU9mY5ZWzgbDgDBKjR4A8ws1m8twQOj3REz9R6Kqdt8lNUeuoQ6VgJgEpCu1cY5eYlaY/s1600/HLChangeFont.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Change Font Color JQuery SharePoint 2013&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgD83H1Cdtv6YDugmAGuaXVIoes1cd6CLn1bBUPVOJ4Jnd4158Tf2SGCyhVIWWrItTlPhYzxvGlU9mY5ZWzgbDgDBKjR4A8ws1m8twQOj3REz9R6Kqdt8lNUeuoQ6VgJgEpCu1cY5eYlaY/s1600/HLChangeFont.jpg&quot; height=&quot;400&quot; title=&quot;Change Font Color JQuery SharePoint 2013&quot; width=&quot;396&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;script type=&quot;text/javascript&quot; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;src=&quot;//ajax.googleapis.com/ajax/libs/jquery/1.10.0/jquery.min.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&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;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$(document).ready(function(){&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text = $(&quot;td.ms-cellstyle.ms-vb2:contains(&#39;In
Progress&#39;)&quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text.css(&quot;color&quot;, &quot;#0076e5&quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text =
$(&quot;td.ms-cellstyle.ms-vb2:contains(&#39;Completed&#39;)&quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text.css(&quot;color&quot;, &quot;#70e120&quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text =
$(&quot;td.ms-cellstyle.ms-vb2:contains(&#39;Canceled&#39;)&quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$Text.css(&quot;color&quot;, &quot;#ff0000&quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;});&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;























&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;If you want, you can also combine the highlight row and change
font colors.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/129457324330116764/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2014/07/highlight-row-change-font-color-and.html#comment-form' title='21 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/129457324330116764'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/129457324330116764'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2014/07/highlight-row-change-font-color-and.html' title='Highlight Row, Change Font Color and Highlight One Cell Based on Status or Column Value using JQuery in SharePoint'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgn2IOqQvWwyiCRFytKZWt3PIHdY5cGhuHtOw8-5hrUyV4I4wC0Cc7En6mCuC50I7NgW4AgHBkmC80orqQxAr71tQgxOaWkArcjd7f_N3lSo2qrXQ5tx3wmQ2vJU3d07CUbUxKaqqNU-0g/s72-c/HLSingleCell.jpg" height="72" width="72"/><thr:total>21</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-664448333137357682</id><published>2014-07-10T15:39:00.000+08:00</published><updated>2014-07-10T15:39:34.570+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2010"/><category scheme="http://www.blogger.com/atom/ns#" term="SharePoint Business Intelligence 2010"/><category scheme="http://www.blogger.com/atom/ns#" term="SSRS Report Builder 2008"/><title type='text'>Removing Unwanted White Pages and Spaces in SSRS Report Builder</title><content type='html'>&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;I ran into an issue on my SSRS Report Builder of having
blank white pages on print view or exported PDF files or word files. Sometimes
it expands my report table/line horizontally then when I check print preview,
it will extend the lines or tables into the next page...&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;To resolve this issue, you need to follow this rule:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;BW + BLM + BRM &amp;lt;=
PW&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Where:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;BW = Body Width&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;PLM = Page Left Margin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;PRM = Page Right Margin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;PW = Page Width&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;













&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;To check or change the values, go to Report properties. You
can see that the PW is 8.5in , PRM and PLM are 0.17in.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&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/AVvXsEh5x-tMlYl82FMa7rH1x2Du2ZNDUSRh8XkhiceLtfh6697CGZzfqWfHykRBz2qhxHgyWiBreyEOaMH4nNJvdUvZmFuoqQlI-XwIhF0hzGSwgfpG_bjJPHIs_YERypA3J87MDgjSBvBtMDM/s1600/ReportProperties.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;img alt=&quot;Reporting Properties&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5x-tMlYl82FMa7rH1x2Du2ZNDUSRh8XkhiceLtfh6697CGZzfqWfHykRBz2qhxHgyWiBreyEOaMH4nNJvdUvZmFuoqQlI-XwIhF0hzGSwgfpG_bjJPHIs_YERypA3J87MDgjSBvBtMDM/s1600/ReportProperties.jpg&quot; height=&quot;400&quot; title=&quot;&quot; width=&quot;151&quot; /&gt;&lt;/span&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;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Then for BW, go to Body properties. You can see that BW is
8.1491in.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&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: Arial, Helvetica, sans-serif; margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;/span&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-1XB7kSGVmdzWdkcDuVv0S6UPBaV7d-5Fs_qM7QPaZ7cQtuHoDQztUcz03mF9EC4dTG2TNbHSALtvK00KO_BSit3XaIG6eqEacsA9TYzGXnUxwxbFvZ_PMv7uciol6Uipq8VuDr4tt_0/s1600/BodyProperties.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Body Properties&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-1XB7kSGVmdzWdkcDuVv0S6UPBaV7d-5Fs_qM7QPaZ7cQtuHoDQztUcz03mF9EC4dTG2TNbHSALtvK00KO_BSit3XaIG6eqEacsA9TYzGXnUxwxbFvZ_PMv7uciol6Uipq8VuDr4tt_0/s1600/BodyProperties.jpg&quot; height=&quot;400&quot; title=&quot;&quot; width=&quot;348&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;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;To check if this follow the rule&lt;b&gt; BW + BLM + BRM &amp;lt;= PW&lt;/b&gt;.&lt;b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;8.1491 + 0.17 + 0.17 = 8.4891in&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;So &lt;u&gt;8.4891in &amp;nbsp;&amp;lt;
8.5in&lt;/u&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;These settings will render correctly on your print preview
or PDF file. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;You should also take into consideration that textboxes can
expand if the CanGrow property is set to TRUE. If the text box is positioned at
the end or near the end of your page, it can push the body width and change the
Body Width values. To resolve this expand the textbox to a size that it can accommodate
all the letters or word that you put inside. Also, put some distance allowance from
the end of textbox to the end of page (2pt). This is for the padding values of
the textbox. You can also set it to 0 if you want.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;CREDITS:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;











&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;For the rule, credit goes to Nathan of stackoverflow.com&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;a href=&quot;http://stackoverflow.com/questions/362902/how-to-get-rid-of-blank-pages-in-pdf-exported-from-ssrs&quot; target=&quot;_blank&quot;&gt;LINK&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/664448333137357682/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2014/07/removing-unwanted-white-pages-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/664448333137357682'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/664448333137357682'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2014/07/removing-unwanted-white-pages-and.html' title='Removing Unwanted White Pages and Spaces in SSRS Report Builder'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5x-tMlYl82FMa7rH1x2Du2ZNDUSRh8XkhiceLtfh6697CGZzfqWfHykRBz2qhxHgyWiBreyEOaMH4nNJvdUvZmFuoqQlI-XwIhF0hzGSwgfpG_bjJPHIs_YERypA3J87MDgjSBvBtMDM/s72-c/ReportProperties.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-4877510396829888144</id><published>2014-01-28T10:41:00.002+08:00</published><updated>2014-01-28T10:41:16.049+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2007"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2010"/><title type='text'>Deleting or Removing Corrupted Web Parts in SharePoint</title><content type='html'>&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;If you encountered an unexpected error when trying to edit the
web parts or the site never loads, it means that your web part is corrupted.
You need to delete that web part from that site or page...&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;To delete a corrupted web part, add &lt;b&gt;&lt;u&gt;?contents=1&lt;/u&gt;&lt;/b&gt; at the end of your site URL. For example:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; line-height: 18.479999542236328px;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;i&gt;http://portal.mekalikot.com/default.aspx?contents=1&lt;/i&gt;.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;You will see these a page that has the lists of webparts.&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&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/AVvXsEhbc3bZhJBEnT9FtUS3g8qCx-bZ2KPB9l6_EuNMfRjnyk_moxgL3k67vK23mP6Nxcn1xpkEK_pp1eC3T7N_z-FuHEU5WN5lhQXz7k3hV5Pan5riHoEeFzXahXnLMOLK8uDbq6ec6wDPVu0/s1600/web+part+corrupt.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;img alt=&quot;Deleting Removing Corrupted Web Parts SharePoint&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbc3bZhJBEnT9FtUS3g8qCx-bZ2KPB9l6_EuNMfRjnyk_moxgL3k67vK23mP6Nxcn1xpkEK_pp1eC3T7N_z-FuHEU5WN5lhQXz7k3hV5Pan5riHoEeFzXahXnLMOLK8uDbq6ec6wDPVu0/s1600/web+part+corrupt.jpg&quot; height=&quot;182&quot; title=&quot;&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;You can mark the corrupted web part and delete it here. You
can also do some other actions like Close and Reset. Closed web parts will have
“NO” on Open on Page column. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;

&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;This tip/trick works on both SharePoint 2007 and SharePoint
2010&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/4877510396829888144/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2014/01/DeletingRemovingCorruptedWebPartsSharePoint.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/4877510396829888144'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/4877510396829888144'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2014/01/DeletingRemovingCorruptedWebPartsSharePoint.html' title='Deleting or Removing Corrupted Web Parts in SharePoint'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbc3bZhJBEnT9FtUS3g8qCx-bZ2KPB9l6_EuNMfRjnyk_moxgL3k67vK23mP6Nxcn1xpkEK_pp1eC3T7N_z-FuHEU5WN5lhQXz7k3hV5Pan5riHoEeFzXahXnLMOLK8uDbq6ec6wDPVu0/s72-c/web+part+corrupt.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-8481725174729657177</id><published>2014-01-13T14:39:00.001+08:00</published><updated>2014-07-18T14:15:56.200+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Javascript"/><category scheme="http://www.blogger.com/atom/ns#" term="JQuery"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2010"/><category scheme="http://www.blogger.com/atom/ns#" term="SharePoint 2013"/><category scheme="http://www.blogger.com/atom/ns#" term="SPServices"/><title type='text'>Highlight SharePoint Task List Row based on Multiple Due Dates</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;I have a requirement that needs to highlight “Incomplete” row based on a certain task with a unique due date. It also highlights the row if the task is not yet completed and exceeds the due date.&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;u&gt;For example&lt;/u&gt;:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;Task A&lt;/b&gt; – Due date =10 days before = highlight &lt;span style=&quot;background-color: yellow;&quot;&gt;Yellow&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;Task A&lt;/b&gt; – Due date =7 days before and After Due Date = highlight &lt;span style=&quot;background-color: #ea9999;&quot;&gt;Red&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;Task B&lt;/b&gt; – Due date = 6 days before = highlight &lt;span style=&quot;background-color: yellow;&quot;&gt;Yellow&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;Task B&lt;/b&gt; – Due date = 4 days before and After Due Date = highlight &lt;span style=&quot;background-color: #ea9999;&quot;&gt;Red&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;Task C&lt;/b&gt; – Due date = 3 day before = highlight &lt;span style=&quot;background-color: yellow;&quot;&gt;Yellow&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;Task C&lt;/b&gt; – Due date =1 days before and After Due Date = highlight &lt;span style=&quot;background-color: #ea9999;&quot;&gt;Red&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;I found a lot of scripts in the net but the problem is, they need the columns like Due Date to be in the list view for the script to work. My requirement does not need the Due Date to be present in the list view. Also, I have 2 Due Dates, Warning (Yellow) and Critical (Red).&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Okay let’s go now to the solution. First, I created two calculated columns. The two columns calculate the Start Date minus the days before. I also use “IF” in the formula because every task has a unique due date.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;For 1st column, I named it &lt;b&gt;Due Date&lt;/b&gt; (Yellow highlight) and for the 2nd column, I named it &lt;b&gt;Red Date&lt;/b&gt; (Red Highlight).&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;u&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Formula for Due Date:&lt;/span&gt;&lt;/u&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;=IF(Task=”Task A”, [Start Date] – 10, IF(Task=”Task B”, [Start Date] – 6, IF(Task=”Task C”, [Start Date] – 3, “None”)))&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;u&gt;Formula for Red Date&lt;/u&gt;:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;=IF(Task=”Task A”, [Start Date] – 7, IF(Task=”Task B”, [Start Date] – 4, IF(Task=”Task C”, [Start Date] – 1, “None”)))&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;After creating the two columns, I’m now ready working on the script. Upload the jquery files on your site and reference it on your script.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;script language=&quot;javascript&quot; src=&quot;https://www.sample.com /sites/Mekalikot/JQuery%20library/jquery-1.6.4.min.js&quot; type=&quot;text/javascript&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;script language=&quot;javascript&quot; src=&quot; https://www.sample.com /sites/Mekalikot/JQuery%20library/jquery.SPServices-0.7.1a.min.js&quot; type=&quot;text/javascript&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;The heart of the script is the SPService GetListItems. I used this because I need the values in the Due Date and Red Date column even if they are not present in the list view. &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/span&gt; &lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$().SPServices({&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;operation: &quot;GetListItems&quot;,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;async: false,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;listName: &quot;Logistics Warning Copy&quot;,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;CAMLViewFields: &quot;&amp;lt;ViewFields Properties=&#39;True&#39; /&amp;gt;&quot;,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;CAMLQuery: &quot;&amp;lt;Query&amp;gt;&amp;lt;Where&amp;gt;&amp;lt;Eq&amp;gt;&amp;lt;FieldRef Name=&#39;Status&#39; /&amp;gt;&amp;lt;Value Type=&#39;Text&#39;&amp;gt;Incomplete&amp;lt;/Value&amp;gt;&amp;lt;/Eq&amp;gt;&amp;lt;/Where&amp;gt;&amp;lt;/Query&amp;gt;&quot;,&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;CAMLQueryOptions: &quot;&amp;lt;QueryOptions&amp;gt;&amp;lt;ViewAttributes /&amp;gt;&amp;lt;/QueryOptions&amp;gt;&quot;,&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;     &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;completefunc: function (xData, Status) {&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt; &amp;nbsp; &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;//alert(xData.responseText);&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt; &amp;nbsp;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt; $(xData.responseXML).SPFilterNode(&quot;z:row&quot;).each(function() {&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-tab-span&quot; style=&quot;font-family: Courier New, Courier, monospace; white-space: pre;&quot;&gt;       &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;RedDate = $(this).attr(&quot;ows_RedDate&quot;);&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; //from SP: datetime;#2013-11-15 00:00:00&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;DueDate = $(this).attr(&quot;ows_DueDateCalculated&quot;);&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; //from SP: datetime;#2014-01-07 08:00:00&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;retvalID= $(this).attr(&quot;ows_ID&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;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Next on the script is the conversion of the Dates extracted.
I will use this converted dates in comparison with TODAY’s date format.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;var SpRedDate = RedDate.substring(10,20); //get date only&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;var
ConvRedDate = SpRedDate.replace(/-/g,&#39;/&#39;); //replace dash with slash&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;var
d1 = new Date (ConvRedDate); //convert to date: Sat Nov 30 00:00:00 UTC+0800
2013&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;var
SpDueDate = DueDate.substring(10,20); //get date only&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;var
ConvDueDate = SpDueDate.replace(/-/g,&#39;/&#39;); //replace dash with slash&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;var
d2 = new Date (ConvDueDate); //convert to date: Sat Nov 30 00:00:00 UTC+0800
2013&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;The last part is the comparison of the Dates to TODAY’s date.
I will be using the “&lt;a href=&quot;http://derekgusoff.wordpress.com/2012/12/31/the-magical-iid-attribute-in-sharepoint-list-views/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;iid&lt;/a&gt;” to highlight the row based on the comparison results.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;if (today &amp;gt;= d1){&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; $(&quot;tr[iid*=&#39;&quot;+
string + &quot;&#39;]&quot;).css(&quot;background-color&quot;, &quot;#FCE4F2&quot;);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;if
(today &amp;gt;= d2 &amp;amp;&amp;amp; today&amp;lt; d1) { &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; $(&quot;tr[iid*=&#39;&quot;+
string + &quot;&#39;]&quot;).css(&quot;background-color&quot;,
&quot;#FFF5C6&quot;);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&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;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;if (isNaN(d1)){&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; $(&quot;tr[iid*=&#39;&quot;+
string + &quot;&#39;]&quot;).css(&quot;background-color&quot;,
&quot;#FCE4F2&quot;);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;This is the complete script:&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;script language=&quot;javascript&quot; src=&quot;https://www.sample.com /sites/Mekalikot/JQuery%20library/jquery-1.6.4.min.js&quot; type=&quot;text/javascript&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;&amp;lt;script language=&quot;javascript&quot; src=&quot; https://www.sample.com /sites/Mekalikot/JQuery%20library/jquery.SPServices-0.7.1a.min.js&quot; type=&quot;text/javascript&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&amp;lt;script&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;$(document).ready(function(){&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;var Task;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;var RedDate;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;var DueDate;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;var today = new Date(); //Today&#39;s date Mon Dec 2 16:20:24 UTC+0800 2013&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;$().SPServices({&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;operation: &quot;GetListItems&quot;,&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;async: false,&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;listName: &quot;Logistics Warning Copy&quot;,&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;CAMLViewFields: &quot;&amp;lt;ViewFields Properties=&#39;True&#39; /&amp;gt;&quot;,&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;CAMLQuery: &quot;&amp;lt;Query&amp;gt;&amp;lt;Where&amp;gt;&amp;lt;Eq&amp;gt;&amp;lt;FieldRef Name=&#39;Status&#39; /&amp;gt;&amp;lt;Value Type=&#39;Text&#39;&amp;gt;Incomplete&amp;lt;/Value&amp;gt;&amp;lt;/Eq&amp;gt;&amp;lt;/Where&amp;gt;&amp;lt;/Query&amp;gt;&quot;,&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;CAMLQueryOptions: &quot;&amp;lt;QueryOptions&amp;gt;&amp;lt;ViewAttributes /&amp;gt;&amp;lt;/QueryOptions&amp;gt;&quot;,&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;     &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;completefunc: function (xData, Status) {&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt; &amp;nbsp; &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;//alert(xData.responseText);&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt; &amp;nbsp;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt; $(xData.responseXML).SPFilterNode(&quot;z:row&quot;).each(function() {&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&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;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;RedDate = $(this).attr(&quot;ows_RedDate&quot;); // from SP: datetime;#2013-11-15 00:00:00&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;DueDate = $(this).attr(&quot;ows_DueDateCalculated&quot;); //from SP: datetime;#2014-01-07 08:00:00&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;retvalID= $(this).attr(&quot;ows_ID&quot;);&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&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;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;var SpRedDate = RedDate.substring(10,20); //get date only&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;var ConvRedDate = SpRedDate.replace(/-/g,&#39;/&#39;); //replace dash with slash&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;var d1 = new Date (ConvRedDate); //convert to date: Sat Nov 30 00:00:00 UTC+0800 2013&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;var SpDueDate = DueDate.substring(10,20); //get date only&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;var ConvDueDate = SpDueDate.replace(/-/g,&#39;/&#39;); //replace dash with slash&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;var d2 = new Date (ConvDueDate); //convert to date: Sat Nov 30 00:00:00 UTC+0800 2013&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&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;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;var string = retvalID.toString();&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&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;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;if (today &amp;gt;= d1){&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; $(&quot;tr[iid*=&#39;&quot;+ string + &quot;&#39;]&quot;).css(&quot;background-color&quot;, &quot;#FCE4F2&quot;);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;if (today &amp;gt;= d2 &amp;amp;&amp;amp; today&amp;lt; d1) {&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; $(&quot;tr[iid*=&#39;&quot;+ string + &quot;&#39;]&quot;).css(&quot;background-color&quot;, &quot;#FFF5C6&quot;);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&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;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;if (isNaN(d1)){&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;nbsp; &amp;nbsp; $(&quot;tr[iid*=&#39;&quot;+ string + &quot;&#39;]&quot;).css(&quot;background-color&quot;, &quot;#FCE4F2&quot;);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace;&quot;&gt;}&lt;/span&gt;&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt; &amp;nbsp; &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;});&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt;  &lt;/span&gt;}&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;});&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;});&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;&amp;lt;/script&amp;gt;&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: Arial, Helvetica, sans-serif;&quot;&gt;For simple row highlights based on status values you can check my other post:&amp;nbsp;&lt;a href=&quot;http://mekalikot.blogspot.com/2014/07/highlight-row-change-font-color-and.html&quot; target=&quot;_blank&quot;&gt;Highlight Row, Change Font Color and Highlight One Cell Based on Status or Column Value using JQuery in SharePoint&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/8481725174729657177/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2014/01/highlight-sharepoint-task-list-row.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/8481725174729657177'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/8481725174729657177'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2014/01/highlight-sharepoint-task-list-row.html' title='Highlight SharePoint Task List Row based on Multiple Due Dates'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-7323043830671109183</id><published>2014-01-08T09:44:00.001+08:00</published><updated>2014-01-08T10:01:01.873+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="InfoPath 2010"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2010"/><title type='text'>Lookup Dropdown showing ID Values in InfoPath Form 2010</title><content type='html'>&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Showing ID values on InfoPath lookup dropdown? Just change the lookup values on the Dropdown properties. Check my sample list and form below.&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;On my example, I created my 1st list called “Companies”. This is my lookup list. Then, I created a 2nd list. This list will be my main list that will use the InfoPath form.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&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/AVvXsEgtnbsX4M6NMKrve3Fg6vl1BkSDJ5vtmwWw8mD9zOeolSFbAAlWlWDII-nK-VULfe8YR06Ze3ACCgi2JEOUJ95c02B_zzRbHCoo4ccYwyKq0JineYKaqPIhtTWg2J1MUhJctokQ-gfIF-k/s1600/1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;img alt=&quot;Lookup Dropdown ID Values InfoPath 2010&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtnbsX4M6NMKrve3Fg6vl1BkSDJ5vtmwWw8mD9zOeolSFbAAlWlWDII-nK-VULfe8YR06Ze3ACCgi2JEOUJ95c02B_zzRbHCoo4ccYwyKq0JineYKaqPIhtTWg2J1MUhJctokQ-gfIF-k/s1600/1.jpg&quot; height=&quot;152&quot; title=&quot;&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;As you can see on the InfoPath form, the lookup dropdown is showing ID values from Companies list.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&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/AVvXsEgK2agf_xDpPZGhjZMWl6dsMoZIYXeI7EDpu_2TD7mK2o8oK5AsrRAUD3sv_TbzdVTWMFWWN4gM-CUIlOzpIQOTMgkWEwPu-Y1ZJqjR0qGosEfZEpv8T5K8eC7eTZHKpiB_0bQa3Elx4to/s1600/2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;img alt=&quot;Lookup Dropdown ID Values InfoPath 2010&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgK2agf_xDpPZGhjZMWl6dsMoZIYXeI7EDpu_2TD7mK2o8oK5AsrRAUD3sv_TbzdVTWMFWWN4gM-CUIlOzpIQOTMgkWEwPu-Y1ZJqjR0qGosEfZEpv8T5K8eC7eTZHKpiB_0bQa3Elx4to/s1600/2.jpg&quot; height=&quot;80&quot; title=&quot;&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;To change these values, right click the Companies lookup dropdown on Design mode then choose Drop-Down List Box Properties.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&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/AVvXsEh1TjrlZb1tnVcjHhPNdtjjGB8gi4DGfir2b55hEKXTVvSvKwfeLyr1uU8OK_OkpqI7WDN0hYoDPeqnOUbUQpijqOX2r1h2qXnEqNkz8vBUr9Bj2jocvLy-R-yO1QB2I0laVOtqLerkRRM/s1600/3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;img alt=&quot;Lookup Dropdown ID Values InfoPath 2010&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1TjrlZb1tnVcjHhPNdtjjGB8gi4DGfir2b55hEKXTVvSvKwfeLyr1uU8OK_OkpqI7WDN0hYoDPeqnOUbUQpijqOX2r1h2qXnEqNkz8vBUr9Bj2jocvLy-R-yO1QB2I0laVOtqLerkRRM/s1600/3.jpg&quot; title=&quot;&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Change the Display Name option to Title or the column that you want to be shown on your dropdown. &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&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/AVvXsEjixjwrxcw5OP3qCb-zffyLmg6Z_q7tLaXXURYm639JKMZmLouLT6vYThyv1eaascIHHApDE8x7G3-594XEsLMdBwyhCSQ4u58iIePxCFmm3clIa4myMoMPWr-bWwqN1LNCE9rcnL7cAnw/s1600/4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;img alt=&quot;Lookup Dropdown ID Values InfoPath 2010&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjixjwrxcw5OP3qCb-zffyLmg6Z_q7tLaXXURYm639JKMZmLouLT6vYThyv1eaascIHHApDE8x7G3-594XEsLMdBwyhCSQ4u58iIePxCFmm3clIa4myMoMPWr-bWwqN1LNCE9rcnL7cAnw/s1600/4.jpg&quot; height=&quot;400&quot; title=&quot;&quot; width=&quot;325&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Then click OK, your lookup dropdown is now showing text values but bear in mind that the real value of that dropdown is ID (integer).&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&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/AVvXsEg31pcRCuXT8T0BDPU_yZTUETedouBc_UMkFlNl9ZZRVe3NB1xkdtuPW5rGtaSLAQIJJBys8l2LqB48fZvkEga7bWYuaFSPDAyuFYpGAUlOnDKJWXWkT801PmXQPg7oDlz_xc9CCv1xzvs/s1600/5.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;img alt=&quot;Lookup Dropdown ID Values InfoPath 2010&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg31pcRCuXT8T0BDPU_yZTUETedouBc_UMkFlNl9ZZRVe3NB1xkdtuPW5rGtaSLAQIJJBys8l2LqB48fZvkEga7bWYuaFSPDAyuFYpGAUlOnDKJWXWkT801PmXQPg7oDlz_xc9CCv1xzvs/s1600/5.jpg&quot; height=&quot;77&quot; title=&quot;&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/7323043830671109183/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2014/01/lookup-dropdown-showing-id-values-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/7323043830671109183'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/7323043830671109183'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2014/01/lookup-dropdown-showing-id-values-in.html' title='Lookup Dropdown showing ID Values in InfoPath Form 2010'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtnbsX4M6NMKrve3Fg6vl1BkSDJ5vtmwWw8mD9zOeolSFbAAlWlWDII-nK-VULfe8YR06Ze3ACCgi2JEOUJ95c02B_zzRbHCoo4ccYwyKq0JineYKaqPIhtTWg2J1MUhJctokQ-gfIF-k/s72-c/1.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-7224378021026103648</id><published>2013-06-10T12:26:00.000+08:00</published><updated>2014-01-08T10:01:22.168+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2010"/><title type='text'>Edit or Change the SharePoint List Name in the URL</title><content type='html'>&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;To edit or change the list name in the URL, you need the following:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpFirst&quot; style=&quot;margin: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1; text-indent: -0.25in;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;&quot;&gt;&lt;span style=&quot;mso-list: Ignore;&quot;&gt;1.&lt;span style=&quot;font-size: 7pt; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Site Collection Administration acces (SCA)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;margin: 0in 0in 10pt 0.5in; mso-list: l0 level1 lfo1; text-indent: -0.25in;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;&quot;&gt;&lt;span style=&quot;mso-list: Ignore;&quot;&gt;2.&lt;span style=&quot;font-size: 7pt; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;SharePoint Designer 2010&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Open the site in SPD. Click on “All Files” then choose Lists. Select the list that you want to edit or change then right click and choose “Rename”.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;That’s it &lt;span style=&quot;mso-char-type: symbol; mso-symbol-font-family: Wingdings;&quot;&gt;J&lt;/span&gt;&lt;/span&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/AVvXsEidw8ilMBlLqAxf5_AcKlq5q6_qg9RQ6KfjKuCB-eROkE15H1LKNjUS3c3MW5_5vAWL_-HaXaLqJJK7oCGxrmRHQalpLQJ7p72Q1FNDvcCPBU42yKcidoKm12T6H8rQoqWeyKW-Pht8sIE/s1600/ChangeListName.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidw8ilMBlLqAxf5_AcKlq5q6_qg9RQ6KfjKuCB-eROkE15H1LKNjUS3c3MW5_5vAWL_-HaXaLqJJK7oCGxrmRHQalpLQJ7p72Q1FNDvcCPBU42yKcidoKm12T6H8rQoqWeyKW-Pht8sIE/s400/ChangeListName.jpg&quot; height=&quot;188&quot; width=&quot;400&quot; yya=&quot;true&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/7224378021026103648/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2013/06/to-edit-or-change-list-name-in-url-you.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/7224378021026103648'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/7224378021026103648'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2013/06/to-edit-or-change-list-name-in-url-you.html' title='Edit or Change the SharePoint List Name in the URL'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidw8ilMBlLqAxf5_AcKlq5q6_qg9RQ6KfjKuCB-eROkE15H1LKNjUS3c3MW5_5vAWL_-HaXaLqJJK7oCGxrmRHQalpLQJ7p72Q1FNDvcCPBU42yKcidoKm12T6H8rQoqWeyKW-Pht8sIE/s72-c/ChangeListName.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-3602263025582033657</id><published>2012-03-29T09:17:00.002+08:00</published><updated>2012-03-29T09:17:53.639+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2010"/><title type='text'>Cannot remove Bullets in Summary Links</title><content type='html'>&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: Calibri;&quot;&gt;I had this issue where the bullets in summary links won’t gone even I change the Style and Layout. This is only happening in one Site Collection. I checked the site which is not working and a working site using developer tools (IE) and found out that a CSS file is missing. The missing CSS file is &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;controls-6E924A6.css&lt;/b&gt;&lt;/span&gt; &lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;To resolve this issue, go to this path “site collection/_catalogs/theme/Themed/(number/ID)” virtual directory and download the CSS file from the working site. Upload the missing CSS file to the site that is having the issue.&lt;/span&gt; &lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: Calibri;&quot;&gt;You can also check the location of the CSS in the developer tools(IE). Click the CSS file and it will show where it is located.&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/3602263025582033657/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2012/03/cannot-remove-bullets-in-summary-links.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/3602263025582033657'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/3602263025582033657'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2012/03/cannot-remove-bullets-in-summary-links.html' title='Cannot remove Bullets in Summary Links'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-6342292614307236639</id><published>2012-02-08T09:16:00.004+08:00</published><updated>2012-02-08T09:16:46.597+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2007"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2010"/><title type='text'>Deleted List Still Showing/Appearing in All Site Content</title><content type='html'>I encountered an issue about a deleted list by a user is still showing in the All Site Content of Sharepoint. When you clicked on the List it will show 404 or cannot be displayed because it is already deleted.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;The solution is go to Top Level Site then Site Settings. Under Site Collection Administration section click &lt;strong&gt;Recycle Bin&lt;/strong&gt;. This is the site collection recycle bin. Then on the left side (SharePoint 2010) choose &lt;strong&gt;Deleted from end user Recycle Bin&lt;/strong&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/AVvXsEjGqtgbmECbzEfIHmAw8Ya-c1wJ_BAgdH186RZc719FuQU3DYBMMCMj8KrkPgY_SQe_cwCnconUa-0YhgF07g7Hvk2Pr-g_xCBdcwgQaRwFEydUn6Xr27QSj5o8esWFjA4Q8MlZXrGBvQQ/s1600/RB.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;84&quot; sda=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGqtgbmECbzEfIHmAw8Ya-c1wJ_BAgdH186RZc719FuQU3DYBMMCMj8KrkPgY_SQe_cwCnconUa-0YhgF07g7Hvk2Pr-g_xCBdcwgQaRwFEydUn6Xr27QSj5o8esWFjA4Q8MlZXrGBvQQ/s200/RB.jpg&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Find the list and delete it. You cannot restore it because it will show that a list with the same name is already existing. After deleting refresh the All Site Content and the broken list will be gone.&lt;br /&gt;
&lt;br /&gt;
NOTE: I also discovered that this will also cause error on site&#39;s Content and Structure function(under Site Settings-&amp;gt; Site Administration). After removing the broken list, the Content and Structure will work again.</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/6342292614307236639/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2012/02/deleted-list-still-showingappearing-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/6342292614307236639'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/6342292614307236639'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2012/02/deleted-list-still-showingappearing-in.html' title='Deleted List Still Showing/Appearing in All Site Content'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGqtgbmECbzEfIHmAw8Ya-c1wJ_BAgdH186RZc719FuQU3DYBMMCMj8KrkPgY_SQe_cwCnconUa-0YhgF07g7Hvk2Pr-g_xCBdcwgQaRwFEydUn6Xr27QSj5o8esWFjA4Q8MlZXrGBvQQ/s72-c/RB.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-6572341910264170193</id><published>2011-11-03T15:39:00.000+08:00</published><updated>2011-12-16T09:06:47.902+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2007"/><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2010"/><title type='text'>Display a Grouped Items in a List or Document Library from another Sharepoint Site</title><content type='html'>We had a requirement that needs to display a certain view of a document library in another site to a different site. After searching, with the help of Mr. Google, we stumbled upon the &lt;a href=&quot;http://blog.pathtosharepoint.com/&quot;&gt;Path To SharePoint blog&lt;/a&gt; and thanks to Christophe we found the solution. Here is the&amp;nbsp;&lt;a href=&quot;http://blog.pathtosharepoint.com/2009/03/23/display-a-list-in-another-site-contd/&quot;&gt;LINK&lt;/a&gt; .&lt;br /&gt;
&lt;br /&gt;
But the problem is that the Javascript solution by Christophe has some limitations like grouping , sorting, next page are disabled and we need those functionalities in some of the Sharepoint views to be displayed. &lt;br /&gt;
&lt;br /&gt;
Because of that, my colleague (not to be named according to him lol) modified Christophe’s original CrossSite Javascript. There are two solutions, one for Sharepoint 2007 and one for Sharepoint 2010. There are two scripts because of the difference in UI of the two versions.&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;I would like to thank Christophe for his wonderful scipt.&lt;br /&gt;
&lt;br /&gt;
For comments and suggestions feel free to comment below.&lt;br /&gt;
&lt;br /&gt;
This is the modified script:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;codeview&quot;&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: Calibri; font-size: large;&quot;&gt;&lt;strong&gt;For Sharepoint 2007&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&amp;lt;!-- Load and display list - iframe version for Grouped Items SP2007--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;DIV id=&quot;ListPlaceholder&quot;&amp;gt;&amp;lt;IMG src=&quot;/_layouts/images/GEARS_AN.GIF&quot;&amp;gt;&amp;lt;/DIV&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Paste the URL of the source list below: --&amp;gt;&lt;br /&gt;
&amp;lt;iframe id=&quot;SourceList&quot; style=&quot;width:100%; height:250px;display:none;&quot; src=&quot;/sites/TestSite/MekList/MyView.aspx&quot; onload=&quot;DisplayThisList()&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;
function DisplayThisList()&lt;br /&gt;
{&lt;br /&gt;
var placeholder = document.getElementById(&quot;ListPlaceholder&quot;);&lt;br /&gt;
&lt;br /&gt;
var displaylist = null;&lt;br /&gt;
var sourcelist = document.getElementById(&quot;SourceList&quot;);&lt;br /&gt;
&lt;br /&gt;
try {&lt;br /&gt;
if(sourcelist.contentDocument)&lt;br /&gt;
// Firefox, Opera&lt;br /&gt;
&lt;br /&gt;
{displaylist = sourcelist.contentDocument.getElementById(&quot;WebPartWPQ2&quot;) ;}&lt;br /&gt;
else if(sourcelist.contentWindow)&lt;br /&gt;
// Internet Explorer&lt;br /&gt;
&lt;br /&gt;
{displaylist = sourcelist.contentWindow.document.getElementById(&quot;WebPartWPQ2&quot;) ;}&lt;br /&gt;
else if(sourcelist.document)&lt;br /&gt;
// Others?&lt;br /&gt;
&lt;br /&gt;
{displaylist = sourcelist.document.getElementById(&quot;WebPartWPQ2&quot;) ;}&lt;br /&gt;
}&lt;br /&gt;
catch(err) { alert (&quot;Loading failed&quot;);}&lt;br /&gt;
&lt;br /&gt;
displaylist.removeChild(displaylist.getElementsByTagName(&quot;table&quot;)[0]);&lt;br /&gt;
var allDescendants = displaylist.getElementsByTagName(&quot;*&quot;);&lt;br /&gt;
for (i=0;i&amp;lt;allDescendants.length;i ) {&lt;br /&gt;
}&lt;br /&gt;
placeholder.style.visibility = &quot;hidden&quot;;&lt;br /&gt;
placeholder.style.display= &quot;none&quot;;&lt;br /&gt;
sourcelist.style.visibility = &quot;visible&quot;;&lt;br /&gt;
sourcelist.style.display= &quot;block&quot;;&lt;br /&gt;
sourcelist.contentWindow.document.getElementById(&#39;pageConstraints&#39;).outerHTML= displaylist.outerHTML;&lt;br /&gt;
sourcelist.contentWindow.document.body.style.border =&quot;none&quot;;&lt;br /&gt;
sourcelist.height = sourcelist.contentWindow.document.forms[0].offsetHeight + 50;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;codeview&quot;&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: Calibri; font-size: large;&quot;&gt;&lt;strong&gt;For Sharepoint 2010&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&amp;lt;!-- Load and display list - iframe version for Grouped Items SP2010--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&quot;ListPlaceholder&quot; style=&quot;display: none&quot;&amp;gt;&amp;lt;img src=&quot;/_layouts/images/GEARS_AN.GIF&quot; alt=&quot;&quot;/&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Paste the URL of the source list below: --&amp;gt;&lt;br /&gt;
&amp;lt;iframe id=&quot;SourceList&quot; src=&quot;/sites/TestSite/MekList/MyView.aspx&quot; frameborder=&quot;0&quot; onload=&quot;DisplayThisList()&quot; style=&quot;width: 100%; height: 250px&quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;
function DisplayThisList()&lt;br /&gt;
{&lt;br /&gt;
var placeholder = document.getElementById(&quot;ListPlaceholder&quot;);&lt;br /&gt;
&lt;br /&gt;
var displaylist = null;&lt;br /&gt;
var sourcelist = document.getElementById(&quot;SourceList&quot;);&lt;br /&gt;
&lt;br /&gt;
try {&lt;br /&gt;
if(sourcelist.contentDocument)&lt;br /&gt;
// Firefox, Opera&lt;br /&gt;
&lt;br /&gt;
{displaylist = sourcelist.contentDocument.getElementById(&quot;WebPartWPQ2&quot;) ;}&lt;br /&gt;
else if(sourcelist.contentWindow)&lt;br /&gt;
// Internet Explorer&lt;br /&gt;
&lt;br /&gt;
{displaylist = sourcelist.contentWindow.document.getElementById(&quot;WebPartWPQ2&quot;) ;}&lt;br /&gt;
else if(sourcelist.document)&lt;br /&gt;
// Others?&lt;br /&gt;
&lt;br /&gt;
{displaylist = sourcelist.document.getElementById(&quot;WebPartWPQ2&quot;) ;}&lt;br /&gt;
}&lt;br /&gt;
catch(err) { alert (&quot;Loading failed&quot;);}&lt;br /&gt;
placeholder.style.display = &quot;none&quot;;&lt;br /&gt;
sourcelist.contentDocument.getElementById(&quot;ctl00_IplsFooter&quot;).style.display = &quot;none&quot;;&lt;br /&gt;
sourcelist.contentDocument.getElementById(&quot;MSO_ContentTable&quot;).style.marginLeft = &quot;0px&quot;;&lt;br /&gt;
sourcelist.contentDocument.getElementById(&quot;s4-ribbonrow&quot;).style.display = &quot;none&quot;;&lt;br /&gt;
sourcelist.contentDocument.getElementById(&quot;s4-titlerow&quot;).style.display = &quot;none&quot;;&lt;br /&gt;
sourcelist.contentDocument.getElementById(&quot;s4-leftpanel&quot;).style.display = &quot;none&quot;;&lt;br /&gt;
}&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
SCREENSHOT SP2010:&lt;br /&gt;
&lt;br /&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;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-jNtqyQbh5VM3zvOjijE55SqWT-LMFM7fkeds9S3JmWcM3iykwIJ2NUEiee7dJmQccxm0OwCOsE3ckoIXuo4FzzR2cXMcL0cdBQvPPz6cerj7IOp9XS7VLTOX0hUn_liPX0SKGBdG5l8/s1600/SS.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;163&quot; oda=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-jNtqyQbh5VM3zvOjijE55SqWT-LMFM7fkeds9S3JmWcM3iykwIJ2NUEiee7dJmQccxm0OwCOsE3ckoIXuo4FzzR2cXMcL0cdBQvPPz6cerj7IOp9XS7VLTOX0hUn_liPX0SKGBdG5l8/s400/SS.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/6572341910264170193/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2011/11/display-grouped-items-in-list-or.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/6572341910264170193'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/6572341910264170193'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2011/11/display-grouped-items-in-list-or.html' title='Display a Grouped Items in a List or Document Library from another Sharepoint Site'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-jNtqyQbh5VM3zvOjijE55SqWT-LMFM7fkeds9S3JmWcM3iykwIJ2NUEiee7dJmQccxm0OwCOsE3ckoIXuo4FzzR2cXMcL0cdBQvPPz6cerj7IOp9XS7VLTOX0hUn_liPX0SKGBdG5l8/s72-c/SS.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-2607494369324833442</id><published>2011-09-28T13:51:00.000+08:00</published><updated>2011-09-28T14:11:21.774+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2007"/><title type='text'>Unable to Save Changes After Editing the Properties of a Document in Sharepoint Document Library</title><content type='html'>I experienced a problem with one of my customers that the changes she made after editing the properties of&amp;nbsp;a document in the Document Library of Sharepoint was not saving!&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;The solution? Check the Content Type&amp;nbsp;of the Document Library is using and check the columns for any duplication. Delete any duplicate columns at it will solve the problem.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;
To check the Content Type make sure you enable the management of content types. To enable go to Document Library settings -&amp;gt; Advance Settings then choose YES on &quot;Allow Management of Content Types&quot;.&lt;/div&gt;
&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&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/AVvXsEgOqbXV26_VPfE_jGLojYzTXXNpqwU8KD6YYP03qWnbrVawjsYQ44Lc0cxyE6SnUODCg_dRinWGdcjuAIA8VH-h2iIerD9E1mBVBHJhuqet5YdKGx3Kmy4biO2yUH22t93jqELAc2FAiEA/s1600/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;36&quot; kca=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOqbXV26_VPfE_jGLojYzTXXNpqwU8KD6YYP03qWnbrVawjsYQ44Lc0cxyE6SnUODCg_dRinWGdcjuAIA8VH-h2iIerD9E1mBVBHJhuqet5YdKGx3Kmy4biO2yUH22t93jqELAc2FAiEA/s400/1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;
After that, go back to the Document Library Settings and click the Content Type that the Document Library is using to check the columns.&lt;/div&gt;
&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&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/AVvXsEj64Rfhdifzq52nVehQkBJ4FES8aYw4ntmrWIlguXqzVdaLDvig0YRXGOPyNirvfde-cvYdgysuV4tbiCEmSz3nszfWoNaiYJihZOrM_qBxXVNtarDfkDsqSFMztG41nKQYDfqqUEgLyPA/s1600/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;200&quot; kca=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj64Rfhdifzq52nVehQkBJ4FES8aYw4ntmrWIlguXqzVdaLDvig0YRXGOPyNirvfde-cvYdgysuV4tbiCEmSz3nszfWoNaiYJihZOrM_qBxXVNtarDfkDsqSFMztG41nKQYDfqqUEgLyPA/s400/2.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;
Again, delete any duplicate columns. It works on me so I hope it will work on you too.&lt;/div&gt;
&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/2607494369324833442/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2011/09/unable-to-save-changes-after-editing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/2607494369324833442'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/2607494369324833442'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2011/09/unable-to-save-changes-after-editing.html' title='Unable to Save Changes After Editing the Properties of a Document in Sharepoint Document Library'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOqbXV26_VPfE_jGLojYzTXXNpqwU8KD6YYP03qWnbrVawjsYQ44Lc0cxyE6SnUODCg_dRinWGdcjuAIA8VH-h2iIerD9E1mBVBHJhuqet5YdKGx3Kmy4biO2yUH22t93jqELAc2FAiEA/s72-c/1.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-648332579507636318</id><published>2011-02-21T13:44:00.006+08:00</published><updated>2011-05-17T19:07:55.589+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2007"/><title type='text'>Explorer View error in Sharepoint</title><content type='html'>&lt;div class=&quot;MsoNormal&quot; style=&quot;color: black; font-family: Arial,Helvetica,sans-serif;&quot;&gt;I have this issue with one of our clients, when selecting Explorer View and error says: &lt;b&gt;“&lt;/b&gt;&lt;b&gt;Please wait while Explorer View is loaded. If Explorer View does not appear, your browser may not support it.&quot;&lt;/b&gt; …&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: black; font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;color: black;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: black; font-family: Arial,Helvetica,sans-serif;&quot;&gt;One solution to check first is if the &lt;b&gt;WEbClient&lt;/b&gt; service is turned on and set to &lt;b&gt;Automatic&lt;/b&gt;. To set it:&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: black; font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoListParagraphCxSpFirst&quot; style=&quot;color: black; font-family: Arial,Helvetica,sans-serif; text-indent: -0.25in;&quot;&gt;1.&lt;span style=&quot;font-size-adjust: none; font-size: 7pt; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;click Start -&amp;gt; Run, then type &lt;b&gt;services.msc&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;color: black; font-family: Arial,Helvetica,sans-serif; text-indent: -0.25in;&quot;&gt;2.&lt;span style=&quot;font-size-adjust: none; font-size: 7pt; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Look for&lt;b&gt; WebClient, &lt;/b&gt;double&lt;b&gt; &lt;/b&gt;click and set&lt;b&gt; Startup type &lt;/b&gt;to&lt;b&gt; Automatic.&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;color: black; font-family: Arial,Helvetica,sans-serif; text-indent: -0.25in;&quot;&gt;3.&lt;span style=&quot;font-size-adjust: none; font-size: 7pt; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Right click on&lt;b&gt; WebClient, &lt;/b&gt;click&lt;b&gt; Start.&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: black; font-family: Arial,Helvetica,sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: black; font-family: Arial,Helvetica,sans-serif;&quot;&gt;Now check again the Explorer View. If it doesn’t work check your browser version. As I check the net, IE8 seems to have problems with Explorer View. Hope this helps.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/648332579507636318/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2011/02/explorer-view-error-in-sharepoint.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/648332579507636318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/648332579507636318'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2011/02/explorer-view-error-in-sharepoint.html' title='Explorer View error in Sharepoint'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-5232591630526225336</id><published>2011-02-01T15:27:00.002+08:00</published><updated>2011-05-17T19:02:19.441+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2007"/><title type='text'>How to Restore the Missing View dropdown in Sharepoint</title><content type='html'>&lt;div style=&quot;color: black;&quot;&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;One time while doing the project, I was in panic when the view dropdown button is missing in the list view or allitems.aspx. One thing I remember is that I edit the page in Site Actions menu then I accidentally click the “x” mark. Clicking the “x” mark will close the webpart. After that I just add the list webpart to show it again and poof! The view dropdown is missing.&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: black; margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;Now I will show you how to restore the view dropdown…&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: black;&quot;&gt;&lt;/div&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: black; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLdbra2eKsGhHK8y5TYSg6TIeaQDtrsrbKcJB_ZO4p23tXP4cBu6tcmn0lt6ztiqCvfFB4JlOLIaFWumQA44To2Uh3MOHymIsX_PSErQonmBGO5MCfvXCGmQWFuslEZk2GWEjicCr0Mao/s1600/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;73&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLdbra2eKsGhHK8y5TYSg6TIeaQDtrsrbKcJB_ZO4p23tXP4cBu6tcmn0lt6ztiqCvfFB4JlOLIaFWumQA44To2Uh3MOHymIsX_PSErQonmBGO5MCfvXCGmQWFuslEZk2GWEjicCr0Mao/s400/1.JPG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: black; margin: 0in 0in 10pt;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: black; margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;Two ways I know that can restore it.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoListParagraphCxSpFirst&quot; style=&quot;color: black; margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;1.&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Adding the closed webpart by editing the page.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;color: black; margin: 0in 0in 10pt 0.5in; text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;2.&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Adding the closed webpart using Sharepoint Designer.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: black; margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;I’ll show you option number 1, especially if you don’t have Sharepoint Designer, because it is much easier and faster.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoListParagraphCxSpFirst&quot; style=&quot;color: black; margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;1.&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Go to &lt;b&gt;Site Actions&lt;/b&gt; and choose &lt;b&gt;Edit Page&lt;/b&gt; from the dropdown.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;color: black; margin: 0in 0in 10pt 0.5in; text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;2.&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Choose &lt;b&gt;Add a Web Part.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: black; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqmFm2HTA5SdJjx8EdT76IRj1eUuKYJMvYjeEUdWOwVF_XurISNxoW8YXU0L06URiWEEzmbezZp2uBcgLXxkCf03bzyamTkzIaoaj2jMgA_-QI2xPaJE1UUutv52Z4JkIK_WM6A3DIvwY/s1600/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;153&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqmFm2HTA5SdJjx8EdT76IRj1eUuKYJMvYjeEUdWOwVF_XurISNxoW8YXU0L06URiWEEzmbezZp2uBcgLXxkCf03bzyamTkzIaoaj2jMgA_-QI2xPaJE1UUutv52Z4JkIK_WM6A3DIvwY/s320/2.JPG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;MsoListParagraphCxSpFirst&quot; style=&quot;color: black; margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;3.&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Add the bottom right of the menu, choose &lt;b&gt;Advanced Web Part gallery and options&lt;/b&gt;.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;color: black; margin: 0in 0in 0pt 0.5in;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: black; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHhbZCJzeQuTHlA-JBxsyrgTiycIgt5Y0p_tUmnK3aOH0QJ1dN8sn9Bqhzai4HqgKyHd9vFwAYOs1Ty9FEFlDJ984bYpSC8WQqKTWoLOaqnsZ6r2SiX9HI0Hn1TIQUYLudNkRn28WJdg4/s1600/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;153&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHhbZCJzeQuTHlA-JBxsyrgTiycIgt5Y0p_tUmnK3aOH0QJ1dN8sn9Bqhzai4HqgKyHd9vFwAYOs1Ty9FEFlDJ984bYpSC8WQqKTWoLOaqnsZ6r2SiX9HI0Hn1TIQUYLudNkRn28WJdg4/s320/3.JPG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;color: black; margin: 0in 0in 0pt 0.5in;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;color: black; margin: 0in 0in 0pt 0.5in;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;color: black; margin: 0in 0in 0pt 0.5in; text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;4.&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;A menu will appear on the right side, choose &lt;b&gt;Closed Web Parts.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;color: black; margin: 0in 0in 0pt 0.5in;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: black; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEig8jN1cgb7elAZJ1xixKYxW8bJh_RLJvlgd9C1tFQ9chZz9cwCq9OTtwpb2wBxKOmXfW9FNRIkyOrAe-u0YW-R9jzes1fJUjE6jqifne7jSojYoJ_6vCD4OaBAd1QdpCA3lB8o_C_ybi8/s1600/4.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEig8jN1cgb7elAZJ1xixKYxW8bJh_RLJvlgd9C1tFQ9chZz9cwCq9OTtwpb2wBxKOmXfW9FNRIkyOrAe-u0YW-R9jzes1fJUjE6jqifne7jSojYoJ_6vCD4OaBAd1QdpCA3lB8o_C_ybi8/s1600/4.JPG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;color: black; margin: 0in 0in 0pt 0.5in;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;color: black; margin: 0in 0in 0pt 0.5in;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;color: black; margin: 0in 0in 10pt 0.5in; text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;5.&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;From the menu, under &lt;b&gt;Web Part List&lt;/b&gt;, choose the list that you have closed. In this example it is &lt;b&gt;Mek List&lt;/b&gt; then click &lt;b&gt;Add &lt;/b&gt;button at the bottom. You can see the list webpart with the view dropdown on the left after clicking the Add button. After that click &lt;b&gt;Exit Edit mode&lt;/b&gt;.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: black; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXwHFB-0Lp7Z0RRWSW47c5pL4N75Lsi0e-awGL7PGszZwvBnROBMpVVY8_vlv5q7yZxoqTd2JA9Dzqaoo4m6QQGb9va67HuuTlEqvhYtyfTj34T7AjZfSyAV5Nd6E5G1OlsD3kN9-VoeM/s1600/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;320&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXwHFB-0Lp7Z0RRWSW47c5pL4N75Lsi0e-awGL7PGszZwvBnROBMpVVY8_vlv5q7yZxoqTd2JA9Dzqaoo4m6QQGb9va67HuuTlEqvhYtyfTj34T7AjZfSyAV5Nd6E5G1OlsD3kN9-VoeM/s320/5.JPG&quot; width=&quot;238&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: black; margin: 0in 0in 10pt;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoListParagraph&quot; style=&quot;color: black; margin: 0in 0in 10pt 0.5in; text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;6.&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Two webpart will appear, one with the view and the one without. Just close the webpart of the one without view dropdown in the edit mode.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: black; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLRsbOUure2crD-2HmLdXI34YZYYVP8yB7pKvzmiXwh1TlKMK6uw2mCXTKbl09_oaXZe1wprI5nKHjMrhZ87GX0lRjd0e0mtq4VEJl0Cnmbhe5EZKNJB-iqOEX9sbsFZMiDP_QSV8Mlkc/s1600/6.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;110&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLRsbOUure2crD-2HmLdXI34YZYYVP8yB7pKvzmiXwh1TlKMK6uw2mCXTKbl09_oaXZe1wprI5nKHjMrhZ87GX0lRjd0e0mtq4VEJl0Cnmbhe5EZKNJB-iqOEX9sbsFZMiDP_QSV8Mlkc/s400/6.JPG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: black; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;color: black;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: black; margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;So basically that’s it. It’s just that simple and easy. I’ll show you soon if I have time the second way by using Sharepoint Designer. Thanks.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: black; margin: 0in 0in 10pt;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: black; margin: 0in 0in 10pt;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: black; margin: 0in 0in 10pt;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: black; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: black; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: black; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: black; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: black; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: black; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/5232591630526225336/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2011/02/how-to-restore-missing-view-dropdown-in.html#comment-form' title='11 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/5232591630526225336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/5232591630526225336'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2011/02/how-to-restore-missing-view-dropdown-in.html' title='How to Restore the Missing View dropdown in Sharepoint'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLdbra2eKsGhHK8y5TYSg6TIeaQDtrsrbKcJB_ZO4p23tXP4cBu6tcmn0lt6ztiqCvfFB4JlOLIaFWumQA44To2Uh3MOHymIsX_PSErQonmBGO5MCfvXCGmQWFuslEZk2GWEjicCr0Mao/s72-c/1.JPG" height="72" width="72"/><thr:total>11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-7240254048361500830</id><published>2011-01-26T17:51:00.011+08:00</published><updated>2011-01-26T22:01:42.868+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2007"/><title type='text'>How to change the time stamp/time zone on the comments of “Append Changes To Existing Text”</title><content type='html'>&lt;div class=&quot;MsoNormal&quot; style=&quot;color: white; margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;On my previous post I taught you &lt;a href=&quot;http://mekalikot.blogspot.com/2011/01/how-to-remove-blank-comments-on-append.html&quot;&gt;how to remove blank comments on “Append Changes To Existing Text”&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;. Now I will show you on how to change the time stamp or time zone on the comments. &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: white; margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;Why change? Well it depends on your requirements, like on my previous project, I have to use the time zone of my foreign client.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: white; margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;So let’s start...&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: white; margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;Below is the initial time stamp of the comments.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: white; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7CrDSPCMGSvK3LnmLq9HVhAsc779qL0IGts2vx7jdFKMb8BJatUiQPW5G7dEC6VmvzTX_sZhTnhJC9oJALTiBDdI78SjNviByGy2ogIlHeLpK8ZLInkVD77ddbvmvEhvOmgUnfyHIw3U/s1600/001.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;90&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7CrDSPCMGSvK3LnmLq9HVhAsc779qL0IGts2vx7jdFKMb8BJatUiQPW5G7dEC6VmvzTX_sZhTnhJC9oJALTiBDdI78SjNviByGy2ogIlHeLpK8ZLInkVD77ddbvmvEhvOmgUnfyHIw3U/s400/001.JPG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: white; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: white; margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;Now all you have to do is go to &lt;b&gt;Site Actions&lt;/b&gt; -&amp;gt; &lt;b&gt;Site Settings&lt;/b&gt; &amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: white; margin: 0in 0in 10pt;&quot;&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/AVvXsEg-kWgybVT3_X2iCkWd3VjsINCSTvlAzF-9lkPWeIWO8cF-___6pdGROvsO7Wt6ASCYahpCkQdloeqE5w7awe0L18KauboBC_DZXkL3LttJmq-3rx6aUOQ6aA_DlOa1I_yDq9Ia-DegqlA/s1600/002.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-kWgybVT3_X2iCkWd3VjsINCSTvlAzF-9lkPWeIWO8cF-___6pdGROvsO7Wt6ASCYahpCkQdloeqE5w7awe0L18KauboBC_DZXkL3LttJmq-3rx6aUOQ6aA_DlOa1I_yDq9Ia-DegqlA/s1600/002.JPG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: white; margin: 0in 0in 10pt;&quot;&gt;&lt;div style=&quot;border: medium none;&quot;&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;On the right under &lt;b&gt;Site Administration&lt;/b&gt;, click &lt;b&gt;Regional Settings&lt;/b&gt;.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: white; margin: 0in 0in 10pt;&quot;&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/AVvXsEgfcEcLMExHL2ktP6ATWHGpAZa77DG-AaaLMnqMJ5nNZo5tBpLemBNdhQq2q4naGhJuWeB1NxqqO7zH7XBUnC_4TNxZ1mLFUMSjIykXmcr0TzvZIN5xjaYGscUVtYTNK69JGd0XByCpDvo/s1600/003.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfcEcLMExHL2ktP6ATWHGpAZa77DG-AaaLMnqMJ5nNZo5tBpLemBNdhQq2q4naGhJuWeB1NxqqO7zH7XBUnC_4TNxZ1mLFUMSjIykXmcr0TzvZIN5xjaYGscUVtYTNK69JGd0XByCpDvo/s1600/003.JPG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;border: medium none;&quot;&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;Find the &lt;b&gt;Time Zone&lt;/b&gt; option and on its right there is a drop down that let you choose your time zone. In the example I choose &lt;b&gt;(GMT +8:00) Beijing, Chongging, Hong Kong S.A.R, Urumqi&lt;/b&gt;. &lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;border: medium none;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;border: medium none;&quot;&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/AVvXsEg4HziV85ykSw04s-oCrGTiivnDrPD4-keJGEi0uX-9OvkBl5z7lENALjxzPrZPZ2AnNpKrbkiZkJW-W8r1tVLqYzotW34zL_3yDPZ4AXXXm20N4V12Ek11YzLEyC9GRXIDiqrBjRmVZm0/s1600/004+v.2.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;97&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4HziV85ykSw04s-oCrGTiivnDrPD4-keJGEi0uX-9OvkBl5z7lENALjxzPrZPZ2AnNpKrbkiZkJW-W8r1tVLqYzotW34zL_3yDPZ4AXXXm20N4V12Ek11YzLEyC9GRXIDiqrBjRmVZm0/s640/004+v.2.JPG&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;color: white; margin: 0in 0in 10pt;&quot;&gt;&lt;div style=&quot;border: medium none;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;border: medium none;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Calibri;&quot;&gt;After you select a time zone, press &lt;b&gt;OK&lt;/b&gt;, then go back to your form and you will see that the time zone / time stamp is changed based on your selected time zone.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;border: medium none; clear: both; color: white; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqTQUjqWptzrYh8uxiDPW5Ebl_UFAQr7rdk5i8Bs4qkJmuXXngef8EHoWAmCLyiqv8x9JhErGWzYi-LluI0ZGcpq6dSXv3cYE7RiACuhi5m-wf2q1UxZcGHhk-hQq7CddLwkyqqAVJCtY/s1600/005.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;90&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqTQUjqWptzrYh8uxiDPW5Ebl_UFAQr7rdk5i8Bs4qkJmuXXngef8EHoWAmCLyiqv8x9JhErGWzYi-LluI0ZGcpq6dSXv3cYE7RiACuhi5m-wf2q1UxZcGHhk-hQq7CddLwkyqqAVJCtY/s400/005.JPG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/7240254048361500830/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2011/01/how-to-change-time-stamptime-zone-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/7240254048361500830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/7240254048361500830'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2011/01/how-to-change-time-stamptime-zone-on.html' title='How to change the time stamp/time zone on the comments of “Append Changes To Existing Text”'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7CrDSPCMGSvK3LnmLq9HVhAsc779qL0IGts2vx7jdFKMb8BJatUiQPW5G7dEC6VmvzTX_sZhTnhJC9oJALTiBDdI78SjNviByGy2ogIlHeLpK8ZLInkVD77ddbvmvEhvOmgUnfyHIw3U/s72-c/001.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-9019192414042167681</id><published>2011-01-24T14:57:00.000+08:00</published><updated>2011-01-24T19:22:48.120+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2007"/><title type='text'>How to customize forms in a list using Sharepoint Designer 2007</title><content type='html'>&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;color: white; font-family: Calibri;&quot;&gt;One great tool in customizing a form is using Sharepoint Designer 2007. It does not require heavy coding unlike Visual Studio.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;color: white; font-family: Calibri;&quot;&gt;I will show you how to customize a form using Sharepoint Designer 2007. From this point I’ll call Sharepoint Designer as SPD.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: white;&quot;&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;color: white; font-family: Calibri;&quot;&gt;Below is the form in Sharepoint Site.&lt;/span&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/AVvXsEiwNHbhAC7ozzzQ6kvR41IMzcknZiA0WW-EVr7j_mrym5PBdIlZNhgWZvu4xOlKHyW2wUeAcKIPNLgOmdGQCk4UoKL17NxTj0_4qNVi6jkh-XxF5IecNj0JUWTXJTYluYE6zs1EJY-hRGo/s1600/001.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;160&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwNHbhAC7ozzzQ6kvR41IMzcknZiA0WW-EVr7j_mrym5PBdIlZNhgWZvu4xOlKHyW2wUeAcKIPNLgOmdGQCk4UoKL17NxTj0_4qNVi6jkh-XxF5IecNj0JUWTXJTYluYE6zs1EJY-hRGo/s400/001.JPG&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;color: white; font-family: Calibri;&quot;&gt;Open your SPD, click &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;File&lt;/b&gt; -&amp;gt; &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Open Site. &lt;/b&gt;After opening your site, you can see at the left panel the &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Folder List&lt;/b&gt; tab. &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Click on the &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Lists &lt;/b&gt;folder and choose the List that contains the form that you want to customize. In the screenshot, my form is in the &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Mek List. &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;&lt;span style=&quot;color: white; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjCS_F4gCwh8Uc5EDdchwnesmEm1YS1gI6el1GrcpexiXnPu1OO8lupyp4d1hrCE5cfgev9rIJx5YWP8tHHjkDR7Fh2njaUoB5r6HHv-kV8N3qTB6OBRSzShf4KBWgSUXpzuZJnN4kvoQ/s1600/002.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjCS_F4gCwh8Uc5EDdchwnesmEm1YS1gI6el1GrcpexiXnPu1OO8lupyp4d1hrCE5cfgev9rIJx5YWP8tHHjkDR7Fh2njaUoB5r6HHv-kV8N3qTB6OBRSzShf4KBWgSUXpzuZJnN4kvoQ/s400/002.JPG&quot; width=&quot;133&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;color: white; font-family: Calibri;&quot;&gt;In the example, I will customize&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt; the EditForm.aspx. &lt;/b&gt;It is the page that can be seen when you edit an item.&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp; &lt;/span&gt;Double click it to open. As you can see, the columns don’t appear and because of that you cannot customize it.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: white;&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/AVvXsEjvngt0nlnGO_u0vhxT-tRzCe-9B63M13v7lcXQetxlwNeSXZA2jax4xI5xURQ6h0TrUTaGA6-AKwEe2XpDAaqDwFPkgcqji5k4HzCGFfZP-ZSH8qMdpuxRQ9O6tLUBBqbbzZWjO6gffgg/s1600/003.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;225&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvngt0nlnGO_u0vhxT-tRzCe-9B63M13v7lcXQetxlwNeSXZA2jax4xI5xURQ6h0TrUTaGA6-AKwEe2XpDAaqDwFPkgcqji5k4HzCGFfZP-ZSH8qMdpuxRQ9O6tLUBBqbbzZWjO6gffgg/s400/003.JPG&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;color: white; font-family: Calibri;&quot;&gt;What will you do is click the PlaceHolderMain to highlight it, then press right arrow key and press enter to put the cursor below it. This will where you will insert something.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&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/AVvXsEgVaRmosFT2ZWSZNwDBnGsWBN5MxwAM0-AIB-NJrKmY9O_sOKR34Y3-RSTC4eb5cktHtS04aYdm5Wx63lulG_7QFKwmXVki3t76sDAK7I32wf02GDjZVhaMY5582ntBO0zkuYtG1DmH9L4/s1600/004.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;198&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVaRmosFT2ZWSZNwDBnGsWBN5MxwAM0-AIB-NJrKmY9O_sOKR34Y3-RSTC4eb5cktHtS04aYdm5Wx63lulG_7QFKwmXVki3t76sDAK7I32wf02GDjZVhaMY5582ntBO0zkuYtG1DmH9L4/s400/004.JPG&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;color: white; font-family: Calibri;&quot;&gt;In the Menu, go the &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Insert&lt;/b&gt; -&amp;gt; &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Sharepoint Controls&lt;/b&gt; -&amp;gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Custom List Form&lt;/b&gt;.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&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/AVvXsEinYhtLAd8k9YFFlcYddDoT5QZSJc6gcxoRnswPlpKRgQCPTAC_2uAoBLg0o37uDqmFEGrOGWeF5fROaOKBtVyGuSvzi4KkbCVbql47_D4VWz1NWnSCtPl-FGqMnbmmE2MBmmSDJCm8XBQ/s1600/005.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;198&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinYhtLAd8k9YFFlcYddDoT5QZSJc6gcxoRnswPlpKRgQCPTAC_2uAoBLg0o37uDqmFEGrOGWeF5fROaOKBtVyGuSvzi4KkbCVbql47_D4VWz1NWnSCtPl-FGqMnbmmE2MBmmSDJCm8XBQ/s400/005.JPG&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&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/AVvXsEhqog8W37Fw87ziloRHN_DPQ8cATHssxKphuSbw4WcpoX1XXF7PSLfc80b_4wiDDCYeY4bBgalwjIl9IfPJwyGWxyQZBkcRjDSHaR181sbxiHE-XJPXzxxcyoE1z6NA06RYQXTMRumQbKg/s1600/006.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style=&quot;color: white; font-family: Calibri;&quot;&gt;A menu will appear, choose the list in the dropdown, in the example &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Mek List&lt;/b&gt;. Content type in the dropdown is &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Item&lt;/b&gt;. In the Type of form to create choose &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Edit item form&lt;/b&gt;, in this example I want to customize EditForm.aspx. Then press OK.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: white;&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/AVvXsEhqog8W37Fw87ziloRHN_DPQ8cATHssxKphuSbw4WcpoX1XXF7PSLfc80b_4wiDDCYeY4bBgalwjIl9IfPJwyGWxyQZBkcRjDSHaR181sbxiHE-XJPXzxxcyoE1z6NA06RYQXTMRumQbKg/s1600/006.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;img border=&quot;0&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqog8W37Fw87ziloRHN_DPQ8cATHssxKphuSbw4WcpoX1XXF7PSLfc80b_4wiDDCYeY4bBgalwjIl9IfPJwyGWxyQZBkcRjDSHaR181sbxiHE-XJPXzxxcyoE1z6NA06RYQXTMRumQbKg/s1600/006.JPG&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&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/AVvXsEhASWfto_r0KEcBvoEnVqyLxQnbmdj-oJErd-OZmOuYkfwFKL9XbmbKjFiURn4mBI1MJxl3Pl-TSBGJovmIZ1eCZ05kA77I-Wl6k02C_E5wAaIzAaFmPYMCGCkaYyGYpatlFw1tPoPh3Us/s1600/007.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style=&quot;color: white; font-family: Calibri;&quot;&gt;Now the customize form and fields will appear below the default form. You can now customize the fields, etc.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&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/AVvXsEhASWfto_r0KEcBvoEnVqyLxQnbmdj-oJErd-OZmOuYkfwFKL9XbmbKjFiURn4mBI1MJxl3Pl-TSBGJovmIZ1eCZ05kA77I-Wl6k02C_E5wAaIzAaFmPYMCGCkaYyGYpatlFw1tPoPh3Us/s1600/007.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;330&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhASWfto_r0KEcBvoEnVqyLxQnbmdj-oJErd-OZmOuYkfwFKL9XbmbKjFiURn4mBI1MJxl3Pl-TSBGJovmIZ1eCZ05kA77I-Wl6k02C_E5wAaIzAaFmPYMCGCkaYyGYpatlFw1tPoPh3Us/s400/007.JPG&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;&lt;span style=&quot;color: white; font-family: Calibri;&quot;&gt;The final step is to close the default form, remember DO NOT DELETE IT. Just close it. Right click on it and choose &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Web Part Properties&lt;/b&gt;. A menu will pop, nnder Layout check &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Close Web Part&lt;/b&gt;.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&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/AVvXsEjyyZtHwHYa81aM9WnvjK_7VHaxYIpoXoS4rtQ6VReXd8TKdDpWwfDVyVq-trs9yxxCrRzfxP2aMk1Vu0LRvGdoiLkDuUnJDT2nK39u5OZhXUEBuLkoLHa0JgpSGOY5buuPn6eIzuYl-Yg/s1600/008.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;268&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyyZtHwHYa81aM9WnvjK_7VHaxYIpoXoS4rtQ6VReXd8TKdDpWwfDVyVq-trs9yxxCrRzfxP2aMk1Vu0LRvGdoiLkDuUnJDT2nK39u5OZhXUEBuLkoLHa0JgpSGOY5buuPn6eIzuYl-Yg/s400/008.JPG&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style=&quot;color: white;&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/AVvXsEjkm8QEWHJk_NySddtpbNnDN6C6EdyqT6HthDcj6Bkd0fF_nXGCSnhvKoihpDa9cAwfb_mnUsoKGJMw6fv7-dR138VYyzcFFT0IpALT02AFK2XMMyV4le-gAH-cSTvH5fPjCXtegMnvLCc/s1600/009.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkm8QEWHJk_NySddtpbNnDN6C6EdyqT6HthDcj6Bkd0fF_nXGCSnhvKoihpDa9cAwfb_mnUsoKGJMw6fv7-dR138VYyzcFFT0IpALT02AFK2XMMyV4le-gAH-cSTvH5fPjCXtegMnvLCc/s400/009.JPG&quot; width=&quot;250&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style=&quot;color: white; font-family: Calibri;&quot;&gt;Now you can customize the form.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/9019192414042167681/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2011/01/how-to-customize-forms-in-list-using.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/9019192414042167681'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/9019192414042167681'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2011/01/how-to-customize-forms-in-list-using.html' title='How to customize forms in a list using Sharepoint Designer 2007'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwNHbhAC7ozzzQ6kvR41IMzcknZiA0WW-EVr7j_mrym5PBdIlZNhgWZvu4xOlKHyW2wUeAcKIPNLgOmdGQCk4UoKL17NxTj0_4qNVi6jkh-XxF5IecNj0JUWTXJTYluYE6zs1EJY-hRGo/s72-c/001.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6779103594023321594.post-5944716338860808710</id><published>2011-01-24T02:20:00.003+08:00</published><updated>2011-05-17T19:01:31.835+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Sharepoint 2007"/><title type='text'>How to remove blank comments on Append Changes to Existing Text</title><content type='html'>&lt;div style=&quot;color: black;&quot;&gt;I have one project that requires time stamp and name to be recorded on a multiple type of text type field whenever a user saves a comment. I tried using &quot;Append Changes to Existing Text&quot;, be sure to turn on versioning or sharepoint won&#39;t allow you that option. The problem here is a user can save an item/task without putting a comment in the field and sharepoint will still put stamp on it with a blank comment! (fig.1)&lt;/div&gt;&lt;div style=&quot;color: black;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;color: black;&quot;&gt;&lt;/div&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;color: black; margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqPHXm_uIl5sQC-LZytrq936UIqnZYyjrN3JX8jOLz8jLDIp4oSJXBsxrmEtj41gqqNrlJEpprh5jeuDEkmP69WffymoQd558BLnQYaPwEjlgp-0g5pmMs7XHYOMhJb9fuWXonT8u0cI0/s1600/blank.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;97&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqPHXm_uIl5sQC-LZytrq936UIqnZYyjrN3JX8jOLz8jLDIp4oSJXBsxrmEtj41gqqNrlJEpprh5jeuDEkmP69WffymoQd558BLnQYaPwEjlgp-0g5pmMs7XHYOMhJb9fuWXonT8u0cI0/s400/blank.JPG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;i&gt;fig 1. blank comments appear&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;div style=&quot;color: black;&quot;&gt;﻿﻿﻿ ﻿ Now there is a solution I discovered to remove this blank comment. Just go to&amp;nbsp; &lt;/div&gt;&lt;div style=&quot;color: black;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;color: black;&quot;&gt;&lt;b&gt;YourList&lt;/b&gt; -&amp;gt; &lt;b&gt;Settings&lt;/b&gt; -&amp;gt; &lt;b&gt;List Settings&lt;/b&gt; -&amp;gt; &lt;b&gt;Comments&lt;/b&gt; (your field that you want to remove the blank comment)&lt;/div&gt;&lt;div style=&quot;color: black;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;color: black;&quot;&gt;Then after that&amp;nbsp;choose&amp;nbsp;&quot;&lt;b&gt;Plain text&lt;/b&gt;&quot;&amp;nbsp;under &quot;&lt;b&gt;Specify the type of text to allow&quot;&lt;/b&gt;(fig.2)&lt;/div&gt;&lt;div style=&quot;color: black;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; color: black; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;color: black;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;color: black;&quot;&gt;﻿ &lt;/div&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;color: black; margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeGuz2PjpchzjSodIo8KQgcOV7J7nmN1nwdGM0Cg_OM_uV0QRxurqS-8WFXaxgL27UPp1u_6ku2rMO7CJjOmUVhcpKxcKvYDdqpPHuN1T1e7NQFu7H_665VVIl962-1Cx5GV1_Vxf_JgU/s1600/set.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;316&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeGuz2PjpchzjSodIo8KQgcOV7J7nmN1nwdGM0Cg_OM_uV0QRxurqS-8WFXaxgL27UPp1u_6ku2rMO7CJjOmUVhcpKxcKvYDdqpPHuN1T1e7NQFu7H_665VVIl962-1Cx5GV1_Vxf_JgU/s400/set.JPG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;i&gt;fig.2&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;div style=&quot;color: black;&quot;&gt;﻿Just a note, any font, colors, formatting will be removed. And after that save the changes and view the item. (fig. 3)&lt;/div&gt;&lt;div style=&quot;color: black;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;color: black;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;color: black;&quot;&gt;﻿ &lt;/div&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;color: black; margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg85Si6amznPlWXsRW9b32y2cVAa5sOeOEaQytXjTsYu3X2G-jgbXCsrJl_x_1Abib8-nhy5UQpPjcvVMbdUOackHfsMBq3FBCdDJ432ahFg9ra__JAwswGTYcGCOr6bIwV7oUmPAhWAmI/s1600/gone.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;92&quot; s5=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg85Si6amznPlWXsRW9b32y2cVAa5sOeOEaQytXjTsYu3X2G-jgbXCsrJl_x_1Abib8-nhy5UQpPjcvVMbdUOackHfsMBq3FBCdDJ432ahFg9ra__JAwswGTYcGCOr6bIwV7oUmPAhWAmI/s400/gone.JPG&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;i&gt;fig. 3&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;div style=&quot;color: black;&quot;&gt;And viola! the blank comment is gone =) Now who says &quot;Shit happens&quot;? Shit should be flushed.&lt;br /&gt;
&lt;br /&gt;
Do you want to change the time zone / time stamp in the comment? continue &lt;a href=&quot;http://mekalikot.blogspot.com/2011/01/how-to-change-time-stamptime-zone-on.html&quot;&gt;HERE&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mekalikot.blogspot.com/feeds/5944716338860808710/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://mekalikot.blogspot.com/2011/01/how-to-remove-blank-comments-on-append.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/5944716338860808710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6779103594023321594/posts/default/5944716338860808710'/><link rel='alternate' type='text/html' href='http://mekalikot.blogspot.com/2011/01/how-to-remove-blank-comments-on-append.html' title='How to remove blank comments on Append Changes to Existing Text'/><author><name>Mek</name><uri>http://www.blogger.com/profile/11046238684856393584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='18' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2-jjlDgLZpCvNj8dwxjLni9U1aWJTyvghhZTiJjAHoXs3x4dGiOii701Hw_rZuRgnkB8TWO5VPD5VlQJaYNvxzfLgfdQO0RW7lbrTSeYjYAOXJfJcVVETcl4z5_3eHno/s220/P1000471.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqPHXm_uIl5sQC-LZytrq936UIqnZYyjrN3JX8jOLz8jLDIp4oSJXBsxrmEtj41gqqNrlJEpprh5jeuDEkmP69WffymoQd558BLnQYaPwEjlgp-0g5pmMs7XHYOMhJb9fuWXonT8u0cI0/s72-c/blank.JPG" height="72" width="72"/><thr:total>3</thr:total></entry></feed>