New Post: Can't make SPCascadeDropdowns work, any help appreciated
This is working, my mistake. Thanks for the script.
View ArticleNew Post: Getting Item ID Before Document Saved.
Guys: Just getting back from vacation, so sorry for the delayed reply. I haven't read all of the above, but have you looked at SPRedirectWithID? From your original post in the thread, I think it does...
View ArticleNew Post: Single List Item
Glad you got it. IMO, the always-on dialogs for SharePoint 2010 forms are excessive. They often make the user experience worse (with longer forms, for instance), not better. Turning them off based on...
View ArticleNew Post: $().SPServices.SPGetCurrentUser not working on the Title field?
ixwood's suggestions are good ones; I'd suggest the latter. No need for multiple calls. per the documentation, the function really just does some "screen scraping" under the covers, grabbing values...
View ArticleNew Post: Call SPServices operation from an HTML webpage outside of SharePoint?
POB: There are several threads here in the discussions about this. Have you looked at any of them? I don't know what you are trying to do with an .hta file, but it should be possible to call...
View ArticleNew Post: Get Library Item URL
Depending on your version of jQuery, this is probably the problem: .find("z\:row"). Switch to SPFilterNode. If this turns out to be the problem, a little stepping through would probably have caught it,...
View ArticleNew Post: SPCascadeDropdowns in DFWP
Alexa: You'll need to mimic the markup for the columns in your DVWP. There are some notes about this in the docs, but generally the field controls will be identical. However, the inline editing...
View ArticleCreated Issue: SPUpdateMultipleListItems Item limit [10168]
From https://spservices.codeplex.com/discussions/440360#post1033157Hey Mark... Here you go... Took a little while for me to find it (have not touched that project in over 1.5 years) and I had to make a...
View ArticleNew Post: SPUpdateMultipleListItems Item limit
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: spservices to check if dates from a list are between date pickers...
Can you post your bits and pieces? M.
View ArticleNew Post: Getting Item ID Before Document Saved.
Welcome back. Just had a quick look. Looks good and certainly very useful, but it seems to work on the form save, which would be too late for my needs. I need to add products to the order before they...
View ArticleNew Post: Getting Item ID Before Document Saved.
Just thought of another possible issue. You'd have to be careful with server side form validation. Assuming that's actually enforced via WS. I use status based, client side validation, so not an issue...
View ArticleNew Comment on "$().SPServices.SPFindMMSPicker"
Hi, It would be Nice to have a valueToSet function, where you either specify termvalue or synonyms for a term ?
View ArticleNew Post: Getting Item ID Before Document Saved.
It is what it is, really. Because IDs are assigned on item save, and asynchronously at that, we can't know the ID ahead of time. If you're customizing your validation, then you could also do a save...
View ArticleNew Post: Get the Item ID from a list item dialog window
I am looking for a way on how I can get the specific List Item ID of the item that was clicked, which prompts the default SharePoint Modal dialog box for viewing the item details. I have been able to...
View ArticleNew Post: Get the Item ID from a list item dialog window
The ID is still there, even in a dialog. The dialog opens in an iframe, so you can still look at the Query String. For example, the iframe might...
View ArticleNew Post: Auto Complete Radio Buttons
Kep: Click events are pure JavaScript, but you can also use jQuery to bind to them. There's nothing in SPServices that will really help with this. I'd suggest reading the jQuery Events documentation. M.
View ArticleNew Post: Get the Item ID from a list item dialog window
Marc, I should have tried it with dialogs on prior to opening this up. My solution still works beautifully. I had thought that was the case with the dialogs, opening in an iFrame, however thank you...
View ArticleNew Comment on "$().SPServices.SPFilterDropdown"
Hello someone could do in sharepoint 2013 foundacion ??
View Article