Use our Google Custom Search for best site search results.
Search
-
What you can do here is drag and drop repeating section on your form. Now add a field inside your farm which reads as 'SectionCount' its default value in the property would be "count(../preceding-sibling::*) + 1". Now add another field in your form and name it as 'count'. Now From the tools tab click on 'Default ...
-
Create a submit secondary data connection and on button click event write this.submit(). This will submit the form to the form library.
-
You have to put change view rule on form load. Get the user by using GetUserProfileByName function from the Userprofile manager webservice. Check the user login and his group and then direct him to view by putting rule to change view on form load.
-
use Maindatasource,CreateNavigator().selectsinglenode(field x path, namespacemanager)
field x-path can be found by right clicking on field and selecting copy x-path.
-
Its not wrong. But if you are publishing infopath form to a subsite xyz inside sitecollection abc then your webservice url should be something like this http://../sites/abc/xyz/_vti_bin/GetUserProfileByName.asmx?WSDL
Try this and let me know if it doesn't work for you still.
-
First of all, you are required to publish your infopath form as content type to the library instead of publishing it to the form library directly. This is the case when there is no case involved, if code is involved and you are publishing the form via sharepoint central admin, then nothing neds to be done. You are only required to update the form ...
-
As 'Jo' suggestes this is how InfoPath works. But if you urgently need this requirement to be fulfilled what you can also do is that publish the same form to the other library where display in web page should not be enabled. You must have two dataconnections to submit form to two libraries. One where the 'display as web page' is ...
-
If that field is required to be read-only, you can do that simply by clicking read only property in the property of the control. Incase you want field to be edited by few persons you should create data source in the form and get the datasources filled by attaching them to the dataconnection. You can use 'GetUserProfilebyName' webservice to ...
-
Instead of using code, I would suggest you to use views in the form. You can create a form and a view in the form which will have extended information about the contact. You can place button in the first form and on button put a rule to switch views to the extended view of the form.
Let me know if you have some questions or concerns.
-
Multiple select list box is not possible in browser based forms. What you can have is repeating section with dropdown control. And dropdown bind to dataconnection from which data has to be fetched. If you have static values you can use check box else you can use dropdown values.
Once this is done, open form options -> property promotion and ...