Use our Google Custom Search for best site search results.
Search
-
Hi,
Can you verify below link.
http://www.infopathdev.com/forums/p/7539/29180.aspx
-
Hi,
You can use below syntax.
mailto:name@addr.com?subject=test&body=mary%20had%20a%20little%20lamb
-
Hi,
I think you have added Rule to that field.
But you need to add open rule to that form.
go to below path and add rule.
Tools-->Formsoptions-->Open and save tab -->Rules
For more idea verify attached xsn.
-
Hi,You can see "Export to Word" option in the InfoPath form to export the data to excel.If you want merge all data in one excel, then publish your form to SharePoint and add promoted fields which you want to display in the excel sheet. And ask your users to fill forms in SharePoint. in SharePoint you have one option to export all forms. ...
-
Hi,
You need to write below code before switching the view (before opening a form)
You can use below code to display the taskpane:HTMLTaskPane taskPane = (HTMLTaskPane)thisXDocument.View.Window.TaskPanes[0];
taskPane.Visible = true;
You can use below code to hide the taskpane:HTMLTaskPane taskPane = ...
-
Hi,
Can you verify below link.
http://www.infopathdev.com/blogs/hilary/archive/2009/01/11/a-cure-for-the-blues.aspx
-
Hi,
Can you verify below link.
http://www.infopathdev.com/forums/p/3739/12907.aspx#12907
-
Hi,If you are using buttons to switch views, then you can add conditional formatting to the buttons to hide as per the check boxes.
-
Hi,You can change "borders and Shading" and size by clicking all text boxes at a time. But you cannot change other properties.
-
Hi,You cannot change the form as browser for without enabling compatibility option in the InfoPath form. All InfoPath 2007 features are not supported in the Browser form. That is the reason you will get issues in the design checker.