Browse by Tags - InfoPath Dev
in

InfoPath Dev

Use our Google Custom Search for best site search results.

Browse by Tags

  • Multi action command button

    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...
    Posted to Code (Forum) by nobbsy on 02-07-2010
  • Multiple Emails Based on Checkboxes

    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...
    Posted to Code (Forum) by Gannje on 11-18-2009
  • Field value to subject line

    Beginner, using IP 2003 I have added a button to email my form using a simple code. function SendEmailBtn::OnClick(Event) { var Email = Application.ActiveWindow.MailEnvelope; Email.To = ""; Email.Subject = ""; Email.Visible = true; } I need the subject line to populate from a text...
    Posted to Code (Forum) by Crazy Vinnie on 04-30-2009
  • Submit current view via email for InfoPath 2003 users

    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...
    Posted to Code (Forum) by Passthepuck on 04-06-2009
  • need custom submit code sample/example

    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...
    Posted to Code (Forum) by christian_bahnsen on 04-05-2009
  • Re: How to publish InfoPath form Programatically?

    Matt: I have a question that is similiar to Navneet. When I "Publish" a form template "To a list of e-mail recipients", I want to create a task for each recipient in a Task list (in SharePoint 2007) to fill out the form when I click the "Send" button. I want to do this to...
    Posted to General (Forum) by hgedixon on 03-24-2009
  • Send mail without the form

    Hello, I want to send mail to alert some people when an action is done by a user. But I don't want to send the form in the object of the mail because they don't have to see some informations... Is there a way to send a mail with a link and a message in the body, but no form?? I'm working...
    Posted to Code (Forum) by belote82 on 01-16-2009
  • Change "FROM" field on email data connection?

    Hi... I am attempting to use infopath to generate client correspondence emails at my company. The problem I am facing is that the emails need to come from a shared email address, as opposed to an individual at the Help Desk. I have successfully added the contact selector, so populating the "TO"...
    Posted to Data Connections (Forum) by erik1 on 09-23-2008
  • Re: Send the form by email by code

    There are atleast three ways in InfoPath 2003 to send an email from code (jscript): //Method one (this also sends the current view) http://www.infopathdev.com/forums/p/5780/27701.aspx#27701 //Methode two (needs an email dataconnection) function EmailWithData(dataAdapterName, to, CC, subject, intro, attachmentFileName...
    Posted to General (Forum) by Albert on 04-17-2008
Page 1 of 1 (9 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.