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 - Calandaring
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Forms...



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 1st 07, 03:42 PM posted to microsoft.public.outlook.calendaring
Alphonse[_2_]
external usenet poster
 
Posts: 40
Default Forms...

Hi,
How can I delete a form I created as a modified copy of the Appointment
form?
--
Cheers,
Alphonse




  #2  
Old August 1st 07, 03:50 PM posted to microsoft.public.outlook.calendaring
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Forms...

Where did you publish the form?

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


"Alphonse" wrote in message ...
Hi,
How can I delete a form I created as a modified copy of the Appointment
form?
--
Cheers,
Alphonse




  #3  
Old August 1st 07, 07:47 PM posted to microsoft.public.outlook.calendaring
Alphonse[_2_]
external usenet poster
 
Posts: 40
Default Forms...

When I look in Forms... Choose form... it appears in Calendar and in
Outlook Folders. I had modified the Appointment form by adding the
Conversation field and saved it with a different name, but it does not apply
to pre-existing appointments, and besides, it's locked on Read-only.
--
Cheers,
Alphonse


"Sue Mosher [MVP-Outlook]" wrote in message
...
Where did you publish the form?

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


"Alphonse" wrote in message
...
Hi,
How can I delete a form I created as a modified copy of the Appointment
form?
--
Cheers,
Alphonse






  #4  
Old August 1st 07, 07:54 PM posted to microsoft.public.outlook.calendaring
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Forms...

If you published it to a folder, then you should be able to delete from that folder's Properties dialog, using the Manage button on the Forms tab.

To change existing items so that they display using a published custom message form, you need to change the value of the MessageClass property on each item so that it points to the published form's class, e.g. IPM.Contact.MyForm. The page at http://www.outlookcode.com/article.aspx?id=39 has links to scripts and tools to do this.

I don' t know what you mean by "locked on Read-Only"

FYI, there is a newsgroup specifically for Outlook forms issues "down the hall" at microsoft.public.outlook.program_forms or, via web interface, at http://www.microsoft.com/office/comm...rogram_f orms
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Alphonse" wrote in message ...
When I look in Forms... Choose form... it appears in Calendar and in
Outlook Folders. I had modified the Appointment form by adding the
Conversation field and saved it with a different name, but it does not apply
to pre-existing appointments, and besides, it's locked on Read-only.
--
Cheers,
Alphonse


"Sue Mosher [MVP-Outlook]" wrote in message
...
Where did you publish the form?



"Alphonse" wrote in message
...
Hi,
How can I delete a form I created as a modified copy of the Appointment
form?
--
Cheers,
Alphonse






  #5  
Old August 1st 07, 09:11 PM posted to microsoft.public.outlook.calendaring
Alphonse[_2_]
external usenet poster
 
Posts: 40
Default Forms...

Hello Sue,
Thank you for the information; I found where it can be deleted, but have not
yet, now that you have given me more to read and possibly "play" with. :-)

The "locked on Read-Only" means that, when I look into the properties of the
text box automatically created when I added the Conversation field, "Read
only" is checked and grayed out. My goal is to find out where the data
displayed in this field is taken from and if it is possible to modify it. I
found it in a columned-format view of the calendar and the data that appears
in it is rather odd... I would like it to be uniform, so it can be useful.

I did visit the other forum down the hall from you, but thus far just
subscribed to it, and will begin treasure hunting there soon. Thank you
again.
--
Cheers,
Alphonse


"Sue Mosher [MVP-Outlook]" wrote in message
...
If you published it to a folder, then you should be able to delete from that
folder's Properties dialog, using the Manage button on the Forms tab.

To change existing items so that they display using a published custom
message form, you need to change the value of the MessageClass property on
each item so that it points to the published form's class, e.g.
IPM.Contact.MyForm. The page at
http://www.outlookcode.com/article.aspx?id=39 has links to scripts and tools
to do this.

I don' t know what you mean by "locked on Read-Only"

FYI, there is a newsgroup specifically for Outlook forms issues "down the
hall" at microsoft.public.outlook.program_forms or, via web interface, at
http://www.microsoft.com/office/comm...rogram_f orms
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Alphonse" wrote in message
...
When I look in Forms... Choose form... it appears in Calendar and in
Outlook Folders. I had modified the Appointment form by adding the
Conversation field and saved it with a different name, but it does not
apply
to pre-existing appointments, and besides, it's locked on Read-only.
--
Cheers,
Alphonse


"Sue Mosher [MVP-Outlook]" wrote in message
...
Where did you publish the form?



"Alphonse" wrote in message
...
Hi,
How can I delete a form I created as a modified copy of the Appointment
form?
--
Cheers,
Alphonse



  #6  
Old August 1st 07, 10:12 PM posted to microsoft.public.outlook.calendaring
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Forms...

Conversation is a read-only property. You can read about it and any other property through the Outlook VBA help file.

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


"Alphonse" wrote in message ...

The "locked on Read-Only" means that, when I look into the properties of the
text box automatically created when I added the Conversation field, "Read
only" is checked and grayed out. My goal is to find out where the data
displayed in this field is taken from and if it is possible to modify it. I
found it in a columned-format view of the calendar and the data that appears
in it is rather odd... I would like it to be uniform, so it can be useful.


"Sue Mosher [MVP-Outlook]" wrote in message
...

I don' t know what you mean by "locked on Read-Only"


"Alphonse" wrote in message
...
When I look in Forms... Choose form... it appears in Calendar and in
Outlook Folders. I had modified the Appointment form by adding the
Conversation field and saved it with a different name, but it does not
apply
to pre-existing appointments, and besides, it's locked on Read-only.
--
Cheers,
Alphonse


"Sue Mosher [MVP-Outlook]" wrote in message
...
Where did you publish the form?



"Alphonse" wrote in message
...
Hi,
How can I delete a form I created as a modified copy of the Appointment
form?
--
Cheers,
Alphonse



 




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
Restore Forms in Standard Forms Library Wayne Outlook - Using Forms 1 April 5th 07 01:06 AM
Creating Organizational Forms Library & Publish Forms akafrog18 Outlook - Using Forms 1 August 1st 06 05:26 PM
Outlook 2003 - Forms Icon On toolbar doesn't list any forms Kim.in.Denver Outlook - Using Forms 8 July 28th 06 05:35 PM
Email Message Forms in Personal Forms Library Debbie Hadsel Outlook - Using Forms 4 May 30th 06 07:11 PM
Forms Ceige Outlook and VBA 11 April 21st 06 03:07 PM


All times are GMT +1. The time now is 06:39 AM.


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.