in

InfoPath Dev

Browse by Tags

  • Disable when the InfoPath form is attached ***Need urgent help***

    Hello, I use the following function to send emails in my form. function sendEmail(to, cc, subject, body, attachment) { try { var appItem; var mailItem; appItem = new ActiveXObject("Outlook.Application"); mailItem = appItem.CreateItem(0); mailItem.Recipients.Add(to); mailItem.Subject = subject;...
    Posted to General (Forum) by aoztuncer on 03-05-2008
  • Infopath Form in the Body of an email? Automate

    Ok, I am trying to automate the "Send to amil recipient" process. I want to have a button that when clicked will bring up the outlook drop down and maybe even automatically populate the To, CC, Subject fields. Ive been looking around for help on this but cant seem to find anything. Any help...
    Posted to General (Forum) by tompichpich on 09-18-2007
Page 1 of 1 (2 items)
Copyright © 2003-2007 Qdabra Software. All rights reserved.
View our Terms of Use.