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. ...
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...
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?
...
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...
how to hide the entire row in a simple (customised)table
...
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...
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...
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
...
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...
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.
...
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*****...
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...
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?
...
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?
...
How to implement multiple records submission in SQL Server using less InfoPath Controls as per our requirement(InfoPath Form Design Issue)
Thanks
...
Hi
Data retrieval time comparatively ASPX page and InfoPath forms (Performance issue). Which one best?
Thanks
...
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...
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
...
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...
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,...