Commented Issue: SPGetCurrentSite() fails when page URL has hash anchor...
From: http://spservices.codeplex.com/discussions/398175Hi Marc...Came across an issue with SPGetCurrentSite() utility... Looks like it is not setup to strip out any url hash information, which in some...
View ArticleNew Post: SPCascadeDropdowns Unexpected Error + Correlation ID when Saving...
Peter: If you've got things set up correctly, that unexpected error won't occur and the page will do everything you'd normally expect. One thing that can cause an error like that is when values are...
View ArticleNew Post: SPCascadeDropdowns now not saving the chosen values
I'm not sure what's going on here. Since you mention that you've changed the InDesign value, you've customized the form at least a little. (You don't need to make that change, as SPServices can convert...
View ArticleCommented Issue: SPGetCurrentSite() fails when page URL has hash anchor...
From: http://spservices.codeplex.com/discussions/398175Hi Marc...Came across an issue with SPGetCurrentSite() utility... Looks like it is not setup to strip out any url hash information, which in some...
View ArticleCommented Issue: SPGetCurrentSite() fails when page URL has hash anchor...
From: http://spservices.codeplex.com/discussions/398175Hi Marc...Came across an issue with SPGetCurrentSite() utility... Looks like it is not setup to strip out any url hash information, which in some...
View ArticleNew Post: SPCascadeDropdowns now not saving the chosen values
Thanks for coming back so quickly. Thanks for the tip about SimpleChild. I'll try all of your suggestions tomorrow and update the thread. What code do you want to see - a limit of 1000 chars doesn't...
View ArticleNew Post: Error: Column is not an input control or is not found on page....
Hi, I'm trying to implement an autocomplete feature in my infopath form in sharepoint. Below is my code:<script src="../Documents/jquery-1.7.1.min.js" type="text/javascript"></script>...
View ArticleNew Comment on "$().SPServices.SPArrangeChoices"
I ahve a SharePoint 2007 site, but the radio buttons have not changed their direction.
View ArticleNew Post: SPCascadeDropdowns now not saving the chosen values
All I'd like to see is your script in the CEWP. Should be plenty of room. M.
View ArticleNew Post: Error: Column is not an input control or is not found on page....
InfoPath forms are rendered very differently than the standard list forms and the functions in SPServices aren't built to work with InfoPath forms. I have a blog post about a very hacky way to do this...
View ArticleNew Post: GetVersions Method
Hi , I am using GetVersions method in sharepoint 2010 to get the current page version history. var url =window.location; $().SPServices({operation: "GetVersions", fileName: url, completefunc: function...
View ArticleNew Post: GetVersions Method
Satish: Status will just let you know if the call itself worked, i.e., there was a reply. You'll have to look at xData to see what the returned data is and whether there are issues. Try alerting (or...
View ArticleNew Post: Cascading Dropdown Intermittent Issue: Child field not generated
I am supporting our company's sharepoint custom code (new team) and am fairly new with regards to jquery. In one of our sites, we use a simple cascading dropdown to generate the list of values of the...
View ArticleNew Post: SPCascadeDropdowns now not saving the chosen values
Here you go <script language="javascript" type="text/javascript" src="http://sharepoint/sites/support/VMS/CLVClaims/JQuery/jquery.SPServices-0.7.1a.min.js"></script><script...
View ArticleNew Post: SPCascadeDropdowns now not saving the chosen values
Hi there, I found the problem - the data binding references had gone all wonky in my New Form page, i.e. the 'id' references in SharePoint:FormField and SharePoint:FieldDescription had gone all out of...
View ArticleNew Post: http security warning in Internet Explorer
Apologies for taking so long to reply, I've been away. Anyway thanks for taking a look its appreciated. The js files are hosted in a SP doc library in the same site, so all good there. To be honest I'm...
View ArticleNew Post: http security warning in Internet Explorer
Maybe once you write up the specifics, I'll have an idea for you where the prompt is coming from. It does sound like a good story, and I look forward to hearing more! Thanks, M.
View ArticleNew Post: SharePoint Form Radio Buttons: Switch from Vertical to Horizontal
Okay, I am trying to get my SharePoint 2007 custom list form field radio buttons and check boxes form fields which by default are vertical, to be horizontal in SP 2007. I am unsure as to what I should...
View ArticleNew Post: SharePoint Form Radio Buttons: Switch from Vertical to Horizontal
Ok, you're not going about this correctly. First of all, you don't need to edit the form at all. To use SPServices, you can just add a Content Editor Web Part into the page that contains the script....
View ArticleNew Post: Error: Column is not an input control or is not found on page....
You're probably right! I can't go back and verify but I trust you're a better judge than I. I totally agree that copying and pasting code, without knowing what it is doing, is a very bad plan....
View Article