Use our Google Custom Search for best site search results.
Browse by Tags
-
I have two buttons "Save and Submit". The Save button, save the form in List without sending an e-mail to Approve. This form has 10 required fields. If I don't fill this required fields when I click in save button the form doesn't validate if the fields are fill or not.... I'm using...
-
I want to insert a submit button (standard) then modify it to to prompt the user to print. I saw another forum entry on this subject but it involved the user having to save files to their computer first and I would like to avoid that, also didnt seem to involve submitting. This form opens in Infopath...
-
How do i write the code for button so the page will refresh and blank the form without putting the Submit button?
-
Hi, I currently have an IP2010 Library Form that populates a repeating table from a secondary connection (table that is left of the solid black line). Within that secondary connection, I've created a button on each row of the repeating table the the user can click and it will populate a new row within...
-
Using Infopath 2010, browser enabled form on Sharepoint 2010, coding is in VB. I created a field called GoToView that get's the name of a view based on a Sharepoint list with a filter based on two drop down boxes. To verify the result I temporary show the content of this field in a text box. This...
-
Hi, I am creating a print button in InfoPath 2010 form. It is web browser only form (Not InfoPath rich). What or How do I code print function? this.Print() is not available for web-based form. Thanks.
-
Hi dmike15, I also have wondered about this for a long time. I think the answer is to create a new button that does your insert for you using code. See the following: http://www.infopathdev.com/forums/p/9514/33687.aspx http://social.msdn.microsoft.com/Forums/en-US/sharepointinfopath/thread/74de7183-e667...
-
I have an InfoPath 2010 form with 4 views. The form is a survey with a lot of radiobutton controls and at the bottom of each view there is a button for switching to the next view and so on. If I run this form in Infopath filler the form works as expected. That is when I click the button at the end of...
-
I'm currently running IP 2003 and using VBS Script. I have the following VBS code in my form activated OnClick. It works well, but if the end-user selects "Yes" (as shown in code below - which is necessary) my server won't process the xml file until the current user closes the form...
-
How to merge multiple xml files submitted from infopath web service? i have about 10 xml files with same structure (repeating tables) and almost same content. I just want to merge that repeating tables into one big table. is that possible? if possible how to do that?
Thank you