Edited Issue: Trouble with SPSservices and Sharepoint Form [10248]
From: https://spservices.codeplex.com/discussions/538227I can run $().SPServices.SPGetCurrentSite() from my root site on Office365 and get "/" which is the valid value.Yes, there were problems in...
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
Nice forensic work Marc :)I also encountered this issue recently when I created my own method for getting the current webURL.Wouldn't this issue impact all SPServices calls (from the root site)? --...
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
No, I think it's limited to $().SPServices.SPGetCurrentUser(). It's got its own logic for determining the right path to the userdisp.aspx page. At least that's my hope. M.
View ArticleNew Post: Trouble with SPSservices and Sharepoint Form
Hi, Thanks for your time to help me with that. I gonna keep this information. For your information, my need was to autofield some fields of a form. So I create a subsite only for form and I called the...
View ArticleCreated Unassigned: Only firing once on itial load or page refresh. If anyone...
<link href="http://code.jquery.com/ui/1.8.24/themes/base/jquery-ui.css" rel="stylesheet"/><script type="text/javascript">window.onload = function() { window.setTimeout(readyCall,...
View ArticleNew Post: Using AddView to create a new view for a calendar
Is it possible to specify either an existing view to use as a template (preferred), or a specific view type when using AddView? I'm trying to use it to create a new calendar view, and I've specified...
View ArticleCommented Issue: Title Changed for Required Fields after CU for Sharepoint...
From https://spservices.codeplex.com/discussions/528533I just installed the update on our Dev box. Here is what a required select now looks like:```<td width="190px" valign="top"...
View ArticleCreated Unassigned: SPCascadeDropdowns and Required Lookup not working [10250]
Dears,As i mentioned at the Resolved issue, this still not working.Looking at the source code, you use:$("select:regex(id, (" + colStaticName + ")(_)[0-9a-fA-F]{8}(-))")This is not going to work for me...
View ArticleNew Post: Table rows not being rendered
Yes, I am a bit of a loose cannon :) Please see http://forum.jquery.com/topic/html-rows-not-being-created for answer.
View ArticleNew Post: SPServices Cascading drop down IE Issue
Still for me it is not working.... Not sure if any fix for IE????? Any one help me please
View ArticleNew Post: SPServices Cascading drop down IE Issue
sandy143: What does "not working" mean in your case? What versions are you using? What are you trying to do? It's best to start a new thread rather than pasting onto an old one. M.
View ArticleNew Post: SPServices.SPCascadeDropdowns not working on 20+ options Parent...
It is not working for me in Ie8
View ArticleNew Comment on "UpdateListItems"
@mark_vogt: I was able to get the webURL property to work fairly quickly to update a list item in the same web app, but seperate site collection. I did initially run into an issue with the format of my...
View ArticleNew Post: Any solution that will limit the number of times an item can be...
Hi there, I was wondering if there is any solution in SPServices that will allow the following:- _I have a survey with a couple of questions and one of the columns is a choice of times - lets say...
View ArticleNew Post: SPServices.SPCascadeDropdowns not working on 20+ options Parent...
Um, yeah. But what is happening? Same questions I asked you in the other thread. I can't help you without any info. M.
View ArticleNew Post: Any solution that will limit the number of times an item can be...
Kelly: There's nothing specific in SPServices for your exact needs (I'd never have come up with that requirement!), but you can build it with SPServices and jQuery as your toolkits. M.
View ArticleNew Post: Any solution that will limit the number of times an item can be...
Thanks for the quick reply Marc. Unfortunately, I have in the past relied on your expertise to guide me through :-) I don't know how to code so I wouldn't be able to create my own. Thanks anyway!
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
Marc. Thank you this great library. I have been using it a while now, but I'm having an issue. My dropdowns were working perfectly until our SharePoint site was migrated to the Microsoft Cloud (SP...
View ArticleNew Post: CAML Query Help
I have this query:CAMLQuery: "<Query>" + "<OrderBy>" + "<FieldRef Name='ID' Ascending='FALSE'></FieldRef>" + "</OrderBy>" + "<Where>" + "<And>" + "<And>"...
View Article