Data Visualization for SharePoint - Nevron SharePoint Vision
Tue, 16 Mar 2010 03:02:01 -0700 (PDT)
Nevron Data Visualization technology for Microsoft SharePoint 2007
(MOSS and WSS) is designed to provide exceptional reporting and
dashboarding features to SharePoint users and IT Professionals. The
web parts included in the suite are configured visually and directly
in SharePoint environment, through an exhaust ...
|
Problem using wsssdk CollectFeedback
Sun, 14 Mar 2010 00:18:34 -0800 (PST)
Hi,
New to sharepoint; we don't have MOSS yet only WSS. With all of
the changes it's hard to figure out what is current. I finally found
the WSSSDK 1.4. The collectfeedback project is supposed to be a good
example of workflow without using moss. I'm not sure how the project
is supposed to be run. I've got ...
|
Editing a document server side via code and not changing the versi
Fri, 12 Mar 2010 07:52:02 -0800
I've written an event handler that updates a Word document on the server when
it's saved. However my code is triggering an update to the document version.
Since the code is actualy supposed to sync the document's version # in the
document library to a piece of custom data in the word file, this is not
workin ...
|
Could not consume WSS web service in an ASP.NET web service app
Thu, 11 Mar 2010 03:21:01 -0800
Hi,
I built an ASP.NET web service app and configured to consume a WSS v3 web
service. Specifically I wanted to use People.ResolvePrincipals to resolve
the current user in my app code.
The ASP.NET web serivce was deployed on the same box running WSS v3 but was
not configured to operate within the contex ...
|
EnsureUser Performance
Wed, 10 Mar 2010 14:43:01 -0800
Hello,
I am trying to programmatically import about 20,000 users in Sharepoint
(MOSS) 2007.
Everything is working fine, except that it takes between 10 and 15 hours to
complete the import which is really an issue since the import must happen
daily.
It seems that the following line is taking forever to ...
|
Custom State machine workflows in SharePoint Server 2207
Thu, 4 Mar 2010 10:58:06 -0800
I have a State Machine workflow that I am developing in Visual Studio. I have
integrated abaout 5 InfoPath 2007 forms with the workflow. 2 of my forms have
6 contact selectors on each od the 2 forms. When the workflow reaches the
tasks that involve displaying abd gathering data form the Contact forms, the
fo ...
|
WSS 3.0 Custom Column Search
Thu, 4 Mar 2010 02:35:01 -0800
Hi There,
How do i search for values in Custom column using spsearch.asmx?
Any help greatly appriciated. Thanks in advance for your help.
Regards,
Suresh ...
|
|
|
It works but you have to be careful.
Wed, 24 Feb 2010 01:46:24 -0800
Hi,
CopyTo() works for me. You just have to specify not only the destination library but the name of the file like so:
string destinationURL = destinationLibrary.ParentWeb.Site.Url + destinationLibrary.RootFolder.ServerRelativeUrl + "/" + workflowProperties.Item.Name;
workflowPrope ...
|
CSharp
Tue, 23 Feb 2010 05:21:02 -0800
How to make a loop with CSharp
Thank you for your answer.
...
|
How can I find the field names of a list from vb.net
Mon, 22 Feb 2010 20:59:01 -0800
I am extracting values from a list. I can look through the xml file, but,
how can I know what the field names are. I looked at the column names in
list summary, but that did not seem to give me what I wanted. The names seem
to start is 'UAS_' or somthing.
Thanks
--
Arnie ...
|