Use our Google Custom Search for best site search results.
Browse by Tags
-
In my Infopath form I have a text box and a dropdown control that is populated by a SQL Server table. In some cases none of the available values in the dropdown list will apply to the user. In this case I would like the user to have the option to add a new record to the SQL table that populates the dropdown...
-
I'm pretty new to Infopath, and programming. I am using IP 2007 and jscript. I have a form with 2 text boxes (text1, text2), 2 checkboxes (check1,check2) and a button (submitBtn). I need to send the form to 1 or more vendors based on checkboxs selected by the user. I also need the intro paragraph...
-
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 everybody, I have a problem with programatically inserting a row in InfoPath repeating table. I have 7 fields in my data source like field1, field2, field3, field4, field5, Copyfield4, Copyfield5. Of these 7 fields first five are in the repeating node and the remaining two are global (like "...
-
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...
-
I'm new to InfoPath. Can someone post some sample code for submit. My immediate interest is in code to handle email submission. Or is there a way to view the code associated with a normal submit button? A normal submit button to an email address doesn't seem to generate any script code, or at...
-
I looked through Almeida's post about using a button to open a web page however that solution is not working for me. My IP form is being hosted on a SharePoint 2007 Forms Server. I have a button on my IP form that uses rules and custom code. When the button is pressed the form should: 1) update a...