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.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
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/community/en-us/default.mspx?dg=microsoft.public
.outlook.program_forms

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> 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.
> Where did you publish the form?
>> Hi,
>> How can I delete a form I created as a modified copy of the Appointment
>> form?
Alphonse - 01 Aug 2007 20:11 GMT
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.

Signature
Cheers,
Alphonse
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/community/en-us/default.mspx?dg=microsoft.public
.outlook.program_forms

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> 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.
> Where did you publish the form?
> "Alphonse" <alone@home.com> wrote in message
> news:u5fHbHE1HHA.5772@TK2MSFTNGP02.phx.gbl...
>> Hi,
>> How can I delete a form I created as a modified copy of the Appointment
>> form?
Sue Mosher [MVP-Outlook] - 01 Aug 2007 21:12 GMT
Conversation is a read-only property. You can read about it and any other property through the Outlook VBA help file.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> 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
[quoted text clipped - 17 lines]
>>> How can I delete a form I created as a modified copy of the Appointment
>>> form?
Alphonse - 03 Aug 2007 14:10 GMT
Thank you... I had looked in OL's normal help... with it being R-O, I guess
I'll give up on this one.

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

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> The "locked on Read-Only" means that, when I look into the properties of
> the
[quoted text clipped - 20 lines]
>>> How can I delete a form I created as a modified copy of the Appointment
>>> form?