<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ideas For Free &#187; Office 2010</title>
	<atom:link href="http://blog.libinuko.com/category/office/office-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.libinuko.com</link>
	<description>Only freedom will grow our ideas</description>
	<lastBuildDate>Sun, 22 Aug 2010 15:45:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	
	
	<!-- google ad injected by adsense-optimizer http://www.adsenseoptimizer.de -->
	<div  style="padding:7px; display: block; margin-left: auto; margin-right: auto; text-align: center;"><!-- Linkblock number: 1 --><script type="text/javascript"><!--
	 
google_ad_client = "pub-4105800609450516";
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = "728x15_0ads_al_s"; google_ad_channel ="4111627870";
google_color_border = "8FC906";
google_color_bg = "F0F0F0";
google_color_link = "A6FF73";
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>	<item>
		<title>PowerShell : Desktop Experience Feature</title>
		<link>http://blog.libinuko.com/2010/07/28/powershell-desktop-experience-feature/</link>
		<comments>http://blog.libinuko.com/2010/07/28/powershell-desktop-experience-feature/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 08:58:17 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Desktop Experience]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/?p=555</guid>
		<description><![CDATA[English Today I find a strange behaviour, my Office 2010 can not browse to the SharePoint 2010 document library. In short, I can not save my document directly to SharePoint 2010.&#160; Office 2010 provide Save and Send functionality, which should give me functionality to save directly to SharePoint 2010 as what it does in previous version; [...] <a href="http://blog.libinuko.com/2010/07/28/powershell-desktop-experience-feature/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>English</p>
<p>Today I find a strange behaviour, my Office 2010 can not browse to the SharePoint 2010 document library. In short, I can not save my document directly to SharePoint 2010.&#160; Office 2010 provide Save and Send functionality, which should give me functionality to save directly to SharePoint 2010 as what it does in previous version; so what could be the problem?</p>
<p>Saving to SharePoint 2010 document library requires WebDAV functionality via Web Client service. Unfortunatelly the Web Client service is not enabled by default, and it is part of <a href="http://technet.microsoft.com/en-us/library/cc772567.aspx">Desktop Experience features</a>.&#160; So, how can we enable it using PowerShell?</p>
<blockquote><p># Open PowerShell console and then type</p>
<p>import-module servermanager     <br />Add-WindowsFeature Desktop-Experience</p>
</blockquote>
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/07/28/powershell-desktop-experience-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
	
	<!-- google ad injected by adsense-optimizer http://www.adsenseoptimizer.de -->
	<div  style="padding:7px; display: block; margin-left: auto; margin-right: auto; text-align: center;"><!-- Ad number: 1 --><script type="text/javascript"><!--
    	 
    	google_ad_client = "pub-4105800609450516"; google_alternate_color = "FFFFFF";
		google_ad_width = 468; google_ad_height = 60;
		google_ad_format = "468x60_as"; google_ad_type = "text_image";
		google_ad_channel ="4111627870"; google_color_border = "E3FA11";
		google_color_link = "FFFFFF"; google_color_bg = "A2AB2B";
		google_color_text = "000000"; google_color_url = "FFFFFF";
		google_ui_features = "rc:10"; //--></script>
		<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>	<item>
		<title>SharePoint 2010: How to create Cascading Lookup Field</title>
		<link>http://blog.libinuko.com/2010/07/21/sharepoint-2010-how-to-create-cascading-lookup-field/</link>
		<comments>http://blog.libinuko.com/2010/07/21/sharepoint-2010-how-to-create-cascading-lookup-field/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 22:19:50 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[InfoPath 2010]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/2010/07/21/sharepoint-2010-how-to-create-cascading-lookup-field/</guid>
		<description><![CDATA[English In the previous version, creating cascading lookup field was becoming a problem. At least 2 or more technique have been proposed for example using Javascript , or custom field. In this video cast, I will continue the InfoPath and SharePoint 2010 productivity series by implementing the cascading lookup field using InfoPath. In this video, I [...] <a href="http://blog.libinuko.com/2010/07/21/sharepoint-2010-how-to-create-cascading-lookup-field/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>English</p>
<p>In the previous version, creating cascading lookup field was becoming a problem. At least 2 or more technique have been proposed for example using Javascript , or custom field. In this video cast, I will continue the InfoPath and SharePoint 2010 productivity series by implementing the cascading lookup field using InfoPath. In this video, I will extend Members list with City – Province – Country , information. Province and Country are cascading lookup field.</p>
[See post to watch Flash video]
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/07/21/sharepoint-2010-how-to-create-cascading-lookup-field/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010: How to create filtered lookup field</title>
		<link>http://blog.libinuko.com/2010/07/11/sharepoint-2010-how-to-create-filtered-lookup-field/</link>
		<comments>http://blog.libinuko.com/2010/07/11/sharepoint-2010-how-to-create-filtered-lookup-field/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 04:55:06 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[InfoPath 2010]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/2010/07/11/sharepoint-2010-how-to-create-filtered-lookup-field/</guid>
		<description><![CDATA[English Imagine a business scenario where we have a lookup field in our list. The reference list contains items Title and their status.  Previously it always difficult to create filtered lookup field with minimal development task. But now, we can use InfoPath 2010 to achieve that functionality. Part III , InfoPath 2010 and SharePoint 2010 Productivity series [...] <a href="http://blog.libinuko.com/2010/07/11/sharepoint-2010-how-to-create-filtered-lookup-field/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>English</p>
<p>Imagine a business scenario where we have a lookup field in our list. The reference list contains items Title and their status.  Previously it always difficult to create filtered lookup field with minimal development task. But now, we can use InfoPath 2010 to achieve that functionality.</p>
<p>Part III , InfoPath 2010 and SharePoint 2010 Productivity series webcast shows how to create filtered lookup field.  There are two lists in the scenario “Books” and “Members” list.  The Books list contains list of books Title, Author and Status. There are 2 status of books, “Available” , “In-Used” and “Missing”.</p>
<p>“Members” list has Books  , lookup field – which should show only the “Available” books.</p>
[See post to watch Flash video]
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/07/11/sharepoint-2010-how-to-create-filtered-lookup-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
	
	<!-- google ad injected by adsense-optimizer http://www.adsenseoptimizer.de -->
	<div  style="padding:7px; display: block; margin-left: auto; margin-right: auto; text-align: center;"><!-- Ad number: 2 --><script type="text/javascript"><!--
    	 
    	google_ad_client = "pub-4105800609450516"; google_alternate_color = "FFFFFF";
		google_ad_width = 468; google_ad_height = 60;
		google_ad_format = "468x60_as"; google_ad_type = "text_image";
		google_ad_channel ="4111627870"; google_color_border = "E3FA11";
		google_color_link = "FFFFFF"; google_color_bg = "A2AB2B";
		google_color_text = "000000"; google_color_url = "FFFFFF";
		google_ui_features = "rc:10"; //--></script>
		<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>	<item>
		<title>SharePoint 2010 WebCast: Customizing list form using InfoPath Designer 2010</title>
		<link>http://blog.libinuko.com/2010/07/08/sharepoint-2010-webcast-customizing-list-form-using-infopath-designer-2010/</link>
		<comments>http://blog.libinuko.com/2010/07/08/sharepoint-2010-webcast-customizing-list-form-using-infopath-designer-2010/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 03:13:31 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[InfoPath 2010]]></category>
		<category><![CDATA[Webcast]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/?p=488</guid>
		<description><![CDATA[English: Imagine that user wants to build Book lending application using SharePoint 2010. Initially they must register the book description , and sub-sequently they will update book lending status.  On the registration, the status should not be available in the form &#8211; however on lending event , they have to modify the status of the book. Following [...] <a href="http://blog.libinuko.com/2010/07/08/sharepoint-2010-webcast-customizing-list-form-using-infopath-designer-2010/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>English:</p>
<p>Imagine that user wants to build Book lending application using SharePoint 2010. Initially they must register the book description , and sub-sequently they will update book lending status.  On the registration, the status should not be available in the form &#8211; however on lending event , they have to modify the status of the book.<br />
Following webcast shows how to use InfoPath Designer 2010 to customize New/Edit/View form in SharePoint List to build that application.</p>
[See post to watch Flash video]
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/07/08/sharepoint-2010-webcast-customizing-list-form-using-infopath-designer-2010/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010: Faboulous 40 for SharePoint 2010</title>
		<link>http://blog.libinuko.com/2010/07/05/sharepoint-2010-faboulous-40-for-sharepoint-2010/</link>
		<comments>http://blog.libinuko.com/2010/07/05/sharepoint-2010-faboulous-40-for-sharepoint-2010/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 03:02:33 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Faboulous 40]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/?p=479</guid>
		<description><![CDATA[Faboulous 40 have become a good showcase for us for SharePoint 2007 implementation.  I personaly deployed it in some of my clients &#8211; and it is a good start to play with SharePoint 2007 business implementation.  They are not perfect tough &#8211; but they create conversation on the functionalities and enhancements. So far, Microsoft has not [...] <a href="http://blog.libinuko.com/2010/07/05/sharepoint-2010-faboulous-40-for-sharepoint-2010/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>Faboulous 40 have become a good showcase for us for SharePoint 2007 implementation.  I personaly deployed it in some of my clients &#8211; and it is a good start to play with SharePoint 2007 business implementation.  They are not perfect tough &#8211; but they create conversation on the functionalities and enhancements.</p>
<p>So far, Microsoft has not release Fab40 for SharePoint 2010 &#8211; but we can find un-official Fab40 by Khalil here : <a href="http://techsolutions.net/Blog/tabid/65/EntryId/17/Fab-40-Templates-for-MOSS-2010.aspx">http://techsolutions.net/Blog/tabid/65/EntryId/17/Fab-40-Templates-for-MOSS-2010.aspx</a></p>
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/07/05/sharepoint-2010-faboulous-40-for-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 : The deployment &#8230; is not compatible with a Package in Sandboxed Solution</title>
		<link>http://blog.libinuko.com/2010/06/19/sharepoint-2010-the-deployment-is-not-compatible-with-a-package-in-sandboxed-solution/</link>
		<comments>http://blog.libinuko.com/2010/06/19/sharepoint-2010-the-deployment-is-not-compatible-with-a-package-in-sandboxed-solution/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 07:23:27 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Sandboxed Solution]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/2010/06/19/sharepoint-2010-the-deployment-is-not-compatible-with-a-package-in-sandboxed-solution/</guid>
		<description><![CDATA[English One of new feature in SharePoint 2010 is Sandboxed Solution. The ideas is to create solution and deploying them in a way that you can trust will not damage or change SharePoint farm. (http://msdn.microsoft.com/en-us/magazine/ee335711.aspx) Sandboxed Solution is aimed for isolation between one solution to another; which implies that you can not include anything inside the [...] <a href="http://blog.libinuko.com/2010/06/19/sharepoint-2010-the-deployment-is-not-compatible-with-a-package-in-sandboxed-solution/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>English</p>
<p>One of new feature in SharePoint 2010 is Sandboxed Solution. The ideas is to create solution and deploying them in a way that you can trust will not damage or change SharePoint farm. (<a title="http://msdn.microsoft.com/en-us/magazine/ee335711.aspx" href="http://msdn.microsoft.com/en-us/magazine/ee335711.aspx">http://msdn.microsoft.com/en-us/magazine/ee335711.aspx</a>) </p>
<p>Sandboxed Solution is aimed for isolation between one solution to another; which implies that you can not include anything inside the hive folder. If you try to include TemplateFile, Layouts or Images in package, VS2010 will raise an error stating “The deployment type …… is not compatible with a Package in a Sandboxed Solution”.&#160; And it means you have to think about the solution architecture again and refine the rules. </p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/06/image3.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="image" src="http://blog.libinuko.com/wp-content/uploads/2010/06/image_thumb3.png" width="536" height="158" /></a> </p>
<p>For example, you may consider custom document library to store the images for your solution, etc.</p>
<p>However, sometimes we need to get rid from sandboxed solution. Then we need to change the project type into non-sandboxed solution. To change project type to non-sandboxed solution,   </p>
<p>1. Click on project property    <br />2. Set Sandboxed Solution = False.</p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/06/image4.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="image" src="http://blog.libinuko.com/wp-content/uploads/2010/06/image_thumb4.png" width="288" height="446" /></a> </p>
<p>Now continue your work.</p>
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/06/19/sharepoint-2010-the-deployment-is-not-compatible-with-a-package-in-sandboxed-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VS 2010 : Cannot start service SPUserCodeV4</title>
		<link>http://blog.libinuko.com/2010/06/17/vs-2010-cannot-start-service-spusercodev4/</link>
		<comments>http://blog.libinuko.com/2010/06/17/vs-2010-cannot-start-service-spusercodev4/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 17:23:13 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Troubleshoot]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/2010/06/17/vs-2010-cannot-start-service-spusercodev4/</guid>
		<description><![CDATA[English Today, for the first time after installing the latest version of 2010 families, I encounter this error “Cannot start service SPUserCodeV4”. This error message comes when I tried to deploy – sandboxed solution. &#160; Try to Google what would be the issue, I’ve found some blog here: http://littletalk.wordpress.com/2010/05/05/cannot-start-service-spusercodev4-when-deploy-sharepoint-webpart-in-vs-2010/ http://blog.dennus.net/2009/11/18/sp2010-spusercodev4-your-new-web-part-project-isnt-deploying/ &#160; However, in my case it is not “Microsoft SharePoint Foundation [...] <a href="http://blog.libinuko.com/2010/06/17/vs-2010-cannot-start-service-spusercodev4/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>English</p>
<p>Today, for the first time after installing the latest version of 2010 families, I encounter this error “Cannot start service SPUserCodeV4”. This error message comes when I tried to deploy – sandboxed solution.</p>
<p>&#160;</p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/06/image.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="image" src="http://blog.libinuko.com/wp-content/uploads/2010/06/image_thumb.png" width="542" height="150" /></a> </p>
<p>Try to Google what would be the issue, I’ve found some blog here:</p>
<p><a title="http://littletalk.wordpress.com/2010/05/05/cannot-start-service-spusercodev4-when-deploy-sharepoint-webpart-in-vs-2010/" href="http://littletalk.wordpress.com/2010/05/05/cannot-start-service-spusercodev4-when-deploy-sharepoint-webpart-in-vs-2010/">http://littletalk.wordpress.com/2010/05/05/cannot-start-service-spusercodev4-when-deploy-sharepoint-webpart-in-vs-2010/</a></p>
<p><a title="http://blog.dennus.net/2009/11/18/sp2010-spusercodev4-your-new-web-part-project-isnt-deploying/" href="http://blog.dennus.net/2009/11/18/sp2010-spusercodev4-your-new-web-part-project-isnt-deploying/">http://blog.dennus.net/2009/11/18/sp2010-spusercodev4-your-new-web-part-project-isnt-deploying/</a></p>
<p>&#160;</p>
<p>However, in my case it is not “Microsoft SharePoint Foundation User Code Service”. It is “<strong>Microsoft SharePoint Foundation Sandboxed Code Service</strong>” instead.</p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/06/image1.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="image" src="http://blog.libinuko.com/wp-content/uploads/2010/06/image_thumb1.png" width="605" height="169" /></a> </p>
</p>
<p>After starting the “Central Administration” &gt; “Services” &gt; “Microsoft SharePoint Foundation Sandboxed Code Service” everything goes to normal.</p>
<p>Now, I can deploy my solution from Visual Studio 2010.   </p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/06/image2.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="image" src="http://blog.libinuko.com/wp-content/uploads/2010/06/image_thumb2.png" width="538" height="280" /></a></p>
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/06/17/vs-2010-cannot-start-service-spusercodev4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PC Talk – Bagaimana menghapus seluruh daftar Recent Documents (Dokumen Terbaru) di Office 2007.</title>
		<link>http://blog.libinuko.com/2010/06/11/pc-talk-bagaimana-menghapus-seluruh-daftar-recent-documents-dokumen-terbaru-di-office-2007/</link>
		<comments>http://blog.libinuko.com/2010/06/11/pc-talk-bagaimana-menghapus-seluruh-daftar-recent-documents-dokumen-terbaru-di-office-2007/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 16:02:00 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[PC Talks]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/2010/05/10/pc-talk-bagaimana-menghapus-seluruh-daftar-recent-documents-dokumen-terbaru-di-office-2007/</guid>
		<description><![CDATA[Posted in : http://support.microsoft.com/kb/945561/id-id Skenario percakapan berikut menggambarkan bagaimana menghapus seluruh daftar Recent Documents (Dokumen Terbaru) di Office 2007. Dalam scenario ini, Anda akan menggunakan Word 2007. Anda juga dapat melakukan cara yang sama di Excel 2007 dan PowerPoint 2007.   Proyek saya sudah selesai dan saya ingin menghapus daftar file didalam “Recent Document” (Dokumen Terbaru) di Word [...] <a href="http://blog.libinuko.com/2010/06/11/pc-talk-bagaimana-menghapus-seluruh-daftar-recent-documents-dokumen-terbaru-di-office-2007/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>Posted in : <a title="http://support.microsoft.com/kb/945561/id-id" href="http://support.microsoft.com/kb/945561/id-id">http://support.microsoft.com/kb/945561/id-id</a></p>
<p>Skenario percakapan berikut menggambarkan bagaimana menghapus seluruh daftar Recent Documents (Dokumen Terbaru) di Office 2007. Dalam scenario ini, Anda akan menggunakan Word 2007. Anda juga dapat melakukan cara yang sama di Excel 2007 dan PowerPoint 2007.</p>
<hr />
<table border="0" cellspacing="0" cellpadding="2" width="651">
<tbody>
<tr>
<td width="77" valign="top"> </td>
<td width="486" valign="top">Proyek saya sudah selesai dan saya ingin menghapus daftar file didalam “Recent Document” (Dokumen Terbaru) di Word 2007 dan Excel 2007 supaya kosong seperti sediakala. Bagaimana saya bisa melakukannya?</td>
<td width="86" valign="top"><img src="http://support.microsoft.com/library/images/support/kbgraphics/public/ja/PCTalk/Faces/a-b_co-worker-question.gif" alt="" /></td>
</tr>
<tr>
<td width="77" valign="top"><img src="http://support.microsoft.com/library/images/support/kbgraphics/public/ja/PCTalk/Faces/q-g_co-worker-smile.gif" alt="" /></td>
<td width="486" valign="top">Sangat mudah. Saya akan menerangkan caranya dengan menggunakan Word 2007, tetapi kamu juga dapat melakukan hal yang sama di Excel 2007 atau PowerPoint 2007.<br />
Pertama, klik tombol <strong>Office</strong> dan klik <strong>Word Options</strong>.<img src="http://support.microsoft.com/library/images/support/kbgraphics/public/vi-vn/PCTalk/945561/945561A.jpg" alt="" /></td>
<td width="86" valign="top"> </td>
</tr>
<tr>
<td width="77" valign="top"> </td>
<td width="486" valign="top">Kotak dialog <strong>Word Options</strong> akan muncul.</td>
<td width="86" valign="top"><img src="http://support.microsoft.com/library/images/support/kbgraphics/public/ja/PCTalk/Faces/a-b_co-worker-say.gif" alt="" /></td>
</tr>
<tr>
<td width="77" valign="top"><img src="http://support.microsoft.com/library/images/support/kbgraphics/public/ja/PCTalk/Faces/q-g_co-worker-explain.gif" alt="" /></td>
<td width="486" valign="top">Sekarang klik <strong>Advanced</strong> didalam menu dan ketik “0” di isian “Show this number of Recent Documents” (Tampilkan Dokumen Terbaru sebanyak angka ini). Jika kamu klik <strong>OK</strong>, maka daftar Recent Documents (Dokumen Terbaru) akan terhapus.<img src="http://support.microsoft.com/library/images/support/kbgraphics/public/vi-vn/PCTalk/945561/945561B.jpg" alt="" /></td>
<td width="86" valign="top"> </td>
</tr>
<tr>
<td width="77" valign="top"> </td>
<td width="486" valign="top">Oh, cuma itu saja?</td>
<td width="86" valign="top"><img src="http://support.microsoft.com/library/images/support/kbgraphics/public/ja/PCTalk/Faces/a-b_co-worker-wonder.gif" alt="" /></td>
</tr>
<tr>
<td width="77" valign="top"><img src="http://support.microsoft.com/library/images/support/kbgraphics/public/ja/PCTalk/Faces/q-g_co-worker-standard.gif" alt="" /></td>
<td width="486" valign="top">Klik tombol <strong>Office</strong> untuk konfirmasi.</td>
<td width="86" valign="bottom"> </td>
</tr>
<tr>
<td width="77" valign="top"> </td>
<td width="486" valign="top">Oh, ternyata kamu benar. Sekarang tidak ada lagi isi Recent Documents (Dokumen Terbaru).<img src="http://support.microsoft.com/library/images/support/kbgraphics/public/vi-vn/PCTalk/945561/945561C.jpg" alt="" /></p>
<p>Selanjutnya, apa yang harus saya lakukan jika saya ingin menggunakan daftar Recent Documents (Dokumen Terbaru) lagi?</td>
<td width="86" valign="bottom"><img src="http://support.microsoft.com/library/images/support/kbgraphics/public/ja/PCTalk/Faces/a-b_co-worker-yes.gif" alt="" /></td>
</tr>
<tr>
<td width="77" valign="top"><img src="http://support.microsoft.com/library/images/support/kbgraphics/public/ja/PCTalk/Faces/q-g_co-worker-explain.gif" alt="" /></td>
<td width="486" valign="top">Kamu dapat mengganti angka “Show this number of Recent Documents” (Tampilkan Dokumen Terbaru sebanyak angka ini) yang baru saja kamu ubah menjadi “0” menjadi angka berapa saja sesuai dengan jumlah dokumen yang ingin kamu tampilkan di daftar itu. Tetapi ingat, bahwa kamu tidak bisa mengembalikan daftar yang sudah terhapus sebelumnya.</td>
<td width="86" valign="bottom"> </td>
</tr>
<tr>
<td width="77" valign="top"> </td>
<td width="486" valign="top">Jadi jika saya ingin menghapus daftarnya, saya dapat melakukan dengan mengubah angkanya menjadi “0”.</td>
<td width="86" valign="top"><img src="http://support.microsoft.com/library/images/support/kbgraphics/public/ja/PCTalk/Faces/a-b_co-worker-smile.gif" alt="" /></td>
</tr>
</tbody>
</table>
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/06/11/pc-talk-bagaimana-menghapus-seluruh-daftar-recent-documents-dokumen-terbaru-di-office-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010: Howto configure Business Data Connectivity access rights</title>
		<link>http://blog.libinuko.com/2010/04/11/sharepoint-2010-howto-configure-business-data-connectivity-access-rights/</link>
		<comments>http://blog.libinuko.com/2010/04/11/sharepoint-2010-howto-configure-business-data-connectivity-access-rights/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 00:58:58 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[Business Data Connectivity Service]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/2010/04/11/sharepoint-2010-howto-configure-business-data-connectivity-access-rights/</guid>
		<description><![CDATA[English You may encounter “Access denied by Business Data Connectivity” error when trying to access External List. The reason is because External List requires External Content type ; and External Content type is using Business Data Connectivity services proxy to access external Data Source. With the same principle of BDC in MOSS 2007 – users are [...] <a href="http://blog.libinuko.com/2010/04/11/sharepoint-2010-howto-configure-business-data-connectivity-access-rights/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>English</p>
<p>You may encounter “Access denied by Business Data Connectivity” error when trying to access External List. The reason is because External List requires External Content type ; and External Content type is using Business Data Connectivity services proxy to access external Data Source. With the same principle of BDC in MOSS 2007 – users are required to have BDC Object permission before they can use it.&#160; There are several set of permission available for the BDC object:</p>
<blockquote><p>- Edit&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />- Execute&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />- Selectable in Clients      <br />- Set Permissions</p>
</blockquote>
<p>How to configure the BDC access rights?</p>
<p>1. Open <strong>Central Administration</strong> page, and click on <strong>Manage service application</strong>.</p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0012.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="SPS2010_BDC-0012" src="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0012_thumb.png" width="455" height="484" /></a></p>
<p>2. Click on <strong>Business Data Connectivity Service</strong></p>
<p>&#160;<a href="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0013.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="SPS2010_BDC-0013" src="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0013_thumb.png" width="673" height="315" /></a> </p>
<p>3. Open the context menu of the External Content type (ie. External CT in this example). Click on <strong>Set permissions</strong>.</p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0014.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="SPS2010_BDC-0014" src="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0014_thumb.png" width="539" height="255" /></a> </p>
<p>4. Add account (Group, or User) and assign the permissions.</p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0015.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="SPS2010_BDC-0015" src="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0015_thumb.png" width="644" height="351" /></a> </p>
<p>5. Set appropriate permission to the BDC object. Remember that BDC object permission rules the interaction between user and external data source through BDC object. It doesn’t rules his/her permission accessing Forms in the list (New / Edit / Delete&#160; form). </p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0016.png"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" border="0" alt="SPS2010_BDC-0016" src="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0016_thumb.png" width="634" height="459" /></a></p>
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/04/11/sharepoint-2010-howto-configure-business-data-connectivity-access-rights/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 : How to create External Content type</title>
		<link>http://blog.libinuko.com/2010/04/10/sharepoint-2010-how-to-create-external-content-type/</link>
		<comments>http://blog.libinuko.com/2010/04/10/sharepoint-2010-how-to-create-external-content-type/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 09:52:00 +0000</pubDate>
		<dc:creator>cakriwut</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[External Content Type]]></category>
		<category><![CDATA[Howto]]></category>

		<guid isPermaLink="false">http://blog.libinuko.com/2010/04/10/sharepoint-2010-how-to-create-external-content-type/</guid>
		<description><![CDATA[English: External Content type allows you to make seamless interface between SharePoint 2010 and external data storage (ie. SQL server). Using External Content type, you can create an External List which stores the data to predefined storage. You can imagine of having a table with SharePoint list interface. To create an External Content type, you need SharePoint [...] <a href="http://blog.libinuko.com/2010/04/10/sharepoint-2010-how-to-create-external-content-type/">[read more...]</a>]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><!-- google_ad_section_start --><p>English:</p>
<p>External Content type allows you to make seamless interface between SharePoint 2010 and external data storage (ie. SQL server). Using External Content type, you can create an External List which stores the data to predefined storage. You can imagine of having a table with SharePoint list interface.</p>
<p>To create an External Content type, you need SharePoint Designer 2010. If you curious enough, the External Content type is enhancement of Business Data Connector (BDC) in previous version. It will now depend on Business Connectivity Services (BCS) – which more or less same as BDC.</p>
<p>Imagine that you have a table in SQL Database and you want to create SharePoint list which directly stores the data in that table.</p>
<p>&#160;</p>
<p><strong>1. Open SharePoint Designer and click on External Content Types</strong>    <br /><a href="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0000.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="SPS2010_BDC-0000" src="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0000_thumb.png" width="562" height="398" /></a></p>
<p><strong>2. Define the new External Content Type name. Then click on “External System” to start to connect to external Data Storage.</strong></p>
<p>&#160;<a href="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0001.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="SPS2010_BDC-0001" src="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0001_thumb.png" width="561" height="408" /></a> </p>
<p><strong>3. Define connection to external data storage. (ie. DB name,&#160; and security)</strong></p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0002.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="SPS2010_BDC-0002" src="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0002_thumb.png" width="566" height="386" /></a> </p>
<p><strong>In my case, I use SQL server as my data storage</strong>.</p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0003.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="SPS2010_BDC-0003" src="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0003_thumb.png" width="365" height="165" /></a></p>
<p>There are 3 security connection options in SQL Server Data Source:   <br /> &#8211; Connect with User’s Identity&#160;&#160; =&gt; it will use running user’s credential to access to DB server. This implies that you need to manage user’s access rights in DB server.    <br /> &#8211; Connect with Impersonated Windows Identity =&gt; it will use impersonated Windows Identity ; usually the Application Pool identity.    <br /> &#8211; Connect with Impersonated Custom Identity =&gt; it will use specified user/password combination ; you need to define the Custom Identity separately.</p>
<p>&#160;<a href="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0004.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="SPS2010_BDC-0004" src="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0004_thumb.png" width="370" height="257" /></a> </p>
<p><strong>Now, we already have the External List with the tables and views.     <br /></strong><a href="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0005.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="SPS2010_BDC-0005" src="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0005_thumb.png" width="553" height="386" /></a> </p>
<p>4. Select any table for the External Content types. In this scenario, I select <strong>RequestTbl</strong> for my data storage. Right click on the selected table, and SPD2010 will show you the available operations.     <br /><strong><u>The External Content Types requires at least “Read Item” and “Read List” operation.</u></strong>&#160; <strong><u>In every operation you will need at least 1 identifier.</u></strong></p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0006.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="SPS2010_BDC-0006" src="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0006_thumb.png" width="561" height="357" /></a> </p>
<p>Follow the wizard to create an operation.</p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0007.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="SPS2010_BDC-0007" src="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0007_thumb.png" width="428" height="364" /></a></p>
<p><strong>Don’t forget that every operation requires at least 1 identifier. You can choose ID field from the table.</strong></p>
<p>&#160;<a href="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0008.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="SPS2010_BDC-0008" src="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0008_thumb.png" width="511" height="379" /></a> </p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0009.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="SPS2010_BDC-0009" src="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0009_thumb.png" width="339" height="349" /></a> </p>
<p>You can also define the default view filter, for example, by default this external content type will show only the first 100 items.</p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0010.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="SPS2010_BDC-0010" src="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0010_thumb.png" width="462" height="171" /></a> </p>
<p><strong>5. Publish the new content type by click “Save” button.</strong></p>
<p><a href="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0011.png"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="SPS2010_BDC-0011" src="http://blog.libinuko.com/wp-content/uploads/2010/04/SPS2010_BDC0011_thumb.png" width="583" height="305" /></a> </p>
<p>&#160;</p>
<p>Now you already have new External Content Type. You can also create external content type to call .NET CLR and WCF Service. Next , how to use the external content type in a list.</p>
<!-- google_ad_section_end --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.libinuko.com/2010/04/10/sharepoint-2010-how-to-create-external-content-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
