New Post: Get an item count for a SharePoint list
You are going to want to look over the documentation to get up to speed.http://spservices.codeplex.com/documentation#general-instructionsPost back if you get stuck.Cheers, Matthew
View ArticleNew Post: Lists.UpdateListItems with External List
Hi Guys,i find this Library really usefull! Makes Frontend Development on SharePoint fun. Thank you for that.But now i found something strange. I want to add a new Item to an External List (BCS) but i...
View ArticleCreated Issue: Cascade Dropdown with Multi-Select Child [10111]
I am using cascade Dropdown feature for Multi-Select child, everything working fine. But the think is if I remove the value from the Selected Values Box(Right Side) , the Possible Values Box(left side)...
View ArticleNew Post: GetUserProfileByName returns user cannot be Found error
Hi Marc,Thank you very much for your reply.I used 'GetUserProfileByName' method to get the user profile information of any given user.It is working well for the current user, but if I user any other...
View ArticleNew Post: stack overflow
Still not clear where the error is occurring. Is it an error from SharePoint or from the browser?In IE7, you can use the Internet Explorer Developer Toolbar, assuming you're able to install it.M.
View ArticleNew Post: stack overflow
I think it's clearer now, and I think you're right to wonder whence originates the stack overflow message. My guess is that it is the browser. Over the past few days, when I have had many dialogs come...
View ArticleNew Post: stack overflow
I'll be interested to hear what you figure out and if you get it working. Sounds like progress, at least.M.
View ArticleNew Post: Get an item count for a SharePoint list
Matthew,I am missing something somewhere. I followed the steps in the general instructions, which works on my other code, but I am not getting any results. I dont see anywhere in the sample code where...
View ArticleNew Post: Get an item count for a SharePoint list
Go ahead and post your code, so we have a place to start. Then we can iron out the details.Cheers, Matthew
View ArticleNew Post: Get an item count for a SharePoint list
here is the code Im using, which essentially is a copy/paste of the code provided: <script language="javascript" type="text/javascript"> $(document).ready(function() { completefunc:...
View ArticleNew Post: Add to List if not in Drop Down
Sorry I lost track of this thread. I think the code below should work for multi-select lookupsfunction CounterpartyAdded(value, returnValue) {// if user canceled out of the add dialogif (value == '0')...
View ArticleNew Post: Get an item count for a SharePoint list
William:The code that Matt gave you is only to part of what you need to get at the ItemCount from a call to GetListItems. You've put it into a $(document).ready() block but you aren't calling...
View ArticleNew Post: Multiple Multi Select Box issue
Hi Marc, I am having an issue implementing your code and I tried to search the documentation and discussions to no avail. I may certainly have missed the thread, but I'm desperate now as my rollout...
View ArticleNew Post: stack overflow
Boy, this was interesting. I searched Bing for: [Internet Explorer 7 "stack overflow"], and found a lot of hits. One in particular caught my attention: "recursion that passes through the host global...
View ArticleNew Comment on "$().SPServices"
From what I can tell, the spellchecker web service is not available in 2010 Foundation because it's tied to the Publishing infrastructure feature. Also, SPXmlToJSON description in main documentation...
View ArticleNew Post: stack overflow
It's really hard to debug stuff like this from afar. I don't see anything obviously wrong with what you're doing. I'd suggest stepping through it in a debugger to see if you're nesting recursively or...
View ArticleNew Post: Add to List if not in Drop Down
So Russ do I point the options.dialogReturnValueCallback to this new function instead of the status update function? The solution in your blog is a bit different then the one you posted above which I...
View ArticleNew Post: Add to List if not in Drop Down
Toga,,The idea was that you would replace the originalcounterppartyadded (or in this case vendoradded) function with this one.The code above does NOT work. I spent some time working on this today....
View ArticleNew Post: Multiple Multi Select Box issue
no, none at all. which is why I am so confused. it all works ok when the first box is a multi select box, the second box is a drop down and the third one is a multi select box, but not when all three...
View Article