Use our Google Custom Search for best site search results.
Browse by Tags
-
Here's one way to do it: The idea is to store a copy of the form fields & values immediately after opening, and then add a function to detect when the fields have changed. When the user clicks your close button, call this function and if the values have changed, add code to submit the form; if...
-
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.
-
I have a form created and I am trying to link a drop box choice to where it would be saved on a SharePoint folder location. Not sure if this could be done or not. I'm not great with "if" coding, but I figure it has to be done with that. example - If field3 = value 2 than save www.sitehere...
-
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
-
When a form is ready to submit, I would like to like to click one button and have the following be performed [needs to happen in this specific order] Run a “web service” already setup within the data connections section of the form. This web service gets the next Change Management reference number. Now...
-
Hi friends, I have the below code that runs for my submit that is running off of a button. Does anyone know how to (what to) put to stop this from running and give an error message if the form is open as read only? I am getting row update errors if someone trys to submit it as read only, there ends up...
-
Hi guys, I am still struggling with a timeout error due to a slow network on my 2003 form. I have come up with the below code (never written code in Jscript before) and now I am getting an error, Data Connection not defined. Can anyone tell me what lines I am missing? XDocument.QueryAdapter.Timeout=120;...
-
When publishing a form that will be used in multiple sites, I have been able to create custom code for the Submit option which extracts the Uri location from the Me.Template.Uri. I have now created a set of forms which have been published as content types to a root site location. The form library created...
-
For some time now, I have been on the hunt for a solution to allow InfoPath 2003 users to submit the current view (not the default view) of a form via email (Outlook) without it sending as an attachment. From what I am learning, there is a certain script or code that I can apply to the submit button...
-
Greetings all :0) I'm relatively new to the world of InfoPath so I'm learning all the time and would appreciate some help :0) Not the first time, probably not the last, but I'm glad this place is full of helpful people. I've been making a form that submits to a MS SQL box and I'm...