If you want to use the details view on a list or library and you don’t want to see the list of elements (maybe you need to show only one […]
You can backup your Site Collection by this steps: 1. Open new Terminal window. 2. Go to: C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions14BIN 3. Execute the following: ststsadm -o backup […]
If you want to hide the quick launch (vertical menu) on a specific page you’ve to do the following: 1. Edit your page. 2. Insert Content Editor wherever you want […]
If we create a calendar for resource reservation may not be able to see the items created, because each time we enter this list you must select which resources you […]
Tenemos nuestro código en VBA listo para ejecutarse, con variables, condiciones, bucles… Puede que depurando nos baste, pero en ocasiones podemos necesitar escribir en un fichero externo que al ejecutarse […]
Tenemos nuestro Sitio de SharePoint con documentos guardados y queremos abrirlos en Office cliente para editarlos. Si estamos entrando por HTTPS es posible que cuando intentemos abrirlos nos aparezca una […]
Error The search request was unable to connect to the Search Service. Solution 1. Central Administration 2. Application Management 3. Manage Web Applications 4. Select the Web Application 5. Ribbon: […]
Podemos encontrarnos con una situación en la que necesitemos saber el número de filas o de columnas de una tabla dinámica (por ejemplo) en la que hay campos que para […]
Si nos aparece este error especificado en el título podemos solucionarlo aumentando el valor de MaxItemsInObjectGraph del siguiente modo: Error Maximum number of items that can be serialized or deserialized […]
Es posible que nos encontremos con un String que, normalmente por error, contiene espacios al final. Para eliminarlos nos basta con implementar la función “TrimEnd”. string myText = "one;two;three;four;five "; […]