![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |