removing a custom form

  • Thread starter Thread starter David
  • Start date Start date
D

David

How do you remove a custom form so that it doesnt show up in the Choose
Forms dialog?

I tried deleting the C:\Documents and Settings\[UserName]\Local
Settings\Application Data\Microsoft\FORMS\[MyCustomForm] directory. I also
remove the FRMCACHE.dat file. I also removed the entries in the registry.
Nothing has worked.

David
 
Sorry I should of mentions IMO version of Outlook, not Corporate. Also I
want to do it programmatically.

Sue Mosher said:
Choose Tools | Options | Other | Advanced Options | Custom Forms, then click
Manage Forms.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



David said:
How do you remove a custom form so that it doesnt show up in the Choose
Forms dialog?

I tried deleting the C:\Documents and Settings\[UserName]\Local
Settings\Application Data\Microsoft\FORMS\[MyCustomForm] directory. I also
remove the FRMCACHE.dat file. I also removed the entries in the registry.
Nothing has worked.

David
 
Choose Tools | Options | Other | Advanced Options | Custom Forms, then click
Manage Forms.
 
Well, that does change things rather a lot, wouldn't you say? To remove
forms programmatically, you need to use CDO 1.21 and remove the form
definition hidden message, the location of which will vary depending on
where you published it. There may be sample code at http://www.cdolive.com/;
I don't remember for sure.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



David said:
Sorry I should of mentions IMO version of Outlook, not Corporate. Also I
want to do it programmatically.

Sue Mosher said:
Choose Tools | Options | Other | Advanced Options | Custom Forms, then click
Manage Forms.


David said:
How do you remove a custom form so that it doesnt show up in the Choose
Forms dialog?

I tried deleting the C:\Documents and Settings\[UserName]\Local
Settings\Application Data\Microsoft\FORMS\[MyCustomForm] directory. I also
remove the FRMCACHE.dat file. I also removed the entries in the registry.
Nothing has worked.

David
 
You are apparently using Outlook in Internet Mail Only mode, which does not
explose the forms manager. You would need to switch to Corporate/Workgroup
mode; see http://www.slipstick.com/outlook/choosingmode.htm

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



sahridhayan said:
Hi Sue Mosher

I am using outlook 2000 SR-1 9.0.0.3821
I am published my form in inbox folder... so i find that in actions menu..
now i want to remove those [because those are trials]

I dot find any menu as you said in Tool -> Options -> Others -> Advanced ->Custom Forms..

I got code for [cdolive.com] for programmatically removing it... but manually?

Regards
Rajaraman



David said:
Sorry I should of mentions IMO version of Outlook, not Corporate. Also I
want to do it programmatically.

Sue Mosher said:
Choose Tools | Options | Other | Advanced Options | Custom Forms, then click
Manage Forms.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



How do you remove a custom form so that it doesnt show up in the Choose
Forms dialog?

I tried deleting the C:\Documents and Settings\[UserName]\Local
Settings\Application Data\Microsoft\FORMS\[MyCustomForm] directory.
I
also
remove the FRMCACHE.dat file. I also removed the entries in the registry.
Nothing has worked.

David
 
Back
Top