Search - InfoPath Dev

InfoPath Dev

Use our Google Custom Search for best site search results.

Search

Page 1 of 1 (2 items)
  • Re: email

    You can use this piece of code for each button: Dim objEmail Set objEmail = Application.ActiveWindow.MailEnvelope objEmail.Subject = ''Test e-mail message'' objEmail.To = ''mail@mail.pl'' objEmail.Visible = true
    Posted to Code (Forum) by belcik82 on 08-04-2005
  • Send buttons with forms

    Hi Experts, I would like to send form by e-mail as html page (not as attachment). In the form are buttons with VBscript code. If I try to send my form by e-mail InfoPath removes my buttons. Form is fully trusted and security level is extremele low. What should I do to save buttons in mail's body? Do I have to have certified digital ...
    Posted to Code (Forum) by belcik82 on 08-04-2005
Page 1 of 1 (2 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.