A Microsoft Outlook email forum. Outlook Banter

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 » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Changing Default Appointment Form



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 11th 09, 04:26 PM posted to microsoft.public.outlook.program_forms
ghillie30
external usenet poster
 
Posts: 13
Default Changing Default Appointment Form

I've started using a custom appointment form in Outlook 2007. If I set the
custom form as the new default today, will appointments previously entered
with the old form still open with the old form, or will they open with the
new form? If they do open with the new form, will data carry over (if old and
new fields are the same)? Thanks.
  #2  
Old March 11th 09, 08:12 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Changing Default Appointment Form

They will open with the old form unless you go through the entire Items
collection of that folder and change the MessageClass to your custom
MessageClass. All existing data should be preserved.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"ghillie30" wrote in message
...
I've started using a custom appointment form in Outlook 2007. If I set the
custom form as the new default today, will appointments previously entered
with the old form still open with the old form, or will they open with the
new form? If they do open with the new form, will data carry over (if old
and
new fields are the same)? Thanks.


  #3  
Old March 12th 09, 12:45 AM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook][_2_]
external usenet poster
 
Posts: 26
Default Changing Default Appointment Form

Do you mean that you've modified the Windows registry to make Outlook use
IPM.Appointment.MyForm as the default appointment form instead of
IPM.Appointment? If so, then all IPM.Appointment items will display in the
IPM.Appointment.MyForm form. But if you have any items with a MessageClass
value of IPM.Appointment.AnotherForm, they will continue using that form.

Data always carries over; it's totally independent of the form that the
MessageClass property points to. Whether you can see the data in the UI is,
however, dependent on the form design.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54

"ghillie30" wrote:

I've started using a custom appointment form in Outlook 2007. If I set the
custom form as the new default today, will appointments previously entered
with the old form still open with the old form, or will they open with the
new form? If they do open with the new form, will data carry over (if old and
new fields are the same)? Thanks.

  #4  
Old March 12th 09, 01:31 PM posted to microsoft.public.outlook.program_forms
ghillie30
external usenet poster
 
Posts: 13
Default Changing Default Appointment Form

Hi - No, I haven't changed registry, and I really didn't want to re-enter a
lot of future appointments that had already been entered with
IPM.Appointment. We use the calendar and appointments to track
people/facilities/usage for end of year summaries, and the custom form has
separate fields to enter data that had previously been lumped in the memo
field in IPM.Appointment. I changed the default form to my custom form
yesterday, and new appointments open with the custom form but old ones still
use IPM.Appointment. This is just what I wanted, thanks for the help.

"Sue Mosher [MVP-Outlook]" wrote:

Do you mean that you've modified the Windows registry to make Outlook use
IPM.Appointment.MyForm as the default appointment form instead of
IPM.Appointment? If so, then all IPM.Appointment items will display in the
IPM.Appointment.MyForm form. But if you have any items with a MessageClass
value of IPM.Appointment.AnotherForm, they will continue using that form.

Data always carries over; it's totally independent of the form that the
MessageClass property points to. Whether you can see the data in the UI is,
however, dependent on the form design.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54

"ghillie30" wrote:

I've started using a custom appointment form in Outlook 2007. If I set the
custom form as the new default today, will appointments previously entered
with the old form still open with the old form, or will they open with the
new form? If they do open with the new form, will data carry over (if old and
new fields are the same)? Thanks.

  #5  
Old March 12th 09, 03:17 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook][_2_]
external usenet poster
 
Posts: 26
Default Changing Default Appointment Form

By "I changed the default form," you mean that you changed the default form
for that one appointment folder, right? Then Ken's answer is an exact fit for
your scenario.

You might want to note for the future that "change the default form" can be
done in more than one way, so it helps to specify exactly which method was
used.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54




"ghillie30" wrote:

Hi - No, I haven't changed registry, and I really didn't want to re-enter a
lot of future appointments that had already been entered with
IPM.Appointment. We use the calendar and appointments to track
people/facilities/usage for end of year summaries, and the custom form has
separate fields to enter data that had previously been lumped in the memo
field in IPM.Appointment. I changed the default form to my custom form
yesterday, and new appointments open with the custom form but old ones still
use IPM.Appointment. This is just what I wanted, thanks for the help.

"Sue Mosher [MVP-Outlook]" wrote:

Do you mean that you've modified the Windows registry to make Outlook use
IPM.Appointment.MyForm as the default appointment form instead of
IPM.Appointment? If so, then all IPM.Appointment items will display in the
IPM.Appointment.MyForm form. But if you have any items with a MessageClass
value of IPM.Appointment.AnotherForm, they will continue using that form.

Data always carries over; it's totally independent of the form that the
MessageClass property points to. Whether you can see the data in the UI is,
however, dependent on the form design.

"ghillie30" wrote:

I've started using a custom appointment form in Outlook 2007. If I set the
custom form as the new default today, will appointments previously entered
with the old form still open with the old form, or will they open with the
new form? If they do open with the new form, will data carry over (if old and
new fields are the same)? Thanks.

  #6  
Old March 12th 09, 03:33 PM posted to microsoft.public.outlook.program_forms
ghillie30
external usenet poster
 
Posts: 13
Default Changing Default Appointment Form

That's correct, just the one folder. Sorry i didn't give more info. Thanks.

"Sue Mosher [MVP-Outlook]" wrote:

By "I changed the default form," you mean that you changed the default form
for that one appointment folder, right? Then Ken's answer is an exact fit for
your scenario.

You might want to note for the future that "change the default form" can be
done in more than one way, so it helps to specify exactly which method was
used.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54




"ghillie30" wrote:

Hi - No, I haven't changed registry, and I really didn't want to re-enter a
lot of future appointments that had already been entered with
IPM.Appointment. We use the calendar and appointments to track
people/facilities/usage for end of year summaries, and the custom form has
separate fields to enter data that had previously been lumped in the memo
field in IPM.Appointment. I changed the default form to my custom form
yesterday, and new appointments open with the custom form but old ones still
use IPM.Appointment. This is just what I wanted, thanks for the help.

"Sue Mosher [MVP-Outlook]" wrote:

Do you mean that you've modified the Windows registry to make Outlook use
IPM.Appointment.MyForm as the default appointment form instead of
IPM.Appointment? If so, then all IPM.Appointment items will display in the
IPM.Appointment.MyForm form. But if you have any items with a MessageClass
value of IPM.Appointment.AnotherForm, they will continue using that form.

Data always carries over; it's totally independent of the form that the
MessageClass property points to. Whether you can see the data in the UI is,
however, dependent on the form design.

"ghillie30" wrote:

I've started using a custom appointment form in Outlook 2007. If I set the
custom form as the new default today, will appointments previously entered
with the old form still open with the old form, or will they open with the
new form? If they do open with the new form, will data carry over (if old and
new fields are the same)? Thanks.

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing default appointment to 20 min mecg96 Outlook - Calandaring 1 December 1st 06 02:16 AM
Changing Calendar Appointment default. Rita Outlook - Calandaring 1 June 7th 06 10:17 PM
default appointment changing -keevill- Outlook - Calandaring 0 May 26th 06 10:19 AM
Changing the default Form Mats Samson Outlook - Using Contacts 1 March 21st 06 01:40 PM
changing outlook default appointment layout. Hot James Outlook and VBA 3 March 9th 06 02:50 PM


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.