PC Review


Reply
Thread Tools Rate Thread

Custom Forms send no data in body.

 
 
tony_pez@yahoo.com
Guest
Posts: n/a
 
      2nd Feb 2005
Created custom forms, published to org form library. I can open them
fine and fill in the data, but when I send them the body is received
blank.

any advice would be apreciated, provided it pertains to the subject.
ol2003/exchange 2003

 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      2nd Feb 2005
When you "fill in the data," are you filling in controls you added to the
form or typing in the message body?

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


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Created custom forms, published to org form library. I can open them
> fine and fill in the data, but when I send them the body is received
> blank.
>
> any advice would be apreciated, provided it pertains to the subject.
> ol2003/exchange 2003
>



 
Reply With Quote
 
tony_pez@yahoo.com
Guest
Posts: n/a
 
      2nd Feb 2005
Controls

 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      2nd Feb 2005
Then there's no data in the message body because you put none there.

The next step is for you to explain what it is you actually want the
recipient to see.

Also note: The newsgroup interface you are using apparently does not quote
earlier messages in the thread, making your latest message so short on
detail that you risk not getting the answer you're looking for. Please take
the time to quote the original message.

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


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Controls
>



 
Reply With Quote
 
tony_pez@yahoo.com
Guest
Posts: n/a
 
      2nd Feb 2005
Sorry for my inability to communicate effectively, kind of a newsgroup
newbie, I thought google included the previous message.

I have text/control boxes in the body of a message for text and a drop
down yes/no options. When I send the form nothing is received in the
body.

I have your book and read most of it, so this is your problem! Or my
lack of comprehension skills JK of course.



Sue Mosher [MVP-Outlook] wrote:
> Then there's no data in the message body because you put none there.
>
> The next step is for you to explain what it is you actually want the
> recipient to see.
>
> Also note: The newsgroup interface you are using apparently does not

quote
> earlier messages in the thread, making your latest message so short

on
> detail that you risk not getting the answer you're looking for.

Please take
> the time to quote the original message.
>
> --
> Sue Mosher, Outlook MVP
> Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Controls
> >


 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      3rd Feb 2005
You've told us a lot about what the sender sees. Now turn the tables and
tell us what you want the recipient to see.

Your Outlook version and whether you're sending to Internet recipients or
people in your Exchange organization will also be critical information.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Sorry for my inability to communicate effectively, kind of a newsgroup
> newbie, I thought google included the previous message.
>
> I have text/control boxes in the body of a message for text and a drop
> down yes/no options. When I send the form nothing is received in the
> body.
>
> I have your book and read most of it, so this is your problem! Or my
> lack of comprehension skills JK of course.
>
>
>
> Sue Mosher [MVP-Outlook] wrote:
>> Then there's no data in the message body because you put none there.
>>
>> The next step is for you to explain what it is you actually want the
>> recipient to see.
>>
>> Also note: The newsgroup interface you are using apparently does not

> quote
>> earlier messages in the thread, making your latest message so short

> on
>> detail that you risk not getting the answer you're looking for.

> Please take
>> the time to quote the original message.


>>
>> <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > Controls
>> >

>



 
Reply With Quote
 
tony_pez@yahoo.com
Guest
Posts: n/a
 
      3rd Feb 2005
I want the recipient to see the exact same thing, but not be able to
modify anything.

Internal recipients only, ol2003/ex2003.

I am new to Outlook programming, so if I am missing something that is
basic, do not hesitate to tell me to RTFM.

Thanks Sue!

Sue Mosher [MVP-Outlook] wrote:
> You've told us a lot about what the sender sees. Now turn the tables

and
> tell us what you want the recipient to see.
>
> Your Outlook version and whether you're sending to Internet

recipients or
> people in your Exchange organization will also be critical

information.
> --
> Sue Mosher, Outlook MVP
> Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Sorry for my inability to communicate effectively, kind of a

newsgroup
> > newbie, I thought google included the previous message.
> >
> > I have text/control boxes in the body of a message for text and a

drop
> > down yes/no options. When I send the form nothing is received in

the
> > body.
> >
> > I have your book and read most of it, so this is your problem! Or

my
> > lack of comprehension skills JK of course.
> >
> >
> >
> > Sue Mosher [MVP-Outlook] wrote:
> >> Then there's no data in the message body because you put none

there.
> >>
> >> The next step is for you to explain what it is you actually want

the
> >> recipient to see.
> >>
> >> Also note: The newsgroup interface you are using apparently does

not
> > quote
> >> earlier messages in the thread, making your latest message so

short
> > on
> >> detail that you risk not getting the answer you're looking for.

> > Please take
> >> the time to quote the original message.

>
> >>
> >> <(E-Mail Removed)> wrote in message
> >> news:(E-Mail Removed)...
> >> > Controls
> >> >

> >


 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      3rd Feb 2005
In that case, you need to open the form in design mode and click the Edit
Read Layout button and build a read layout for the form that matches the
compose layout that you already have. In most cases, copying controls from
the compose layout to the read layout will work fine.

Where are you publishing the form?

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


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I want the recipient to see the exact same thing, but not be able to
> modify anything.
>
> Internal recipients only, ol2003/ex2003.
>
> I am new to Outlook programming, so if I am missing something that is
> basic, do not hesitate to tell me to RTFM.
>
> Thanks Sue!
>
> Sue Mosher [MVP-Outlook] wrote:
>> You've told us a lot about what the sender sees. Now turn the tables

> and
>> tell us what you want the recipient to see.
>>
>> Your Outlook version and whether you're sending to Internet

> recipients or
>> people in your Exchange organization will also be critical

> information.
>>
>> <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > Sorry for my inability to communicate effectively, kind of a

> newsgroup
>> > newbie, I thought google included the previous message.
>> >
>> > I have text/control boxes in the body of a message for text and a

> drop
>> > down yes/no options. When I send the form nothing is received in

> the
>> > body.
>> >
>> > I have your book and read most of it, so this is your problem! Or

> my
>> > lack of comprehension skills JK of course.
>> >
>> >
>> >
>> > Sue Mosher [MVP-Outlook] wrote:
>> >> Then there's no data in the message body because you put none

> there.
>> >>
>> >> The next step is for you to explain what it is you actually want

> the
>> >> recipient to see.
>> >>
>> >> Also note: The newsgroup interface you are using apparently does

> not
>> > quote
>> >> earlier messages in the thread, making your latest message so

> short
>> > on
>> >> detail that you risk not getting the answer you're looking for.
>> > Please take
>> >> the time to quote the original message.

>>
>> >>
>> >> <(E-Mail Removed)> wrote in message
>> >> news:(E-Mail Removed)...
>> >> > Controls
>> >> >
>> >

>



 
Reply With Quote
 
tony_pez@yahoo.com
Guest
Posts: n/a
 
      3rd Feb 2005
OK, selecting and deselecting the separate read layout page on the form
fixed it...

I was publishing it to a PF.


Thanks for your time Sue.


Sue Mosher [MVP-Outlook] wrote:
> In that case, you need to open the form in design mode and click the

Edit
> Read Layout button and build a read layout for the form that matches

the
> compose layout that you already have. In most cases, copying controls

from
> the compose layout to the read layout will work fine.
>
> Where are you publishing the form?
>
> --
> Sue Mosher, Outlook MVP
> Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> >I want the recipient to see the exact same thing, but not be able to
> > modify anything.
> >
> > Internal recipients only, ol2003/ex2003.
> >
> > I am new to Outlook programming, so if I am missing something that

is
> > basic, do not hesitate to tell me to RTFM.
> >
> > Thanks Sue!
> >
> > Sue Mosher [MVP-Outlook] wrote:
> >> You've told us a lot about what the sender sees. Now turn the

tables
> > and
> >> tell us what you want the recipient to see.
> >>
> >> Your Outlook version and whether you're sending to Internet

> > recipients or
> >> people in your Exchange organization will also be critical

> > information.
> >>
> >> <(E-Mail Removed)> wrote in message
> >> news:(E-Mail Removed)...
> >> > Sorry for my inability to communicate effectively, kind of a

> > newsgroup
> >> > newbie, I thought google included the previous message.
> >> >
> >> > I have text/control boxes in the body of a message for text and

a
> > drop
> >> > down yes/no options. When I send the form nothing is received

in
> > the
> >> > body.
> >> >
> >> > I have your book and read most of it, so this is your problem!

Or
> > my
> >> > lack of comprehension skills JK of course.
> >> >
> >> >
> >> >
> >> > Sue Mosher [MVP-Outlook] wrote:
> >> >> Then there's no data in the message body because you put none

> > there.
> >> >>
> >> >> The next step is for you to explain what it is you actually

want
> > the
> >> >> recipient to see.
> >> >>
> >> >> Also note: The newsgroup interface you are using apparently

does
> > not
> >> > quote
> >> >> earlier messages in the thread, making your latest message so

> > short
> >> > on
> >> >> detail that you risk not getting the answer you're looking for.
> >> > Please take
> >> >> the time to quote the original message.
> >>
> >> >>
> >> >> <(E-Mail Removed)> wrote in message
> >> >> news:(E-Mail Removed)...
> >> >> > Controls
> >> >> >
> >> >

> >


 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      3rd Feb 2005
FYI, publishing to a public folder is not a suitable approach for a message
form unless you have no code on the form and are willing to accept the
larger message size that comes from checking the Send Form Definition with
Item box on the (Properties) tab.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> OK, selecting and deselecting the separate read layout page on the form
> fixed it...
>
> I was publishing it to a PF.
>
>
> Thanks for your time Sue.
>
>
> Sue Mosher [MVP-Outlook] wrote:
>> In that case, you need to open the form in design mode and click the

> Edit
>> Read Layout button and build a read layout for the form that matches

> the
>> compose layout that you already have. In most cases, copying controls

> from
>> the compose layout to the read layout will work fine.
>>
>> Where are you publishing the form?


>>
>> <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> >I want the recipient to see the exact same thing, but not be able to
>> > modify anything.
>> >
>> > Internal recipients only, ol2003/ex2003.
>> >
>> > I am new to Outlook programming, so if I am missing something that

> is
>> > basic, do not hesitate to tell me to RTFM.
>> >
>> > Thanks Sue!
>> >
>> > Sue Mosher [MVP-Outlook] wrote:
>> >> You've told us a lot about what the sender sees. Now turn the

> tables
>> > and
>> >> tell us what you want the recipient to see.
>> >>
>> >> Your Outlook version and whether you're sending to Internet
>> > recipients or
>> >> people in your Exchange organization will also be critical
>> > information.
>> >>
>> >> <(E-Mail Removed)> wrote in message
>> >> news:(E-Mail Removed)...
>> >> > Sorry for my inability to communicate effectively, kind of a
>> > newsgroup
>> >> > newbie, I thought google included the previous message.
>> >> >
>> >> > I have text/control boxes in the body of a message for text and

> a
>> > drop
>> >> > down yes/no options. When I send the form nothing is received

> in
>> > the
>> >> > body.
>> >> >
>> >> > I have your book and read most of it, so this is your problem!

> Or
>> > my
>> >> > lack of comprehension skills JK of course.
>> >> >
>> >> >
>> >> >
>> >> > Sue Mosher [MVP-Outlook] wrote:
>> >> >> Then there's no data in the message body because you put none
>> > there.
>> >> >>
>> >> >> The next step is for you to explain what it is you actually

> want
>> > the
>> >> >> recipient to see.
>> >> >>
>> >> >> Also note: The newsgroup interface you are using apparently

> does
>> > not
>> >> > quote
>> >> >> earlier messages in the thread, making your latest message so
>> > short
>> >> > on
>> >> >> detail that you risk not getting the answer you're looking for.
>> >> > Please take
>> >> >> the time to quote the original message.
>> >>
>> >> >>
>> >> >> <(E-Mail Removed)> wrote in message
>> >> >> news:(E-Mail Removed)...
>> >> >> > Controls
>> >> >> >
>> >> >
>> >

>



 
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
Reply with custom form & selected data from message body GregoryL.[AITI] Microsoft Outlook VBA Programming 2 28th May 2009 12:49 AM
Custom forms unable to see in email body... Laura Larson Microsoft Outlook Form Programming 1 13th Feb 2009 03:41 PM
Send Object using forms text box as body SoggyCashew Microsoft Access Getting Started 2 1st Oct 2008 03:55 AM
Adding custom form data into the Message Body dennispeeters Microsoft Outlook Form Programming 0 19th Mar 2008 04:48 PM
Send MSA 03 data in body of e-mail =?Utf-8?B?TWlndWVs?= Microsoft Access 0 16th Nov 2007 08:35 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:21 PM.