New Post: AddAttachment
I noticed that method just a month ago while helping my colleague with this script. I've confirmed this works with .csv's and .txt files. Although, this doesn't answer your input type='file' question,...
View ArticleNew Post: Odd: Can't add columns to a list
Hi Marc, No I didn't. Im fiddling with another problem at the moment, but will have to come back to that one! thanks Oli
View ArticleNew Post: Create list from template
Did I mention I'm coding by the skin of my teeth? So to get around my issue with not being able to add columns to a list programatically, I created a list along the right lines and saved it as a...
View ArticleNew Post: GetListItems
Hello, I'm trying to use the example get list items script, with no luck at all. Here's my code:<script language="javascript" type="text/javascript"> $(document).ready(function() {...
View ArticleNew Post: Create personal views
Hi all, is it possible to create a personal view for every user? So that every user has one "predefined" personal view called "My view" or something like that? Thanks, Phu
View ArticleNew Post: GetListItems
Odds are that you're running into an authentication issue. If you look at the network traffic with Fiddler or Firebug, you should get some clues about where the issue is. The completefunc is going to...
View ArticleNew Post: Odd: Can't add columns to a list
Oli: I just ran this code and it worked. Note that I have the AddList operation commented out because I wanted to run UpdateList several times to make sure that I could add columns repeatedly....
View ArticleNew Post: Create list from template
If you call GetList, you can find out what the template GUID for that list is. For instance, then I call GetList on the foo list I created in the code I posted in your other thread, I see that...
View ArticleNew Post: Odd: Can't add columns to a list
I think I must be losing it. I just ran your code three times. Once with the AddList bit active (created the list fine - failed on adding fields - presume the list wasn't ready) and the second two with...
View ArticleNew Post: Odd: Can't add columns to a list
Take a look at the network traffic with Fiddler or Firebug to see what the response is when you try to create the columns. There ought to be some clue there. M. p.s. I ran my test on WSS 3.0 because I...
View ArticleNew Post: Odd: Can't add columns to a list
I'm just trying to figure out how to use firebug :) I'm using SP2010 I believe, if you get chance to try would be great
View ArticleNew Post: Odd: Can't add columns to a list
Hang on a fruit cake... When I look at the list in the UI, I'm getting what I showed you above. Even tryed the old Ctrl+F5 to clear the cache. So I've been going on the assumption that it aint worked....
View ArticleNew Post: Odd: Can't add columns to a list
...and when I add an item, it's showing me the fields, but once its saved it's hiding them from that view and only shows if I click on the item again
View ArticleNew Post: Odd: Can't add columns to a list
Adding the columns to the list won't add them to the default view. You'd need to do that separately. M.
View ArticleNew Post: Odd: Can't add columns to a list
live and learn. I'll get to that in a bit - at least now I've got some more functionality I can ad :)
View ArticleNew Post: Create personal views
Phu: Looking ath the AddView documentation on MSDN, it doesn't look like there's an option to create a personal view. M.
View ArticleNew Post: Odd: Can't add columns to a list
Well, I think I'm there! I'm going to get this beta tested by a group of Year 9 students tomorrow, but I'll put the code below for reference to anyone that might find it interesting. I'm sure I've made...
View ArticleNew Post: Odd: Can't add columns to a list
Oli: I'd love to put this up as an SPServices Story. Are you game? M.
View Article