VBA to insert record to an existing SharePoint list
Hi! Could anyone please help me with this issue?I'm trying to add a record to an existing list on SharePoint using VBA. I run my code but nothing happens.Sub Add_Item() Dim ListName As String Dim...
View ArticleOpen PDF file in "Open with explorer" When finished with the file, you can...
Hi,I am getting the below message while open the pdf file using Acrobat Reader. But actually reside in 'SharePoint Document Library". Using "Open with Explorer" option we trying to open the pdf...
View ArticleCAML query IN Clause limiation
Hi All,I am trying to avoid joining the main document library list with another lookup custom list by first search the lookup custom list and get the document IDs to search them in the document library...
View ArticleSharePoint lists are not showing in SharePoint designer "Lists and Libraries"...
Hi , I using sharepoint 2010 and sharepoint designer 2010.I created a custom list on the sharepoint , and i trying to open the list through designer, but in sharepoint designer under the "Lists and...
View ArticleHow to add Send To Menu Item for Document Library.
Hi All,I have Created document Library and i have taken out the "send to" menu item from menu. i want this item to be added again on selection of item in the document library. can any one suggest me...
View ArticleWhich webpart to be used for displaying "Full HTML content with formatting...
Hi friends,I have a custom list called CourseContentList which has a publishing HTML column "HTMLContent" and an ID column as well. All have been configured in the site collection level.I want to...
View ArticleEven receiver
Hi;I would like to write if its possible with a power shell (I'am not a developper .NET) which to allows :1- Create or delete automatically a site when a new Item list is added (or deleted) into custom...
View ArticleCall Web Service in Sandbox solution SharePoint 2010
Hi To All,I have created a sandbox solution then added event receiver in it then added web reference (consuming web service) in solution then build the solution and added .wsp in solution gallery and...
View Articleforeach for multiple values
Hi;I have an array with 3 values (site, etablissement, departement) from a CSV file then how I loop into a FOREACH to get the values ?$ARRAY = $csvfile | Where-object{ ($_.DEC -eq $d.DEC) -and ($_.DSCC...
View Articlehow to create quiz in sharepoint 2010
Hi,I want to create quiz in sharepoint 2010 but want to use OOB functionality rather than creating it through code.Can anybody suggest me that how can i achieve quiz functionality in sharepoint...
View ArticleTextbox auto populate Number when user entered
Hi All,I have one Requirement..can any one suggest me how to approach...I have one Text box, when user enters numbers into text box it will automatically format like this 66-3333333When page loads...
View ArticleEvent Receivers into a site backup
Hi;I have Adding a Event Receivers with PowerShell on a sharepoint site and I must backup this site to restore a new site.My question : the event receivers are integrated into the site backup or I must...
View ArticleCustom Timer Job to execute WCF web service error - Could not find default...
Hi,I am currently creating custom timer job to call WCF web service to perform nighty job to update employee document library metadata. If I update regular list/library items it updates correctly on a...
View ArticleDelete List A items after copying to List B
Hi, i can able to copy all items from List A to List B. But i am looking to delete List A items after it copied to List B. I am using the following code to do it. SPSite Sourcesite = new...
View ArticleSorry, something went wrong error when adding a calculated column
How would I do this calculation? (DB LOSS)=IF([Circuit Type]="ISDN",[10]+[10],IF([Circuit Type]="HDSL",[15]-[5],IF([Circuit Type]="HDSL2",[2]*[2],IF([Circuit Type]="HDSL3",[10]/[10],IF([Circuit...
View ArticleHow do I enter a addition and multiplication calculation in the formula
Hi I am trying to add a new column with a calculated field and the formula is....((F1 Makeup (26) + F2 Makeup (26)) * 83.3) + ((F1 Makeup (24) + F2 Makeup (24)) * 51.9) + ((F1 Makeup (22) + F2 Makeup...
View ArticleDeploying third party dll from solution
Hi,I am creating a visual webpart in which i have added the Telerik RadGrid.I have added the Telerik.web.UI dll in the Reference and is refered from the GAC. I have build the solution and grid works...
View ArticleFileupload attach documents
Hi all,I needs to develop a visual webpart with file upload control and button.When user uploads some documents and the uploaded documents are saved in the same form with file name and date modified...
View ArticleSharepoint DateTimeControl Minute increment by 15 minutes, default is 5 minutes
Hi,Can some one guide me how I can change the basic functionality of the DateTimeControl, so the minute can get increment by 15 minute by default is 5 minute.Any code sample is a great help.I looked...
View Articlecreate list item for each user in AD group
Hi Guys, I am wondering if it is possible to create a list with 20-30 list items based off of members in AD group.The purpose for this, is to have lists for reporting for classes of students...
View Article