A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Outlook » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

I want to use Reply with a Form



 
 
Thread Tools Display Modes
  #1  
Old April 5th, 2005, 11:31 PM
Carolyn
external usenet poster
 
Posts: n/a
Default I want to use Reply with a Form

I'm using Outlook 2003 and I created a form that needs to have a reply
option. When I enabled Reply, I chose "Include and indent original message
text." But, when I use the form, and choose Reply, the Reply does not have
any of the text from the form on it. It only has the message header (From,
Sent, To, and Subject).

Is there a way to include form's information on the Reply page? Thanks for
any assistance.

-- Carolyn
  #2  
Old April 5th, 2005, 11:39 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default

Do you mean the information that users enter on the form outside the =
message body? Are you working in an Exchange environment?=20
--=20
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for=20
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Carolyn" wrote in message =
...
I'm using Outlook 2003 and I created a form that needs to have a reply =


option. When I enabled Reply, I chose "Include and indent original =

message=20
text." But, when I use the form, and choose Reply, the Reply does not =

have=20
any of the text from the form on it. It only has the message header =

(From,=20
Sent, To, and Subject).=20
=20
Is there a way to include form's information on the Reply page? =

Thanks for=20
any assistance.
=20
-- Carolyn

  #3  
Old April 6th, 2005, 12:45 AM
Carolyn
external usenet poster
 
Posts: n/a
Default

Yes, I would like to see the information the user types into the form on the
Reply, and we use Outlook 2003 with Exchange Server 2003. Thank you.

-- Carolyn

"Sue Mosher [MVP-Outlook]" wrote:

Do you mean the information that users enter on the form outside the message body? Are you working in an Exchange environment?
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Carolyn" wrote in message ...
I'm using Outlook 2003 and I created a form that needs to have a reply
option. When I enabled Reply, I chose "Include and indent original message
text." But, when I use the form, and choose Reply, the Reply does not have
any of the text from the form on it. It only has the message header (From,
Sent, To, and Subject).

Is there a way to include form's information on the Reply page? Thanks for
any assistance.

-- Carolyn


  #4  
Old April 6th, 2005, 02:01 AM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default

You have a couple of choices. Both will require that you have the =
ability to publish the form in the Organizational Forms library:=20

1) On the Actions page of the custom message form, set its Reply action =
to use the same custom form, then republish the form. That way the reply =
will use the same form as the original message.=20

2) Put code in the Reply event handler to build the message body from =
the other fields on the form.=20

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


"Carolyn" wrote in message =
...
Yes, I would like to see the information the user types into the form =

on the=20
Reply, and we use Outlook 2003 with Exchange Server 2003. Thank you.
=20
-- Carolyn
=20
"Sue Mosher [MVP-Outlook]" wrote:
=20
Do you mean the information that users enter on the form outside the =

message body? Are you working in an Exchange environment?=20
--=20
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for=20
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
=20
=20
"Carolyn" wrote in message =

...
I'm using Outlook 2003 and I created a form that needs to have a =

reply=20
option. When I enabled Reply, I chose "Include and indent original =

message=20
text." But, when I use the form, and choose Reply, the Reply does =

not have=20
any of the text from the form on it. It only has the message header =

(From,=20
Sent, To, and Subject).=20
=20
Is there a way to include form's information on the Reply page? =

Thanks for=20
any assistance.
=20
-- Carolyn


  #5  
Old April 6th, 2005, 07:11 PM
Carolyn
external usenet poster
 
Posts: n/a
Default

Thank you for your answer. When I add the custom message form in the Reply
action, I see the form when I hit the Reply button, this is what I wanted to
happen. I would also like to have a text box so that I can type a reply. Is
this possible? Thank you.

-- Carolyn

"Sue Mosher [MVP-Outlook]" wrote:

You have a couple of choices. Both will require that you have the ability to publish the form in the Organizational Forms library:

1) On the Actions page of the custom message form, set its Reply action to use the same custom form, then republish the form. That way the reply will use the same form as the original message.

2) Put code in the Reply event handler to build the message body from the other fields on the form.

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


"Carolyn" wrote in message ...
Yes, I would like to see the information the user types into the form on the
Reply, and we use Outlook 2003 with Exchange Server 2003. Thank you.

-- Carolyn

"Sue Mosher [MVP-Outlook]" wrote:

Do you mean the information that users enter on the form outside the message body? Are you working in an Exchange environment?
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Carolyn" wrote in message ...
I'm using Outlook 2003 and I created a form that needs to have a reply
option. When I enabled Reply, I chose "Include and indent original message
text." But, when I use the form, and choose Reply, the Reply does not have
any of the text from the form on it. It only has the message header (From,
Sent, To, and Subject).

Is there a way to include form's information on the Reply page? Thanks for
any assistance.

-- Carolyn


  #6  
Old April 6th, 2005, 07:59 PM
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: n/a
Default

YOu would need to include the text box in your form design.=20

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


"Carolyn" wrote in message =
...
Thank you for your answer. When I add the custom message form in the =

Reply=20
action, I see the form when I hit the Reply button, this is what I =

wanted to=20
happen. I would also like to have a text box so that I can type a =

reply. Is=20
this possible? Thank you.
=20
-- Carolyn
=20
"Sue Mosher [MVP-Outlook]" wrote:
=20
You have a couple of choices. Both will require that you have the =

ability to publish the form in the Organizational Forms library:=20
=20
1) On the Actions page of the custom message form, set its Reply =

action to use the same custom form, then republish the form. That way =
the reply will use the same form as the original message.=20
=20
2) Put code in the Reply event handler to build the message body from =

the other fields on the form.=20

=20
"Carolyn" wrote in message =

...
Yes, I would like to see the information the user types into the =

form on the=20
Reply, and we use Outlook 2003 with Exchange Server 2003. Thank =

you.
=20
-- Carolyn
=20
"Sue Mosher [MVP-Outlook]" wrote:
=20
Do you mean the information that users enter on the form outside =

the message body? Are you working in an Exchange environment?=20
--=20
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for=20
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
=20
=20
"Carolyn" wrote in message =

...
I'm using Outlook 2003 and I created a form that needs to have a =

reply=20
option. When I enabled Reply, I chose "Include and indent =

original message=20
text." But, when I use the form, and choose Reply, the Reply =

does not have=20
any of the text from the form on it. It only has the message =

header (From,=20
Sent, To, and Subject).=20
=20
Is there a way to include form's information on the Reply page? =

Thanks for=20
any assistance.
=20
-- Carolyn


  #7  
Old April 6th, 2005, 10:55 PM
Carolyn
external usenet poster
 
Posts: n/a
Default

Thank you very much, that worked. I created another form with fields from the
original form and a text box for the reply.

-- Carolyn

"Sue Mosher [MVP-Outlook]" wrote:

YOu would need to include the text box in your form design.

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


"Carolyn" wrote in message ...
Thank you for your answer. When I add the custom message form in the Reply
action, I see the form when I hit the Reply button, this is what I wanted to
happen. I would also like to have a text box so that I can type a reply. Is
this possible? Thank you.

-- Carolyn

"Sue Mosher [MVP-Outlook]" wrote:

You have a couple of choices. Both will require that you have the ability to publish the form in the Organizational Forms library:

1) On the Actions page of the custom message form, set its Reply action to use the same custom form, then republish the form. That way the reply will use the same form as the original message.

2) Put code in the Reply event handler to build the message body from the other fields on the form.



"Carolyn" wrote in message ...
Yes, I would like to see the information the user types into the form on the
Reply, and we use Outlook 2003 with Exchange Server 2003. Thank you.

-- Carolyn

"Sue Mosher [MVP-Outlook]" wrote:

Do you mean the information that users enter on the form outside the message body? Are you working in an Exchange environment?
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Carolyn" wrote in message ...
I'm using Outlook 2003 and I created a form that needs to have a reply
option. When I enabled Reply, I chose "Include and indent original message
text." But, when I use the form, and choose Reply, the Reply does not have
any of the text from the form on it. It only has the message header (From,
Sent, To, and Subject).

Is there a way to include form's information on the Reply page? Thanks for
any assistance.

-- Carolyn



 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calendar Question Josh General Discussion 7 March 28th, 2005 11:19 PM
Design help, please SillySally Using Forms 27 March 6th, 2005 04:11 AM
dlookup miaplacidus Using Forms 9 August 5th, 2004 09:16 PM
auto entry into second table after update Tony New Users 13 July 9th, 2004 10:42 PM
Recordset in subform based on field in parent form Lyn General Discussion 15 June 14th, 2004 03:10 PM


All times are GMT +1. The time now is 12:07 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.