infopath

Update an infopath field with return value from webservice submit?

Is it possible to update an infopath field with the result of a call to submit to a webservice? We have an infopath form used to create items in the database. I would like to add a read only field for the id (primary key) of the item in the infopath form which is filled when the form is submitted to the webservice by the return value. ...

XML output from infopath

Hi guys, I have a program that requires well formed XML for input. As such, we have an XML schema to enforce constraints. To make it easier for users to enter data we have used InfoPath to generate a form based on the XSD. Now we have two issues. The XML produced by InfoPath is not really user readable. The formatting is a bit rand...

Is it possible to create Infopath Colour schemes?

Infopath by default has a set of color schemes, I am wondering if it is possible to add my own color schemes to the list? ...

Cascading dropdownlists in browser-enabled form

Im trying to fill a dropdownlist based on an other one: Departments and SubDepartments. i followed this link: http://www.sharepoint-tips.com/2007/01/infopath-form-services-implementing.html when i try to fill in a form it gives me an error: Request Failed (--> securityException) on this line: q.FileLocation = q.FileLocation + "&Filte...

Info Path Form design

how to hide the entire row in a simple (customised)table ...

Email validation does not work in InfoPath forms

My custom pattern to validate an email address is this ([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?) I selected the control, set the second option to "matches pattern" and the third one is a custom pattern. I am able to submit the form to the server with a bad email...

SPListItem.Update and SPFile.Update not work for me, please help

Dear all, We are running one MOSS application as below:- 1. user use InfoPath request form to trigger workflow attached to SharePoint document library 2. all sub-sequent tasks are performed by users by InfoPath task form within SharePoint site through "Workflow Task" list (open, checkout, approve or reject) till the task completed...

How to submit/update/delete data through InfoPath Form to an MS Access Database on Sharepoint 2007

Hi I want submit Data/update/delete through InfoPath Form to an MS Access Database on Sharepoint 2007 (MOSS 2007), If custome code require please give code. Thanks ...

How to declare a parameter in a udcx file

I have this query <udc:Query>select top 1 NTName, PreferredName, Email, Manager, dbo.custom_fn_GetPropertyValue(8, UserRecordID) as 'WorkPhone', dbo.custom_fn_GetPropertyValue(13, UserRecordID) as 'Title', dbo.custom_fn_GetPropertyValue(14, UserRecordID) as 'Department', dbo.custom_fn_GetPropertyValue(10001, UserRecordID) as 'Perso...

Infopath option button control - modify button count

I have an InfoPath Option Button control on a template and need to add an additional option button to the control. Any ideas would help. ...

Infopath data submit into sharepoint form library

Hi getting the following error message while submitting InfoPath form to Sharepoint forum Library. Please give step by step answer how to resove the bellow issue. **InfoPath cannot submit the form. An error occurred while the form was being submitted. The form cannot be submitted to the following location: The folder does not exist*****...

How to update the original InfoPath form from within Workflow?

Hi All, I have created an InfoPath form (e.g. Form_ExpenseReport) for collect data from end users, and a number of task forms (also InfoPath form, e.g. TaskForm_1, TaskForm_2) for my state machine workflow use. The users want to see all the comments of Task forms (TaskForm_1 & TaskForm_2) in the original IP form (Form_ExpenseReport). Ho...

changing default names for infopath forms in custom workflow

in SPD when infopath is used to customize the task init. form the names are picked which are not at all helpful. IS there a way to rename these from either Infopath or Sharepoint or SPD? ...

InfoPath 2007 Copy XPATH Option, How i can get the Copy Xpath option in InfoPath 2003

I new for this Infopath, My question, InfoPath 2007 , I Can right click filed name i can get CopyXPATH, I Want CopyXPath function in InfoPath 2003, HOW I Can get CopyXpath option? ...

1. How to implement multiple records submission in SQL Server using less InfoPath Controls as per my requirement(InfoPath Form Design Issue)

How to implement multiple records submission in SQL Server using less InfoPath Controls as per our requirement(InfoPath Form Design Issue) Thanks ...

4. Data retrieval time comparatively ASPX page and InfoPath forms (Performance issue). Which one best?

Hi Data retrieval time comparatively ASPX page and InfoPath forms (Performance issue). Which one best? Thanks ...

Nintex Workflow - Convert string to date + publishing error from InfoPath

Hey everyone, Ive got two problems that i dont know how to solve.. ! 1) im looking for a way to convert a string variable into a date var in nintex workflow but nothing seems to work? 2) I have a bunch of forms that I’m publishing to SharePoint. Each of these forms contains a lot of fields, 100+. Till Tuesday evening I never had a pro...

How to programmatically open Microsoft Infopath in C#?

I need to provide the equivalent of a hyperlink to open a new infopath form within my UI. However, that is all that the button should do - open the correct form by filepath, in InfoPath, and then the reference should be dropped. Does anyone know how to do this? Thanks!! badPanda ...

Get Sharepoint Forms Library path the form is opened from

Hi, I am developing an InfoPath form and publishing it to the Forms Library on SharePoint. I am also using VSTA to write some C# code for the form. How can i get the Forms Library Path programmatically from which the the form is opened from? So for example if the form is saved at http://servername/sitename/FormsLib1/Form1 then, then in...

Sharepoint Infopath XmlFormView XmlLocation

I've got a XmlFormView.Location set to various forms. The XmlFormView will display the form based on my selection. Everything works fine not until there's various types of forms exists in sharepoint. Upon selecting any of the form randomly which belongs to the author, once in a bluemoon the user will get a prompt asking for credentials,...