New Post: Set time zone of user
I don't think you will be successful at changing the user regional settings from the browser since that would require you to write "real code" as a active-x control.But here is an idea to research: use...
View ArticleNew Post: SPComplexToSimpleDropdown and jquery cookie plugin.
Since you are not sure where the problem is let's check a few things. Do this after you set it to a simple drop down:// check if the drop down was found. Should find 1alert('Found select: ' +...
View ArticleNew Post: SPServices.GetListItems and ASP Gridviews
Hello all. I was wondering if anyone can give me an example of calling the getlistitems function and placing it in an asp gridview.Basically right now I have a list that contains an item Name and...
View ArticleNew Post: SPServices.GetListItems and ASP Gridviews
I also wanted to mention that I'm using MOSS 2007.
View ArticleNew Post: SPServices.GetListItems and ASP Gridviews
Unfortunately, the ASP.NET GridView control is rather limited in the data sources that it can use. Dynamically generated arrays, etc. don’t appear to be one of them.There is a jQuery-based GridView in...
View ArticleNew Post: Set time zone of user
Hi, as this is an internal SharePoint I have now "solved" it this way:I created a list with no additional fields, so only the standard "Title". When a user visits the Homepage it is checked if in this...
View ArticleNew Post: how spservices work - quick question please
It may be something in how they have set up AAM. Make sure you're hitting the site from the right URL; the one that's intended for consumption.M.
View ArticleUpdated Wiki: SocialDataService
Function$().SPServicesWeb ServiceSocialDataServiceSupported OperationsOperation Options MSDN Documentation Introduced AddCommenturl, comment, [isHighPriority], titleSocialDataService.AddComment...
View ArticleUpdated Wiki: SocialDataService
Function$().SPServicesWeb ServiceSocialDataServiceSupported OperationsOperation Options MSDN Documentation Introduced AddCommenturl, comment, [isHighPriority], titleSocialDataService.AddComment...
View ArticleNew Post: Operation GetListItems is not working when I insert the CAML query...
Hello CodePlex Users,I am trying to filter the items from a list based on the current user; I started playing around with this script:<script language="javascript" type="text/javascript">...
View ArticleNew Post: Operation GetListItems is not working when I insert the CAML query...
pzcar:The problem is that the value you are specifiying for the UserName isn't defined. You'll need to have a value. You may be able to use SPGetCurrentUser to obtain it, but it's not totally clear...
View ArticleNew Post: SocialDataService
Sameer:The url parameter is simply the URL to the item for which you'd like to obtain information. Have you tried anything yet?M.
View ArticleUpdated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View ArticleNew Post: Operation GetListItems is not working when I insert the CAML query...
Hello M,I did change the query as you suggest, but no records are retreived. I even created a new list to test it out, I have two columns, the Title (contains department names) and the Manager, where...
View ArticleNew Post: Authentication issue to view a Users MySite Profile Picture
Hi,I am using SPServices to call the GetUserProfileByName webservice from a sandboxed web part. I'm passing a users name in and getting the URL to their Picture. The issue I have is that the picture...
View ArticleNew Post: SPComplexToSimpleDropdown and jquery cookie plugin.
Hmm. If the id is set to "SPComplexToSimpleDropdown_undefined", something's going wrong. The id ought to be "SPComplexToSimpleDropdown_Equipment". The id is build from the string...
View ArticleNew Post: Authentication issue to view a Users MySite Profile Picture
Alex:If you're using Windows Auth, you shouldn't see that credential challenge. If not, though, you will because you're hitting a separate Web App. I would expect that you'd see the exact same thing if...
View ArticleNew Post: Operation GetListItems is not working when I insert the CAML query...
As I said, what I suggested was only going to be *like* what you'll end up with.I'd suggest querying the list without filters to see what the data in the Manager column looks like. You'll need to mimic...
View ArticleNew Post: Update One particular item in sharepoint list
Hi,I am using SPServices for the first time and able to know some details. Here I am trying to add some item to a list which I could do successfully. But I am not able to update a previously added row....
View ArticleNew Post: SPUpdateMultipleListItems dynamic query and value?
Thanks for the tips Marc and Geoff,So I added the conversion function you mentioned Geoff, as well as removing the extra comma Marc suggested and still nothing. Here is my complete code...
View Article