Browse by Tags
-
Hi, I am publishing a infopath form field say status into sharepoint document library.Also i am firing a workflow when a new file is created.The approver can change the status by editing that property.Now,my problem is,i have to update it in database.So that when user opens the infopath form,using form...
-
Are you using alternate access mapping for the site? For example, "intranet:66666" and "myhost.mydomain.local" and "myhost" all point to the same site collection. If the form's dataconnection points to "myhost," and user accesses a previously submitted form...
-
Hi, when testing my repeatable table I've encountered a problem thats very annoying. This is the setup: categorie | product | productnumber | price | amount | price total | orderstatus DD | DD | TB | TB | TB | TB | CB * DD = Drop down * TB = Textbox * CH = Checkbox after you choose a categorie you...
-
I'm trying to automate the publishing of an infopath form to a sharepoint site. What is the best way of doing it? Is there any library that can help do that? Is there any command line that would help in that matter as I want to script it out..
-
I've developed an information panel that uses a multi-selection list box to populate a lookup-column in a SharePoint document library. It works great until I try to use it against the 'Project Documents' library that comes with the 'Microsoft Office Project Workspace' template---when...
-
Hello, I've been using Infopath forms for about a year now, but have no formal training. I recently had my company set up a Sharepoint site for my department. I've set up a Form Library within that site ("Evaluations") and I have published a form template within that library. After...
-
Hi Jimmy...just reading this post....a year later. :) Your solution seems to work for infopath forms. However, I get the following error in the browser compatability section since I am developing a web-based form: "The following expression could not be parsed because of a syntax error or because...
-
I have a feeling I am going over old ground here but I have checked numerous posts and they aren't of a great deal of help for what I am trying to do. I should say at the outset that the project is a change to an existing sharepoint site hence the design. I probably wouldn't do it this way if...
-
Hi Jay, If you are using the UpdateListItems Method of the Lists Web Service as suggested in Matt's Post, the GUID of the list being updated is stored in the ListName field as a default value (remove the curly braces {...}, so that there is just the number and hyphens "38472564-2......73634A5"...
-
Hopefully someone can assist me with this - I have a form that has a drop down list, I want this list to query a specific SharePoint list data connection based on the value of another drop down list within the form. For example - the 4 SharePoint lists are North, South, East and West. If user selects...