New Post: SPServices SPGetCurrentUser does not retrieve any info
I did a google search and this seemed to be a similar issue although my problem is with IE8 and not IE9https://spservices.codeplex.com/discussions/362280
View ArticleNew Post: SPServices SPGetCurrentUser does not retrieve any info
So far I think the issue is not so much that SPGetCurrentUser is not working, but that it is returning a blank result. And this is happening for IE8 only I can't test this with Chrome because I cannot...
View ArticleNew Post: SPServices SPGetCurrentUser does not retrieve any info
So at least we're narrowing the problem down. It works in FF - that's good - the utility seems to do its job. Now we can focus on IE. As soon as I have a moment, I'm going to fire up my IE8 VM and give...
View ArticleNew Post: SPServices SPGetCurrentUser does not retrieve any info
For jquery I'm using 1.8.3 For SPServices I'm using 0.7.2 SharePoint is a little dodgy, as I've mentioned before, we are on Office 365 and they recently upgraded our backend to 2013 but I think the...
View ArticleNew Post: $().SPServices.UpdateListItems not updating list item
Hi Paul, You were virtually on the money with your recommendation. For the record, I was able to get SharePoint to accept the date in the following format - "YYYY-MM-DDTHH:mm:ss Z" - using the...
View ArticleNew Post: SPServices in IE8 on a SharePoint 2007 Site
I hope you don't tire of this, but I appreciate the work each of you takes to help the SharePoint community at large. I've run into a bit of a problem on my SharePoint 2007 site and hope the experts...
View ArticleNew Post: Multiple SPCascadeDropdowns on 1 Form don't save.
Aaron, I'm a little confused about the relationship between the "Method_Assets" list, and its child list in which you are trying to invoke two cascading dropdowns. Is the "Method" column in the...
View ArticleNew Post: SPServices in IE8 on a SharePoint 2007 Site
Are there any errors in the DEV console? (F12 in IE8... then refresh the page). What version of jQuery are you using? Also, Your last paragraph confuses me... What does addEventListener have to do with...
View ArticleNew Post: SPServices in IE8 on a SharePoint 2007 Site
Paul, thanks for taking the time to respond-- good questions. I'm using IE10, but am changing to IE8 Standards in the dev panel. Everything displays in the panel's IE9 and IE10 Standards views, but IE8...
View ArticleNew Post: SPServices in IE8 on a SharePoint 2007 Site
Thats the problem - jQuery v2.x is not compatible with IE8 (http://jquery.com/browser-support/)._____PaulSent from mobile device.
View ArticleNew Post: SPServices in IE8 on a SharePoint 2007 Site
One more thing. When picking a 1.x version, review review the home page here to ensure you don't pick one with know issues with SPServices. -- Sent from Mobile
View ArticleNew Post: SPServices in IE8 on a SharePoint 2007 Site
Of course-- browser support! I switched to 1.10.2 and list items now appear in the IE8 Standards view CEWP as I expected them to. Sorry to waste your time on such a trivial problem, but I've learned a...
View ArticleNew Post: SPServices in IE8 on a SharePoint 2007 Site
Np. I don't remember now, but 1.10 is ok I think. _____PaulSent from mobile device.
View ArticleNew Post: AddDiscussionBoardItem or other solution to add message to board
I use SPServices to create a new discussion on a discussion board, this works on SP2007 but I can't create replies to that discussion... How to create a reply message??
View ArticleNew Post: AddDiscussionBoardItem or other solution to add message to board
I did a search on these forums here with key words 'discussion board reply' and found one posting that might be helpful:http://spservices.codeplex.com/discussions/347588_____PaulSent from mobile device.
View ArticleNew Post: Is it possible to use a variable to store the value pairs for a...
I have got SPServices.UpdateListItems to work when explicitly setting the value pairs parameter in the function call, but when I try to set the value pairs as a variable and reference that variable in...
View ArticleNew Post: AddDiscussionBoardItem or other solution to add message to board
Paul, That's awesome! I have been searching but haven't found that one (red face). I will let you guys know if that's working for me!
View ArticleNew Comment on "$().SPServices.SPUpdateMultipleListItems"
hi, i would like to use this function when i click save on a NewForm....where to i place the code?
View ArticleNew Post: Is it possible to use a variable to store the value pairs for a...
Simon, I regularly use variables for various SPServices functions, but I insert them inside the parameter strings. I don't believe that you can create a single variable to represent the entire...
View ArticleNew Post: Is it possible to use a variable to store the value pairs for a...
Hi coeddyiv, Thanks; that's kind of where my thinking's at at the moment. To add a bit of colour to my scenario, I am using one task list to handle a number of stages of a business process, with...
View Article