PC Review


Reply
Thread Tools Rate Thread

Creating custom form and sending as an e-mail

 
 
=?Utf-8?B?QmVuamFtaW43MDg=?=
Guest
Posts: n/a
 
      3rd Mar 2005
Hello
I have a pretty begginer's level question here. I have Outlook 2002 with
Exchange 2000 on the back end. I want to create a cutome form and let a
couple people send it as an e-mail. I know how to use the forms designer in
Outlook. But where do I publish it to? And how does the user go about
selecting to use that form, rather than the default message form? And how
about the recipient, how do they see the form if it is not installed on their
box?

Thanks in advanced.
 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      3rd Mar 2005
If you want to send this form to people in your own Exchange organization,
it needs to be published in either the central Organizational Forms library
or each user's own Personal Forms library.

You can launch a form with the Tools | Forms | Choose Form command.

What's the purpose of this form? Does this form have code behind it?

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Benjamin708" <(E-Mail Removed)> wrote in message
news:FC7AA63D-2173-4591-91DE-(E-Mail Removed)...
> Hello
> I have a pretty begginer's level question here. I have Outlook 2002 with
> Exchange 2000 on the back end. I want to create a cutome form and let a
> couple people send it as an e-mail. I know how to use the forms designer
> in
> Outlook. But where do I publish it to? And how does the user go about
> selecting to use that form, rather than the default message form? And how
> about the recipient, how do they see the form if it is not installed on
> their
> box?
>
> Thanks in advanced.



 
Reply With Quote
 
=?Utf-8?B?QmVuamFtaW43MDg=?=
Guest
Posts: n/a
 
      4th Mar 2005
The purpose for this form is to send and receive standardized data.
Basically a user will send this form to a manager, requesting permission to
begin a project. The manager will either approve or deny. This is one of
several forms I need to create.

I don't believe I will need to have any programming involved with this
solution. I am hoping that I won't. I have a couple more questions...

1. Is there a way that I can create a shortcut in Outlook to lauch a new
iteration of the form so the user doesn't have to do the Tools | Forms |
Choose Form command?

2. Is there a way that when the form is sent, the recipient can just enter
in the response and click on a send button? That is to say that the user
would not have to click Reply, but rather would just be able to enter
information and send.

Thanks.



"Sue Mosher [MVP-Outlook]" wrote:

> If you want to send this form to people in your own Exchange organization,
> it needs to be published in either the central Organizational Forms library
> or each user's own Personal Forms library.
>
> You can launch a form with the Tools | Forms | Choose Form command.
>
> What's the purpose of this form? Does this form have code behind it?
>
> --
> Sue Mosher, Outlook MVP
> Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
> "Benjamin708" <(E-Mail Removed)> wrote in message
> news:FC7AA63D-2173-4591-91DE-(E-Mail Removed)...
> > Hello
> > I have a pretty begginer's level question here. I have Outlook 2002 with
> > Exchange 2000 on the back end. I want to create a cutome form and let a
> > couple people send it as an e-mail. I know how to use the forms designer
> > in
> > Outlook. But where do I publish it to? And how does the user go about
> > selecting to use that form, rather than the default message form? And how
> > about the recipient, how do they see the form if it is not installed on
> > their
> > box?
> >
> > Thanks in advanced.

>
>
>

 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      4th Mar 2005
1) See http://www.outlookcode.com/d/launchform.htm for various ways to make
it easy to launch a form.

2) If the "response" is just to approve or deny, you can handle that with
voting buttons.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Benjamin708" <(E-Mail Removed)> wrote in message
news:0BAC3326-7F44-4A40-B0A3-(E-Mail Removed)...
> The purpose for this form is to send and receive standardized data.
> Basically a user will send this form to a manager, requesting permission
> to
> begin a project. The manager will either approve or deny. This is one of
> several forms I need to create.
>
> I don't believe I will need to have any programming involved with this
> solution. I am hoping that I won't. I have a couple more questions...
>
> 1. Is there a way that I can create a shortcut in Outlook to lauch a new
> iteration of the form so the user doesn't have to do the Tools | Forms |
> Choose Form command?
>
> 2. Is there a way that when the form is sent, the recipient can just enter
> in the response and click on a send button? That is to say that the user
> would not have to click Reply, but rather would just be able to enter
> information and send.
>
> Thanks.
>
>
>
> "Sue Mosher [MVP-Outlook]" wrote:
>
>> If you want to send this form to people in your own Exchange
>> organization,
>> it needs to be published in either the central Organizational Forms
>> library
>> or each user's own Personal Forms library.
>>
>> You can launch a form with the Tools | Forms | Choose Form command.
>>
>> What's the purpose of this form? Does this form have code behind it?
>>
>> "Benjamin708" <(E-Mail Removed)> wrote in message
>> news:FC7AA63D-2173-4591-91DE-(E-Mail Removed)...
>> > Hello
>> > I have a pretty begginer's level question here. I have Outlook 2002
>> > with
>> > Exchange 2000 on the back end. I want to create a cutome form and let
>> > a
>> > couple people send it as an e-mail. I know how to use the forms
>> > designer
>> > in
>> > Outlook. But where do I publish it to? And how does the user go about
>> > selecting to use that form, rather than the default message form? And
>> > how
>> > about the recipient, how do they see the form if it is not installed on
>> > their
>> > box?
>> >
>> > Thanks in advanced.

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?QmVuamFtaW43MDg=?=
Guest
Posts: n/a
 
      4th Mar 2005
Thank you so much!!!!!! That was very helpful.

By the way, I just recently bought your book: Microsoft Outlook Programming,
Jumpstart for Administrators, Developers, and Power Users. I hope this helps
get me more up to speed.




"Sue Mosher [MVP-Outlook]" wrote:

> 1) See http://www.outlookcode.com/d/launchform.htm for various ways to make
> it easy to launch a form.
>
> 2) If the "response" is just to approve or deny, you can handle that with
> voting buttons.
>
> --
> Sue Mosher, Outlook MVP
> Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
> "Benjamin708" <(E-Mail Removed)> wrote in message
> news:0BAC3326-7F44-4A40-B0A3-(E-Mail Removed)...
> > The purpose for this form is to send and receive standardized data.
> > Basically a user will send this form to a manager, requesting permission
> > to
> > begin a project. The manager will either approve or deny. This is one of
> > several forms I need to create.
> >
> > I don't believe I will need to have any programming involved with this
> > solution. I am hoping that I won't. I have a couple more questions...
> >
> > 1. Is there a way that I can create a shortcut in Outlook to lauch a new
> > iteration of the form so the user doesn't have to do the Tools | Forms |
> > Choose Form command?
> >
> > 2. Is there a way that when the form is sent, the recipient can just enter
> > in the response and click on a send button? That is to say that the user
> > would not have to click Reply, but rather would just be able to enter
> > information and send.
> >
> > Thanks.
> >
> >
> >
> > "Sue Mosher [MVP-Outlook]" wrote:
> >
> >> If you want to send this form to people in your own Exchange
> >> organization,
> >> it needs to be published in either the central Organizational Forms
> >> library
> >> or each user's own Personal Forms library.
> >>
> >> You can launch a form with the Tools | Forms | Choose Form command.
> >>
> >> What's the purpose of this form? Does this form have code behind it?
> >>
> >> "Benjamin708" <(E-Mail Removed)> wrote in message
> >> news:FC7AA63D-2173-4591-91DE-(E-Mail Removed)...
> >> > Hello
> >> > I have a pretty begginer's level question here. I have Outlook 2002
> >> > with
> >> > Exchange 2000 on the back end. I want to create a cutome form and let
> >> > a
> >> > couple people send it as an e-mail. I know how to use the forms
> >> > designer
> >> > in
> >> > Outlook. But where do I publish it to? And how does the user go about
> >> > selecting to use that form, rather than the default message form? And
> >> > how
> >> > about the recipient, how do they see the form if it is not installed on
> >> > their
> >> > box?
> >> >
> >> > Thanks in advanced.
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      4th Mar 2005
There's a good section in there about running code in response to voting
buttons that might be quite relevant. Be sure to download the sample code
from the web site (see sig)
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Benjamin708" <(E-Mail Removed)> wrote in message
news:9405B425-C325-4A90-839E-(E-Mail Removed)...
> Thank you so much!!!!!! That was very helpful.
>
> By the way, I just recently bought your book: Microsoft Outlook
> Programming,
> Jumpstart for Administrators, Developers, and Power Users. I hope this
> helps
> get me more up to speed.
>
>
>
>
> "Sue Mosher [MVP-Outlook]" wrote:
>
>> 1) See http://www.outlookcode.com/d/launchform.htm for various ways to
>> make
>> it easy to launch a form.
>>
>> 2) If the "response" is just to approve or deny, you can handle that with
>> voting buttons.


>>
>> "Benjamin708" <(E-Mail Removed)> wrote in message
>> news:0BAC3326-7F44-4A40-B0A3-(E-Mail Removed)...
>> > The purpose for this form is to send and receive standardized data.
>> > Basically a user will send this form to a manager, requesting
>> > permission
>> > to
>> > begin a project. The manager will either approve or deny. This is one
>> > of
>> > several forms I need to create.
>> >
>> > I don't believe I will need to have any programming involved with this
>> > solution. I am hoping that I won't. I have a couple more questions...
>> >
>> > 1. Is there a way that I can create a shortcut in Outlook to lauch a
>> > new
>> > iteration of the form so the user doesn't have to do the Tools | Forms
>> > |
>> > Choose Form command?
>> >
>> > 2. Is there a way that when the form is sent, the recipient can just
>> > enter
>> > in the response and click on a send button? That is to say that the
>> > user
>> > would not have to click Reply, but rather would just be able to enter
>> > information and send.
>> >
>> > Thanks.
>> >
>> >
>> >
>> > "Sue Mosher [MVP-Outlook]" wrote:
>> >
>> >> If you want to send this form to people in your own Exchange
>> >> organization,
>> >> it needs to be published in either the central Organizational Forms
>> >> library
>> >> or each user's own Personal Forms library.
>> >>
>> >> You can launch a form with the Tools | Forms | Choose Form command.
>> >>
>> >> What's the purpose of this form? Does this form have code behind it?
>> >>
>> >> "Benjamin708" <(E-Mail Removed)> wrote in message
>> >> news:FC7AA63D-2173-4591-91DE-(E-Mail Removed)...
>> >> > Hello
>> >> > I have a pretty begginer's level question here. I have Outlook 2002
>> >> > with
>> >> > Exchange 2000 on the back end. I want to create a cutome form and
>> >> > let
>> >> > a
>> >> > couple people send it as an e-mail. I know how to use the forms
>> >> > designer
>> >> > in
>> >> > Outlook. But where do I publish it to? And how does the user go
>> >> > about
>> >> > selecting to use that form, rather than the default message form?
>> >> > And
>> >> > how
>> >> > about the recipient, how do they see the form if it is not installed
>> >> > on
>> >> > their
>> >> > box?
>> >> >
>> >> > Thanks in advanced.
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating custom Message Form. Issue with custom Icon Abhishek Tripathi Microsoft Outlook Form Programming 0 1st Dec 2008 11:39 AM
Creating Custom Mail Form =?Utf-8?B?U2Ft?= Microsoft Outlook Form Programming 3 19th Sep 2006 07:40 PM
Sending custom form item as mail attachment to person outside org =?Utf-8?B?RG91Z011bmRheQ==?= Microsoft Outlook Form Programming 4 13th Apr 2006 08:02 PM
Sending mail from custom form... Tomislav Petrovic Microsoft Outlook Program Addins 2 27th Jul 2004 01:57 PM
Mini Problem: A custom mail-form create a custom task-form Christoph Sbach Microsoft Outlook Form Programming 4 5th Nov 2003 04:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:35 PM.