-
- Multi line task item using web services
by Greg Pelle
- 7 Replies
- Last post
by Greg Pelle
- Hello,
I am trying to add an item to a task list using the web services. The item adds correctly, except for the description field. The description field contains the data I expect, just not formatted.
In the description field I see the following:
line1 line2 line3 line4 line5
but I want to see:
line1
line2
line3
line4
I am using the StringBuilder
-
- SPAN CLASS does not work somewhere
by jiri novak
- 0 Replies
- Last post
by jiri novak
- I'm not HTML guru and this really drives me crazy. Basically what I want is to have links not underlined with specific color on my page. Since there are many links, I wanted to use SPAN CLASS.
This works great in FrontPage, it works great even on "blank HTML page" in sharepoint, but it does not work when I have use it in "WEB PART PAGE" in CONTENT EDITOR WEB PART.
-
- WSS KeywordQuery not working
by M_Parker_1170
- 6 Replies
- Last post
by Puneet Narula - MSFT
- I am attempting to run and capture search results programatically in WSS. I have found many references to doing this through search engines, but cannot get an example to work. Here is the best code i have attempted to use from the examples i have found:
Code Snippet
KeywordQuery qRequest = new KeywordQuery ( SPContext .Current.Site);
qRequest.QueryText = "an
-
- Changing the task list that a collect information action is in using Sharepoint Designer
by Harkernator
- 10 Replies
- Last post
by Harkernator
- Hi,
I'm writing a workflow that will ask someone for information (specifically, a tick box to authorise something). But, I only want a small subset of users to be able to do this and mark the task as complete.
By default the workflows I have created in Sharepoint Designer create the task in the Tasks list is created as part of the site when SPS was originally installed.
My tho
-
- Mutiple Questions Sorry for the one Post...
by TxSteve
- 1 Replies
- Last post
by TxSteve
- I am using Sharepoint Designer to create a non-sharepoint aspx site. I am also new to aspx and someone of a rookie. Oh and I am developing on an XP Pro Desktop and viewing w/IIS and the ASPX Development Server w/IE 7.0 (I am not publishing to a server at this stage)
I created a couple of pages and associate them to a master page. All is working well to this point. If I stop and view each pa
-
- Upgrade from Sharepoint 2.0 to 3.0 on Server 2003 r2 64 bit not cooperating
by rocks77
- 2 Replies
- Last post
by rocks77
- I have been trying to install Sharepoint 3.0 in my server but I have problems when I run the wizard. It sends me the following error log. In order to install 2.0 I had to run ASP.NET and IIS in 32-bit emulators and 2.0 worked fine. When I try to run the setup wizard for 3.0 it tells me that I should fix (though not how) the fact that thay are running in emulator mode. So I uninstall them and am ab
-
- How to determine initiator of a custom workflow in SPD?
by MargaretZ42
- 10 Replies
- Last post
by MargaretZ42
- Hi all,
In a SharePoint Designer workflow I need to assign the workflow initiator to a task. But I haven't been able to figure out how to get that data - who initiated the workflow.
For example if I assign "creator of current item" that may not be the user who initiated the workflow, it is the user who created the item from which the workflow is being started.
Any id
-
- Permissions per file
by Nik Louch
- 2 Replies
- Last post
by Nik Louch
- Hi
As I understand it, permissioning in Portal 2003 is applied on a per document library basis - is there any way to leverage more granularity out of this
Here is my scenario:
We have 100 sales staff, and want a way to keep their performance data on Sharepoint (2-3 Excel files per salesperson). We want them to see their own data, but our sales manager to see all data. Also some people may
-
- Add items to dropdown in a Infopath 2007 Web Form
by anderskj1
- 14 Replies
- Last post
by shahzad77
- Hi
I would like to add extra items to a dropdown box from codebehind in a infopath document (c#). I have trid serveral solutions but i can not get it to work. I always get a Schema validation error. I have tried something like this.
// FILL DROPDOWN XPathNavigator myRoot = MainDataSource.CreateNavigator(); XPathNavigator the_ddl_node = null; the_ddl = myRoot.SelectSingleNode("/
-
- Left Menu customization
by Bilal Lodhi
- 8 Replies
- Last post
by Shulian
- Hello,
I just want to change the look and feel of the left menu (current navigation). Can anyone help me the following.
1) Menu items, is there anyway to change it other than from Site Setting section. Is there any other data source (like xml file) which can be modified
2) To change the look and feel do i have to write a web part, I want to change in a way that hover over the menu it sho
-
- Send Email - Sends when it wants!
by mrwjr2003
- 0 Replies
- Last post
by mrwjr2003
- I have a very basic workflow.
onWorkflowActivated1
\/ \/ \/
Send Email
\/ \/ \/
While Activity
\/ \/ \/ sequenceActivity
\/ \/ \/
onWorkflowItemChange
\/ \/ \/
Send Email
End sequence
End While
\/ \/ \/
Send Email
\/ \/ \/
Term
The idea is that when someone adds a new record to a custom list, an "New Item
-
- Input string error. BDC
by rhoenig
- 14 Replies
- Last post
by Vansen
- I'm trying to return data from a SQL 2000 db using a BDC. I can import it successfully and it looks like it's going to work but I get an error... Input string had an incorrect format. The column headers are there and it looks like it connects but won't return any data. The only thing I've found is where I shoudl clear the inputs but I don't have any inputs. I'm just doing a Select * from table a
-
- Search database?
by doctortt
- 4 Replies
- Last post
by doctortt
- What does the WSS_Search_<Servername> database do what kind of data does it store
-
- Custimize webpart style in edit mode only
by Bartski
- 6 Replies
- Last post
by Bartski
- I want to change the appearance (styles) of certain webparts only when I open the page in edit mode.
What is the best way to achieve this
thanks.
-
- Changing data from a datasource prior to displaying in the form
by Uwe82
- 1 Replies
- Last post
by Uwe82
- Hi,
I have a WebService-Connection, with which I fetch data from a SharePoint-List. This data comes in raw data with index and separation-strings. So I wanted to change these informations prior the form displays and stores it in the form xml.
How can I do this I looked at the Changed-Event of a textbox, but in the XmlEventArgs I cannot change the property NewValue.
So how can I ch
-
- Checking if a Document Library already exists
by Ben 7 May 2007
- 3 Replies
- Last post
by Ben 7 May 2007
- Hi Folks,
Wondering if anybody can help. I've developing the backend code in c# and using ASP pages for front end (Visual studio as an IDE). I am able to prompt a user for a project name and create a document library in sharepoint with that project name.
My problem is that I can't prevent users from creating projects with duplicate names.
==========================================
-
- Urgent Help Required for Workflow Foudantion
by DhavalVaria
- 1 Replies
- Last post
by dlgross
- Dear,
I am working with workflow since 15 days,
But still i ont get answer of some question like...
I am using wss 3.0. not MOSS 2007
1. As i assigned a task to some user ,When he click on task list ,there should open Aspx page ,so he can click on Approve or reject Task/Document.
2. How to integrate Aspx (C#) page with Workflow so i can take Input from external world.
-
- How can I include a punctuation as part of search word?
by Eric Chong
- 2 Replies
- Last post
by Eric Chong
- I am currenlty writting custom search functionality for my client to enable for customers to search against a product catalog in our database. I am using MOSS BDC to solve this problem and working fine except the following:
Some of products contain a punctuation like 'T.I.M.E.' but SharePoint seems ignore all punctuations and brings result that contains 'time'. I have tried CONTAINS or FREE
-
- Displaying Graphs
by AMI723
- 1 Replies
- Last post
by WSSDemo.com
- How do you display graphs in WSS 3.0
-
- document library
by carl zuroski
- 11 Replies
- Last post
by Nicola Young
- Hello,
I currently have a newsletter that is created in MS Publisher that is published to a main portal site daily. I was thinking of setting up a document library with versioning so that I can just open the file from the library, update the content, and then republish it. With versioning turned on, I will also have an archive so that employees can read past newsletters.
Is this the best way
-
- Alter Sharepoint 3.0 Monthly Calendar View
by ajpion
- 14 Replies
- Last post
by DLMosser
- I would like to alter the view of the monthly calendar to display the start and end time of an event. The default view is displaying the start time and the event title.
Example:
3:00PM
Meeting
I would like the view to show:
3:00PM-4:00PM
Meeting
-
- Problem with creating a site collection from a site template.
by peterng
- 3 Replies
- Last post
by Curtis Ruppe (MicroStaff IT)
- Problem with creating a site collection from a site template.
It doesnt allow me to choose a custom site template when I create a site collection. How do i add the site template to the list of available templates to choose from
-
- Retrieving TaskId for custom email in MethodInvoking function
by MAndrade
- 11 Replies
- Last post
by GeorgeChalkiadakis
- Hi, I must be missing something insanely simple when creating a custom email for my Approval Process Workflow. In my task's MethodInvoking function I'm building a custom email body, with a link to edit the Task for each user. I need the ID of the task for each user to be displayed in the email, but cannot seem to find it. Here's what I have now:
// Activity Handler for createTask1.Metho
-
- Web Service in Same Application Pool as MOSS
by GR101
- 0 Replies
- Last post
by GR101
- Hi,
I've just resolved an issue that I want to share. Problem:
I deployed a web service to production that would update documents in a document library. It worked fine in dev but not on production. I was getting the error below.
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.IO.FileNotFo
-
- For second task also i am getting first infopath form, why not second infopath form?
by Praveen battula
- 7 Replies
- Last post
by Praveen battula
- i created a workflow consists of two tasks. in my workflow.xml <Task0_FormURN>urn chemas-microsoft-com ffice:infopath:ClientForm:-myXSD-2007-05-02T08-40-27</Task0_FormURN> <Task1_FormURN>urn chemas-microsoft-com ffice:infopath:ClientForm2:-myXSD-2007-05-04T11-45-42</Task1_FormURN> in my second task it should call ClientForm2 when task changed from task1 to task2, but w