PC Review


Reply
Thread Tools Rate Thread

Need help with custom Outlook form

 
 
=?Utf-8?B?S2FyZW4gRy9OZWlnaGJvcmhvb2QgUmVpbnZlc3Rt
Guest
Posts: n/a
 
      9th Feb 2005
I'm new at customizing Outlook forms. I am creating a new Message form to
include a Label object that announces a company name change. The Compose
page works fine, but when I send a message to myself using the new form, the
Read page I get does not reflect any of the changes I made. On the Edit Read
Page in Design mode, I resized the Message body field and copied the Label to
the Read page and republished the form (several times) but neither of these
changes appear to me when I receive a test message. Can someone help me
figure this out? Thanks! (BTW, I don't know VBscript so I need to be able
to fix this without writing any code.)
 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      10th Feb 2005
Where did you publish the form? Are you working in an Exchange enviornment
or sending via the Internet?

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


"Karen G/Neighborhood Reinvestment Corp."
<(E-Mail Removed)> wrote in
message news:97CE9894-BE64-4147-8BDE-(E-Mail Removed)...
> I'm new at customizing Outlook forms. I am creating a new Message form to
> include a Label object that announces a company name change. The Compose
> page works fine, but when I send a message to myself using the new form,
> the
> Read page I get does not reflect any of the changes I made. On the Edit
> Read
> Page in Design mode, I resized the Message body field and copied the Label
> to
> the Read page and republished the form (several times) but neither of
> these
> changes appear to me when I receive a test message. Can someone help me
> figure this out? Thanks! (BTW, I don't know VBscript so I need to be
> able
> to fix this without writing any code.)



 
Reply With Quote
 
 
 
 
=?Utf-8?B?S2FyZW4gRy9OZWlnaGJvcmhvb2QgUmVpbnZlc3Rt
Guest
Posts: n/a
 
      10th Feb 2005
Ooops, sorry! My environment is: Exchange 2000 on Windows 2K server; my
workstation is WinXP SP2 with Office XP SP3. For testing, I published the
form to a public folder for IT staff. When I send a message with the form
from Outlook, I go to Tools, Forms, Choose form, and navigate to that public
folder to select the form.

Thanks for your assistance!

"Sue Mosher [MVP-Outlook]" wrote:

> Where did you publish the form? Are you working in an Exchange enviornment
> or sending via the Internet?
>
> --
> Sue Mosher, Outlook MVP
> Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
> "Karen G/Neighborhood Reinvestment Corp."
> <(E-Mail Removed)> wrote in
> message news:97CE9894-BE64-4147-8BDE-(E-Mail Removed)...
> > I'm new at customizing Outlook forms. I am creating a new Message form to
> > include a Label object that announces a company name change. The Compose
> > page works fine, but when I send a message to myself using the new form,
> > the
> > Read page I get does not reflect any of the changes I made. On the Edit
> > Read
> > Page in Design mode, I resized the Message body field and copied the Label
> > to
> > the Read page and republished the form (several times) but neither of
> > these
> > changes appear to me when I receive a test message. Can someone help me
> > figure this out? Thanks! (BTW, I don't know VBscript so I need to be
> > able
> > to fix this without writing any code.)

>
>
>

 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      10th Feb 2005
The problem is that you published to a public folder. For a message form to
be fully functional, it needs to be published to the Organizational Forms
library or to each user's Personal Forms library. (Think about it: How would
Outlook know to look in a particular public folder among possibly thousands
to find the published form definition?)

If you do not plan to include any code in your form, a solution is
available: On the (Properties) page of your form, check the "Send form
definition with item" box.

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


"Karen G/Neighborhood Reinvestment Corp."
<(E-Mail Removed)> wrote in
message news:A29F8E49-E56A-4DFB-B91B-(E-Mail Removed)...
> Ooops, sorry! My environment is: Exchange 2000 on Windows 2K server; my
> workstation is WinXP SP2 with Office XP SP3. For testing, I published the
> form to a public folder for IT staff. When I send a message with the form
> from Outlook, I go to Tools, Forms, Choose form, and navigate to that
> public
> folder to select the form.
>
>> > I'm new at customizing Outlook forms. I am creating a new Message form
>> > to
>> > include a Label object that announces a company name change. The
>> > Compose
>> > page works fine, but when I send a message to myself using the new
>> > form,
>> > the
>> > Read page I get does not reflect any of the changes I made. On the
>> > Edit
>> > Read
>> > Page in Design mode, I resized the Message body field and copied the
>> > Label
>> > to
>> > the Read page and republished the form (several times) but neither of
>> > these
>> > changes appear to me when I receive a test message. Can someone help
>> > me
>> > figure this out? Thanks! (BTW, I don't know VBscript so I need to be
>> > able
>> > to fix this without writing any code.)



 
Reply With Quote
 
New Member
Join Date: Aug 2012
Posts: 1
 
      15th Aug 2012
Hi,

I want to popualte a combo box in 2007 Outlook form by linking it to a list of terms in excel or notepad. This way it can be easily updated by people on my server, and allow the form to have any options people want in the dropdown.

Also, after a dropdown choice is picked (i.e the company we are shipping to), I want the next field over "address" to auto popualte according to the combo box selection.

I have written code for the above two, just the fields do not saty populated when I send to another user.

Finally, I want to have two buttons, Approve and Decline. Approve should send the form and Decline should reply, sending the form back to the sender. If possible they should allow for editing before completing these actions.

Thank you
 
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
Re: Need help w using custom image for custom toolbar in Excel 2007 Chip Pearson Microsoft Excel Programming 9 23rd Jun 2008 06:05 PM
place .NET custom control on custom form in Outlook 2003 and Outlook 2007 sd Microsoft Outlook VBA Programming 7 11th Oct 2007 06:44 PM
Re: Need help with running a custom help file on a Access 2000 form Douglas J. Steele Microsoft Access Forms 0 1st Sep 2004 03:47 PM
Help! Help! Help! Help! Help! Help! Help! Help! Help! Help! Help! Help! Help! -$- Windows XP Internet Explorer 2 21st Dec 2003 11:45 PM
Mini Problem: A custom mail-form create a custom task-form Christoph Sbach Microsoft Outlook Form Programming 4 5th Nov 2003 05:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:43 AM.