New Post: Cascade Dropdown SharePoint 2013
Sorry, jamlow, we have a line jumper in Jay2013. I though you were s/he. If 2010.13 doesn't work in SharePoint 2013, I was hoping you could give me some details in case I have a bug. M.
View ArticleNew Post: Cascading Drop-Down Project (Information Gathering)
I'm not sure if you have an actual question, but it looks like you are loading the minified and non-minified version of SPServices but not jQuery. I'd suggest you start by reading the documentation...
View ArticleNew Post: Cascade Dropdown SharePoint 2013
@sympmarc basically I was using jquery.SPServices-2013.01.js and I was receiving a strange error in the browser console. I tried googling for a while but I didn't have any success. (The error is...
View ArticleNew Post: Cascade Dropdown SharePoint 2013
Jamlow: So once you understood the issue, did you switch back to 2013.01? If so, does SPCascadeDropdowns work properly? It sounds like it was just an issue with the debug: true option? M.
View ArticleNew Post: Combining SPAutocomplete with SPDisplayRelatedInfo
Hello, I am using SP2007 and have setup a form which has an input field: "Enter ID" which is used in conjuction with autocomplete. My question is can Autocomplete be used inconjuction with...
View ArticleNew Post: Combining SPAutocomplete with SPDisplayRelatedInfo
In earlier versions of SPServices, SPDisplayRelatedInfo worked with Single line of text columns, but it was sort of an accident and I don't believe it does anymore. That said, you can certainly do what...
View ArticleNew Post: Combining SPAutocomplete with SPDisplayRelatedInfo
Damn it doesn't look like it works. I wish I had the coding know how to try and make it work. Thanks for the prompt response.
View ArticleNew Post: Combining SPAutocomplete with SPDisplayRelatedInfo
The way you'd do it is to hook into the blur event for the Enter ID column and then use GetListItems to fetch the item with that ID. I've done similar stuff, but frankly, I usually end up using...
View ArticleNew Post: V0.6.0 Alpha Test [Copy Operations]
The above parsing will not work for XML strings. Can anyone please provide a way to convert large XML strings to stream?
View ArticleNew Post: Add a document to a library
Can any one please guide me how to convert a string (XML, reasonably good size) to stream, to be passed to CopyIntoItems method. I am trying several methods, with no success. Any help would be really...
View ArticleNew Post: Problems reading from a list on a public site with anonymous access
Doug: You should get the same results if anonymous access is allowed, so I'm not sure what's going on. However, since you are setting k = 0 before the call, the SPServices call may well be getting an...
View ArticleNew Post: CopyIntoItems using an XML string
venh123: There's no need to post the same question multiple times. Someone in the SPServices community will get back to you when we can; you're not paying for support here. Can you post the details of...
View ArticleClosed Unassigned: CopyIntoItems error:Value doesn't fall within expected...
I am trying to use the CopyIntoItems method. I don't have a source URL. But I have an XML string (reasonably big), which I want to write into an XML file and upload to a Share Point Library. There are...
View ArticleNew Post: CopyIntoItems using an XML string
Hi Marc, Really sorry. I am not trying to post my questions multiple times. If it had happened by mistake, please excuse me. I was not sure, whether to post it as a question or an issue. Please excuse...
View ArticleNew Post: CopyIntoItems using an XML string
I have seen examples before that indicated that SourceUrl has to always be set (even though the MS documents don't say that). Just set it to some thing invalid, ex:http://nullTry that and see if it...
View ArticleNew Post: CopyIntoItems using an XML string
Hi Paul, Thanks a lot. It seems to be working. But I have a quick question. Is there any size restriction for the stream, using the CopyIntoItems method?
View ArticleNew Post: CopyIntoItems using an XML string
Glad it's working.I have not seen any limits called out specifically. But have seems words like 'of reasonable size'. -- _________Paul T
View ArticleNew Post: CopyIntoItems using an XML string
Hi Paul, Won't the CopyIntoItems method work in SP 2013 in the context of apps?
View ArticleNew Post: Cascading Drop-Down Project (Information Gathering)
:D Thanks for your patience, I read the instructions before, but wasn't able to understand it, only after re-reading it that I got a good idea how. I feel both stupid and enlightened at the same time....
View ArticleNew Post: CopyIntoItems using an XML string
It should work from 2013. -- _________Paul T
View Article