Use our Google Custom Search for best site search results.
Search
-
Hello,
Check out this link,
http://www.infopathdev.com/forums/p/9400/33279.aspx#33279
-
Hello,
Did you modify any thing in template.xml file? Are you trying to open new form then that template version should be equal manifest.xsf file.
Check once ‘solutionVersion" value in both template.xml and manifest.xsf files opening in editor mode.
-
Hello Welcome to the Forums,
You have to add one more section to hide those controls. In this section you have to add the optional section with controls and add your conditional formatting for newly added section.
-
Hello,
As per my knowledge we don't have option to remove ‘Edit in browser' option.
-
Hello Welcome to the Forums,
Can you check your inserted new node is structure same as in template.xml file. You are inserting node position also should be same as template.xml otherwise it will give error message.
-
Hello,
You want to display the product details form SharePoint then you have to take one receive connection in InfoPath then automatically form opens it will get all the data from SharePoint and displayed in the form.
If you want to filter by product code then you have to add the text box in form and add the one button. In that button add the ...
-
Hello,
In your error specify that ‘http://"myURL" is does not exist. I think this URL should be like ‘http://myURL'. Can you try to publish once that xsn to another new library from VISTA machine?
-
Hello,
In your case you have to save the attachment files in another SharePoint library. After saving that attachment file you have to prepare one link to access that attachment control data. That link you have to store in this main form. For this you have to use web service.
-
Hello,
You have to store those kinds of values in schema fields then we can show those values in InfoPath UI. We can have originator name and project name in our main schema then while opening the form we can check in onLoad of the form.
-
Hello,
If you adding the optional section then you no need to specify the tab orders on your form. Just add the tab order is ‘0' then it will work as by default order of adding the elements in the form.