WSS 2.0 - Can not display/create custom template lists with web se
Wed, 7 May 2008 14:14:06 -0700
We have created a custom template list by customizing an existing Contacts
list, then saving it as a template which stores it in the List Template
Gallery of the Site Collection. We can then use the "Create" interface to
create new lists based on that template on any site inside the Site
Collection. It wor ...
|
Updating the Content Type Failed
Mon, 5 May 2008 14:42:01 -0700
I am getting an error when trying to publish an InfoPath form to a WSS 3
site. The form has previously published without issue. This afternoon,
however, I started getting an error that says, "Updating the Content Type
Failed."
The problem occurs after InfoPath shows the, Updating the Content Type
message. ...
|
How can i create a chart based on a list
Mon, 5 May 2008 11:13:01 -0700
i have read through paul galvins technique for creating a graph based on an
announcement list. though my list is different, i matched what he did on my
side and still couldn't get it to work right. I have WSS3.0, Designer and
VS2K5. I do know how to modify a webpart zone and create a DVWP out of it.
That par ...
|
Putting EditorPart controls in custom Web Part property category
Thu, 1 May 2008 13:10:02 -0500
This article is perfect to illustrate what I'm trying to do:
Creating custom editor parts for a SharePoint webpart - Weblog Ton Stegeman
[MVP]:
http://www.tonstegeman.com/Blog/Lists/Posts/Post.aspx?List=70640fe5%2D28d9%2D464f%2Db1c9%2D91e07c8f7e47&ID=36
Let's say I want to create a category for properties w ...
|
SharePoint Designer edited View and List Definition
Sun, 27 Apr 2008 09:10:00 -0700
I have created a standard Document Library, added a view and customized this
view using SharePoint designer.
I'm using XSLT to render in checkboxes for each item in the list.
I have used VS extensions to create a list definition from this document
library; all the expecte files have been exported, includin ...
|
Dropdown control for list/library items
Thu, 24 Apr 2008 21:23:00 -0700
Does anybody know what class, if any, in Microsoft.SharePoint.WebControls, is
used by the dropdown control in the title field for any item in a list or
library?
I'd very much like to insert such a control in a DataGrid on a web form
that's populated with a list of items.
--
Eric Legault - Outlook MVP, ...
|
Blog post approvement
Thu, 24 Apr 2008 09:33:04 -0700 (PDT)
Greetings, all!
I've programmatically (via WSS objects in .NET) created site, then sub-
site with "Blog" template. I'm able to add posts with following code:
SPListItemCollection posts = netvizBlog.Lists["Posts"].Items;
SPListItem it = posts.Add();
it["Title"] = "My title";
it["Body"] = "My Body";
it.Upda ...
|
|
|
Dynamic Creation of Multiple Tasks in a State Machine Workflow
Thu, 24 Apr 2008 04:23:00 -0700
We encountered the »dynamic creation of multiple tasks in a state machine WF«
problem. In a state machine WF we would like to dynamically (e.g. using
Replicator or CAG Activity) create Sharepoint tasks (CreateTask Activity from
MOSS SDK). Once all the tasks have been completed the workflow can move on to
a ...
|
WSS3 webpart Page viewer Java plug-in fails to load
Wed, 23 Apr 2008 13:26:00 -0700
I have a WSS 3 aspx page with a web part "page viewer" the url for the page
viewer is to another application Kronos it is a timecard system written in
Java. We do not have a single sign on environment so while the WSS site is
integrated log on the Kronos application has its own sign on screen, when the
user ...
|
Can i move the "rows" of a new record
Tue, 22 Apr 2008 14:35:05 -0700
I asked a similar question in another forum and i think that i need software
to do this so i am asking this here. note that i have WSS 3.0 running on W2K3
server and use Sharepoint Designer for mods.
In WSS, i have created a list (think datasheet view) that has 5 columns
labeled as One, Two, Three, Four, Fi ...
|