New Post: Cascading dropdown is not filtering
Yep, I sure do. http://spservices.codeplex.com/ Read the text that is in red. There have been some breaking changes in SPServices when used with some of the latest jQuery versions. Marc has done a...
View ArticleNew Post: Add new lookup item on the fly
ChristopheHumbert wrote: Quick update: I've done some research on this in the past few months. Persistence on form reload is actually a common issue, and the way to address it these days is to use...
View ArticleNew Post: Add new lookup item on the fly
bcobra, Christophes post inspred me to try Web Storage and I've used it many times since. Not with spservices per-se, but I've used it to store a list of items after looking them up from an SP list...
View ArticleNew Post: I need the listname from knowing the GUID
I have some code that uses only a GUID for its reference to a list. Said list is, evidently, not in the site but must be within the site collection. I need to find that list. PowerShell and C# are not...
View ArticleNew Post: Add new lookup item on the fly
Sorry to anyone that tried to contact me! My email has changed and I was not able to reply directly! I have never been able to get localstorage or sessionstorage to work in IE 8 or 9, or any browser...
View ArticleNew Post: I need the listname from knowing the GUID
Here is the code I had to work with: http://whatever/_vti_bin/owssvr.dll?Cmd=Display&List={2C1FFE32%2D57EC%2D4FFF%2DBF69%2D8746D3D30B96}&XMLDATA=TRUE&SortField=Column5&SortDir=Asc This...
View ArticleNew Post: Add new lookup item on the fly
genius, I like your solution of saving the form in a hidden iframe. For sessionStorage, I prefer to save the fields in a jQuery object array like so:...
View ArticleNew Post: GetAttachmentCollection Example
Of all of the times I've used this library, I don't think I've ever used this operation. Here's an example for future usage: $().SPServices({ operation: "GetAttachmentCollection", listName:...
View ArticleNew Post: I need the listname from knowing the GUID
Michael, we (the followers of SPServices) appreciate you posting back with the solution even though no one answered your original post here. It sounds like you are using a similar method as the one I...
View ArticleNew Post: Add new lookup item on the fly
I have tried the local storage route but the refresh back to the parent page in $().SPServices.SPLookupAddNew is not the exact link the parent page started on so the web storage values dont appear. If...
View ArticleNew Post: Add new lookup item on the fly
@bcobra Yes there is... I tweeted about this a few days ago: https://twitter.com/iOnline247/status/259310581008457728 I was actually working on a very similar problem when using the code above. What...
View ArticleNew Post: Getting Document list's information such as last modified date by whom
Hi, Can anyone help me with this problem? I am trying to get the list of uploaded documents in SharePoint and determine who uploaded what and when and when was the last modified date, if they changed...
View ArticleNew Post: Add new lookup item on the fly
bcobra, $().SPServices.SPLookupAddNew doesn't use SP2010 modal dialogs. Perhaps Matthew is refering to this post where russgrove acheived similar using modals:...
View ArticleNew Post: Add new lookup item on the fly
modal is turned off. the only differnce is the source, which in theory shouldn't be different:page...
View ArticleNew Post: Cascading dropdown is not filtering
SPServices 0.7.2 ought to work with jQuery 1.8.x. Are you running an English install or some other language? M.
View ArticleNew Post: Getting Document list's information such as last modified date by whom
Your post is confusing. You mention jQuery and Java, which don't have anything to do with each other and also C#. There aren't any C# examples here that I know about. SPServices relies on jQuery. You...
View ArticleNew Post: SPCascadeDropdown page refresh again...
I think you're going to give me some more information for me to help you. How does your modal pop-up work? If the original form isn't refreshed on adding a new values, you won't be able to save the...
View ArticleNew Post: Use UpdateListItems to update related list's lookup value
WaveA: I don't really understand your description, but I think you can do what you want. You'll have to add some script to both list's forms from the sounds of it. One suggestion would be to think...
View ArticleNew Post: Add to List if not in Drop Down
Russ thanks for this. Havn't tried it yet, but for those who want to do this completely client-side (no SPD), you can add the link using script like so:...
View Article