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 ...
|
Microsoft.Office.Server.Search.Query.KeywordQuery.Execute() issue
Tue, 22 Apr 2008 09:28:00 -0700
When I use the KeywordQuery.Execute() function to do a search against a
numeric managed property (ex/ KeywordQuery.QueryText = "RecordID:1020"), I am
getting a COMException. In addition, the following events are recorded in the
event log:
-------------------------
Event Type: Error
Event Source: Office Se ...
|
|
|
SPFile.OpenBinary() Error - Object reference not set to instance
Tue, 22 Apr 2008 03:49:02 -0700
I am not sure what is happening here.In the below code,the line
fileContents = spFile.OpenBinary();
says "object reference not set to an instance of an object" although that
line would be executed only if the sPFile is not null.The file which I am
trying to access is an XML file persisted in S ...
|
Correlative Field
Fri, 18 Apr 2008 06:52:01 -0700
Hello,
I nedd to make a list, this list has a field named "Code", this code is a
correlative number, how can i do this with Sharepoint?? ...
|
Developing own RMS-Enable Application (Rights Management Services)
Fri, 18 Apr 2008 03:13:01 -0700
Hello all
I develop my own RMS-Enable Application and have same problem.
The DRMInitEnvironment function failed with E_DRM_BROKEN_CERT_CHAIN error
code.
I think that the problem in my manifest.
I use ISVTier5AppSigningPrivKey.dat, ISVTier5AppSigningPubKey.dat keys and
ISVTier5AppSignSDK_Client.xml chain (i ...
|