Postingan

Menampilkan postingan dari 2014

You cannot view a list in Datasheet view on a SharePoint

You cannot view a list in Datasheet view on a SharePoint website after you install the 64-bit version of Microsoft Office 2010.  When you click  Actions  and then click  Edit in Datasheet  on a SharePoint 2003 or 2007 site, or you click the  List  tab and then click  Datasheet view  on a SharePoint 2010 site, you receive the following error message: The list cannot be displayed in Datasheet view for one or more of the following reasons: A datasheet component compatible with Microsoft SharePoint Foundation is not installed. Your Web browser does not support ActiveX controls. A component is not properly configured for 32-bit or 64-bit support. to solve this problem you can download this :  2007 Office System Driver: Data Connectivity Components

How to show DIP when they closed in office word 2010

Gambar
I got this case from my colleague. he ask me how to show DIP or Properties when the close in word 2010. therefore i create this article. follow this my step see below : 1. Go to "File" tab menu in word 2010 2. Click info tab menu "File" and see my screen capture below. 3. Click Properties from the right side, see my screen capture below.  4. After click properties menu >> Choice Show Document Information Panel. That step by step how to Show Document Information Panel (DIP) in word document 2010. Happy Sharing knowledge :) .....

How to see storage limit in sharepoint 2010

I have any cases, in sharepoint 2010 i can't see storage limit my sharepoint that different with sharepoint 2007. Now you can see storage limit using this url : http://(your farm or server)/sites/(your site name)/_layouts/Usage.aspx i always forget so, i am put this tips and trick in this blog :) Chersss :)

CAML query with nested AND's and OR's for multiple fields in SharePoint

I have some cases about CAML in SharePoint. there are how to make condition like this : AND ( FirstName = 'A' OR LastName = 'A' OR Description = 'A' OR Profile = 'A' ) AND ( FirstName = 'B' OR LastName = 'B' OR Description = 'B' OR Profile = 'B' ) in SharePoint we use CAML if we want to see "AND OR" condition in sharepoint list view.  open your page of view what your want to edit. for example AllItem.aspx under form in document library. but before that you should set first condition "AND OR" in view you want to edit using sharepoint designer. Since you are not allowed to put more than two conditions in one condition group (And | Or) you have to create an extra nested group ( MSDN ). The expression  A AND B AND C  looks like this: <And> A <And> B C </And> </And> it is sample translated to CAML (hopefully with ...

Change Quick lunch Style using CSS

1. Add Webpart HTML Form Webpart in the page you want to change style. 2. Add this script css below in HTML Form Webpart : <style> /* |--------- Quicklaunch -----------| */ .s4-ql ul.root ul { margin-bottom:5px; } /* Outher nav element */ #s4-leftpanel-content{ background-color:#eeeee!important; border:1px #d8d6d7 solid!important; border:0px!important } /* Inner nav element */ .menu-vertical { padding-right:10px!important; padding-left:10px!important; } /* Inner Inner nav element */ .menu-vertical > ul.root { padding-top:3px; } /* mainlinks (Header) */ .menu-vertical > ul.root > li.static > .menu-item{ border-bottom:1px #555 solid!important; padding:1px 1px 1px 0px!important; color:#3c4fgb!important; font-weight:bold; } /* Sublinks */ .menu-vertical > ul.root > li.static > ul.static  { margin-top:5px; margin-bottom:5px; } .menu-vertical > ul.root > li.static > ul.static > ...

How to make a Small Calendar

1. You add webpart calendar but before that you must create calendar first. 2. After that you must add HTML Form Webpart and add css script below < style > /**** Small Calendar ***/ .ms-acal-item { height : 10px ! important; } .ms-acal-sdiv, .ms-acal-mdiv, .ms-acal-ctrlitem, .ms-acal-month-weeksel, .ms-acal-title { display : none;} .ms-acal-summary-itemrow TD DIV{ height : 15px ! important; } < /style > 3. After you add and then save close text editor. 4. You must set the pixel of calendar webpart example: Height 300 x width 300. 

Update on InfoPath and SharePoint Forms

Customers have been asking us about the future of InfoPath and SharePoint forms, and today we’re ready to share some information on the next generation of Office forms. Industry trends and feedback from our customers and partners make it clear that today’s businesses demand an intelligent, integrated forms experience that spans devices. We are looking to make investments that allow you to easily design, deploy, and use intelligent, integrated forms across Office clients, servers, and services—forms that everyone can use on their PC, tablet, or phone. Our goal is to deliver tools that are flexible and agile, so you can quickly connect to your data and processes in new and exciting ways. So how are we evolving our forms technology? In an effort to streamline our investments and deliver a more integrated Office forms user experience, we’re retiring InfoPath and investing in new forms technology across SharePoint, Access, and Word. This means that InfoPath 2013 is the last release of...

InfoPath electronic-forms product

Gambar
As had been rumored for a while,  Microsoft is discontinuing its InfoPath electronic forms product . Company officials confirmed the news in a January 31 post to the Office Blogs site. From that post on the future of electronic forms technology: "In an effort to streamline our investments and deliver a more integrated Office forms user experience,  we’re retiring InfoPath and investing in new forms technology across SharePoint, Access, and Word . This means that InfoPath 2013 is the last release of the desktop client, and InfoPath Forms Services in SharePoint Server 2013 is the last release of InfoPath Forms Services. The InfoPath Forms Services technology within Office 365 will be maintained and it will function until further notice." Microsoft is "working on migration guidance" as it is building its "next generation of forms technology," officials added in the post, noting that Microsoft will continue to support InfoPath 2013 and InfoPath ...