Use our Google Custom Search for best site search results.
Search
-
Hello,
We can take back up for those xml files from SharePoint. We can copy all xml files from Explorer view and upload it again.
Do you have any doubt for republishing the form to production and it might be chance to disturbed view. For this you have to check once in manifest.xsf file. <xsf:listProperties> fields might be changed compare ...
-
Hello,
Go through the below link,
http://www.infopathdev.com/blogs/hilary/archive/2008/07/04/how-do-i-copy-repeating-data-from-an-external-source-into-my-form.aspx
-
Hello,
Are you trying to submit the in network machine or local machine? Do you have permissions to access that machine and database? Check once user permissions to that database?
-
Hello,
You have to clear the InfoPath cache using the below link,
1. Programmatically clear the cache:
http://blogs.msdn.com/asanto/archive/2004/05/18/133796.aspx
2. Enter the following command in the Command Prompt window. This command clears the InfoPath cache
C:\Program Files\Microsoft Office\OFFICE12>INFOPATH.EXE /cache clearall
-
Hello Welcome to the Forums,
You have to change your conditional formatting adding with that dropdown value ‘is not blank' condition.
-
Hello,
Can you check are you able to submit new form or not? I think whichever you are trying to submit the form which is already submitted right? Whichever you are trying to open that form is opened in read only mode means you don't have to access that permissions or that form is locked by someone else.
-
Hello,
We can restrict to open the form in design mode if we check that ‘Enable Protection' checkbox. Are you able to open that form in design mode after doing the above step also?
-
Hello Welcome to the Forums,
If you remove the promoted property and add it again then you might be loose your existing promote property. For every promoted column generates GUID id value in InfoPath. If that GUID value is same for both existing and newly promoted property then that view will not change.
-
Hello,
What values you want to set that field you can set using Rules or code. There is not problem to add the validation is that field is required but you have to check that field is filled with data or not while submitting the form.
-
Hello,
You have to write the code to executes the submit connection with repeating parameters. You have to get the web service DOM and set the parameters using for loop in your code and execute it.
Check it once the below link,
http://www.infopathdev.com/forums/p/9471/39043.aspx#39043