Use our Google Custom Search for best site search results.
Search
-
Hi All,
I have crated a simple list and trying to customize the form using infopath. But for some reason it is giving below error.
I have checked below things but nothing seems to be working.
1. Tried accessing the form on different machines and browsers.
2. Modified privacy policy settings to allow all the ...
-
Thanks for the quick response.
We had tried not to update using powershell. With that new form was populating all the repeating table rows properly.
But the existing forms were loading only first row values in multiple rows. Before opening and saving the existing form, if I look at the XML, it looks proper but after ...
-
Hi All,
We
are working on pretty complex InfoPath form which contains 150+ fields.
Based on new requirements, we added few sections containing
repeating tables with default data of multiple rows (using default values feature).
To make sure that existing forms get these repeating table values
correctly we wrote a PowerShell script ...
-
Hi Venkata,
In infopath 2010, you will get option to save source files which will extract all the files inside .xsn template (archive). Then open View1.xsl and it contains XML Styles for controls on infopath. It is similar to CSS only. Also note that since infopath documents are ultimately XML documents, to style the controls you have to ...
-
you can create custom template part for layout and look and feel and use it across different forms.
You can refer below URL.
http://deepumi.wordpress.com/2012/01/08/create-custom-template-in-infopath-2010/
Thanks,
Rahul Babar
-
First copy both form and project directory to other location where you want to use it. Open form in design mode, go to tools -> form options -> programming and change the location of project to the new location where you copied the C#/VB project. Now you can edit, save and publish the form from new location. It is applicable if you move ...
-
When I extracted the form designed without xsd with a mandatory Person/Group field on it, I got to know that in .xsf file only it is adding some custom validation for can not be blank, it is not something managed in XSD. May be I can do the same thing for my forms as well. I will try this and update here again.
Thanks,
Rahul Babar
-
Yes, but unfortunately that option is disabled for me. This option is available for me if I don't use XSD.
Thanks,
Rahul Babar
-
Hi All,
I have designed forms in infopath 2010 based on XSD. I
use BuiltInActiveXControls.xsd to add person/group elements in my XSD.
But I am not able to make it mandatory. I don't want to build all the
forms again without XSD because already I have put many efforts building
these forms throght XSD. Can you please suggest me ...
-
Hi All,
I am working on different infopath 2010 forms having many common fields like Country, Department, Designation, etc. When I deploy first form as a content type, while promoting fields as columns, I get the option to create new site column, but for subsequent forms, it won't allow to create new site column. So I have to use the ...