New Post: getGroupCollectionFromSite (About Me)
alibby251, That's correct. I'm also using SP2007 MOSS. So that's already one less thing to worry about. :) I really appreciate your help here.
View ArticleNew Post: Using SPFilterDropdown in a self referencing lookup
I would suggest using a more recent version of jQuery, though that may not be the problem. Try 1.8.3 or 1.10.1. Also, the error that you show isn't what you'd see in the console in the Developer Tools....
View ArticleNew Post: Using SPFilterDropdown in a self referencing lookup
Ah, it was my jQuery version. I bumped it up to 1.7.1 and all is well. As always, thanks Marc.
View ArticleNew Post: Using SPFilterDropdown in a self referencing lookup
Great! BTW, I've tested 1.10.1 in several places, and that's the version I'm going to be using for now. M.
View ArticleNew Post: Does SPDisplayRelatedInfo Work With Normal Input Fields?
Thanks. That's a shame. I could really do with that functionality. I have a huge list, that's too big for a normal lookup column and I wanted to use displayrleatedinfo to show details and then set some...
View ArticleNew Post: SPServices & XSLT Data Views
ok. that makes sense. that's the only field that i can use to match up the list items to each other. maybe i will talk to them about pulling the additional people out and separating them. I appreciate...
View ArticleNew Post: AddView
I did a GetView before and after "fixing" the view, and the results are identical. No idea what's going on here... M.
View ArticleNew Post: Pulling specific range of items from a list
Thanks for the answers! Hopefully it's not too much to ask more about your answer Marc, I see you state to "simply specify amount of items and what sort order". I can easily limit the first webpart to...
View ArticleNew Post: Pulling specific range of items from a list
Can you just do one call and use the first four and then the second four? In other words, use the single call to populate the area of the page you are thinking of as two Web Parts. M.
View ArticleCreated Unassigned: Getting parser error in simple SP services. [10156]
I am getting parser error in simple spsservices code. I couldnot able to locate my list .I have this code in my master page and the list in my root site. Any help appreciated....
View ArticleClosed Unassigned: Getting parser error in simple SP services. [10156]
I am getting parser error in simple spsservices code. I couldnot able to locate my list .I have this code in my master page and the list in my root site. Any help appreciated....
View ArticleNew Post: AddView
Hi, I don't know if this is of any help - and please forgive me if it isn't - but I managed to get AddView working fine, using this sample?<script...
View ArticleNew Post: AddView
You're also not using a query to define your view. I think that's where I'm running into trouble. Accourding to my response value, I've got this > showing up right in front of my query element....
View ArticleNew Post: AddView
Good point - oops, I didn't spot that, chuckle! If you remove your query statement - does it produce a view correctly, using the rest of the code as it stands?
View ArticleNew Post: AddView
I think I've spotted something else in your rowLimit statement:rowLimit: "<RowLimit paged=\"True\">100</RowLimit>", The example given on the MS docs has True in caps - not sure if this is...
View ArticleNew Post: AddView
Yes, it does work, however, the Query element is critical in my application. I've contacted our SP Admins on the issue.
View ArticleNew Post: AddView
I FOUND ITquery: "<Query><Where><Eq><FieldRef Name=\"RegID\" /><Value Type=\"Text\">" + thisView + "</Value></Eq></Where></Query>" I need to...
View ArticleNew Post: AddView
Dang! I thought about that but didn't think it mattered. Great catch! M.
View ArticleUpdated Wiki: Views
Function$().SPServicesWeb ServiceViewsSupported OperationsOperation Options MSDN Documentation IntroducedAddView[webURL], listName, viewName, viewFields, query, rowLimit, type,...
View Article