removing a custom form

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
 
D

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
 
S

Sue Mosher [MVP-Outlook]

Choose Tools | Options | Other | Advanced Options | Custom Forms, then click
Manage Forms.
 
S

Sue Mosher [MVP-Outlook]

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
 
S

Sue Mosher [MVP-Outlook]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top