RSS

Sharepoint Lists Questions 


 

Sharepoint Lists Questions
This is done already. The last commenter's name will be in the 'modified by' field, and the date will be in the 'modified' field.

When you are on the dispform.aspx location for that list (the display screen), that information is displayed on that screen, below the issue, but before the issue history list.

You can create a custom view that includes that data on it.
Hi,
How can i preserve the modified by and modified date using sharepoint object model wss2.0?

Which table having the sharepoint list item details?

-Girivasan
I have created a new column for a list in Sharepoint, and set it as required. However, when I go to "Add Item", the field does not show up in the add item screen so that I can enter data in the particular field. It will display in the list, but not as a field in "Add Items".
Normally only Name, Size, Type, Modified Date, Modified By are displayed. I would like to add the column "Comments" which is managed by the File>Properties>Summary dialog box.
Thank you so much!
I want to add links into different parts of a microsoft sharepoint list but the HTML code doesnt work and only displays the address as a link, how do i change this so my link only says something like "more information". I tried various html codes and nothing works.
I need to set and get a column value (type number & Hyperlink or Picture) in an item list in SharePoint using SPList and SPListItem in C#. Thanks much.
Just add the following table and change it to your values

class Shape {
public:// interface to users of Shapes
virtual void draw() const;
virtual void rotate(int degrees);
// ...
protected:// common data (for implementers of Shapes)
Point center;
Color col;
// ...
};

class Circle : public Shape {
public:
void draw() const;
void rotate(int) { }
// ...
protected:
int radius;
// ...
};

class Triangle : public Shape {
public:
void draw() const;
void rotate(int);
// ...
protected:
Point a, b, c;
// ...
};
Hi, we're trying to sharepoint in my company. It's going fine, we've linked it up to our existing Active Directory for MS Exchange 2003. The only problem is, I can't seem to add existing user groups/email distribution lists. It keeps giving the error, 'exact name not found'. Now we have loads of such groups, and I think it would be tedious and annoying to have to start creating all these groups again. Is there a way out?
I am pretty advanced 'power user' of SharePoint, and I want to get into the controlling of lists programatically.

Specifically, I have a situation where I have an issue list, and when the issue is resolved, the 'Assigned To' person must take a survey. The Survey has a lookup 'question' which is tied to the issue list.

In my issues list, I have a 'yes/no' for 'survey taken', but I have to manually go in and change to 'yes' when someone takes a survey. Can I programatically change this value to 'yes', or, better yet, how can I list all issues that do not have a matching survey item?
you may want to search the net for a statistics type calculator.
RSS
12Showing 16 to 30 of 25

Top Tags

Sorry - no Tags found for specified category