PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Form Programming Outlook 2003 won't recongize custom contactform

Reply

Outlook 2003 won't recongize custom contactform

 
Thread Tools Rate Thread
Old 31-08-2004, 03:45 AM   #1
Ken
Guest
 
Posts: n/a
Default Outlook 2003 won't recongize custom contactform


Hi,

I have Outlook 2003. I'm also coming off a crash and had
to reformat my hard drive. Everything is working fine,
imported all my date back from my backup and re-installed
the custom form. Problem is, Outlook 2003 won't use the
custom form. I went into the contact folder properties
and made sure the form was shown in the "When posting to
this folder use" box. Also went into Forms Manager and
copied the form into the right window. Still no luck.
How can I get Outlook 2003 to recognize this form for
existing contacts?. It will show for new contacts. I
don't know VBA at all. Any help would be greatly
appreciated.

And thanks ahead of time for the help.

Ken
  Reply With Quote
Old 31-08-2004, 01:29 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Outlook 2003 won't recongize custom contactform

Where is the form published? What happens when you try to use it?

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Ken" <anonymous@discussions.microsoft.com> wrote in message
news:329c01c48f04$8baabc40$a301280a@phx.gbl...
> Hi,
>
> I have Outlook 2003. I'm also coming off a crash and had
> to reformat my hard drive. Everything is working fine,
> imported all my date back from my backup and re-installed
> the custom form. Problem is, Outlook 2003 won't use the
> custom form. I went into the contact folder properties
> and made sure the form was shown in the "When posting to
> this folder use" box. Also went into Forms Manager and
> copied the form into the right window. Still no luck.
> How can I get Outlook 2003 to recognize this form for
> existing contacts?. It will show for new contacts. I
> don't know VBA at all. Any help would be greatly
> appreciated.
>
> And thanks ahead of time for the help.
>
> Ken



  Reply With Quote
Old 31-08-2004, 11:18 PM   #3
Guest
 
Posts: n/a
Default Re: Outlook 2003 won't recongize custom contactform

I have the form published in my personal forms library.
When I make a new contact, Outlook will use the custom
form. As I had mentioned in my original post, I did go
into the Contact properties and in the "When posting to
this folder area" made sure it said to use my custom
form. I just can't get my previous contacts to open
using the custom form. Outlook keeps using it's default
form, not my custom form. I even went into forms manager
and and copied the form to the right window in this
manager. Not sure what that does though.

Thanks for the help

Ken

>-----Original Message-----
>Where is the form published? What happens when you try

to use it?
>
>--
>Sue Mosher, Outlook MVP
>Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
>"Ken" <anonymous@discussions.microsoft.com> wrote in

message
>news:329c01c48f04$8baabc40$a301280a@phx.gbl...
>> Hi,
>>
>> I have Outlook 2003. I'm also coming off a crash and

had
>> to reformat my hard drive. Everything is working fine,
>> imported all my date back from my backup and re-

installed
>> the custom form. Problem is, Outlook 2003 won't use

the
>> custom form. I went into the contact folder properties
>> and made sure the form was shown in the "When posting

to
>> this folder use" box. Also went into Forms Manager and
>> copied the form into the right window. Still no luck.
>> How can I get Outlook 2003 to recognize this form for
>> existing contacts?. It will show for new contacts. I
>> don't know VBA at all. Any help would be greatly
>> appreciated.
>>
>> And thanks ahead of time for the help.
>>
>> Ken

>
>
>.
>

  Reply With Quote
Old 01-09-2004, 03:01 PM   #4
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Outlook 2003 won't recongize custom contactform

You need to change the MessageClass on the existing items to point to your
new form's class. See
http://www.outlookcode.com/d/newdefaultform.htm#convert for several tools
and scripts to accomplish this.


--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


<anonymous@discussions.microsoft.com> wrote in message
news:3c4301c48fa8$68da2120$a301280a@phx.gbl...
>I have the form published in my personal forms library.
> When I make a new contact, Outlook will use the custom
> form. As I had mentioned in my original post, I did go
> into the Contact properties and in the "When posting to
> this folder area" made sure it said to use my custom
> form. I just can't get my previous contacts to open
> using the custom form. Outlook keeps using it's default
> form, not my custom form. I even went into forms manager
> and and copied the form to the right window in this
> manager. Not sure what that does though.
>
> Thanks for the help
>
> Ken
>
>>-----Original Message-----
>>Where is the form published? What happens when you try

> to use it?
>>
>>--
>>Sue Mosher, Outlook MVP
>>Author of
>> Microsoft Outlook Programming - Jumpstart for
>> Administrators, Power Users, and Developers
>> http://www.outlookcode.com/jumpstart.aspx
>>
>>
>>"Ken" <anonymous@discussions.microsoft.com> wrote in

> message
>>news:329c01c48f04$8baabc40$a301280a@phx.gbl...
>>> Hi,
>>>
>>> I have Outlook 2003. I'm also coming off a crash and

> had
>>> to reformat my hard drive. Everything is working fine,
>>> imported all my date back from my backup and re-

> installed
>>> the custom form. Problem is, Outlook 2003 won't use

> the
>>> custom form. I went into the contact folder properties
>>> and made sure the form was shown in the "When posting

> to
>>> this folder use" box. Also went into Forms Manager and
>>> copied the form into the right window. Still no luck.
>>> How can I get Outlook 2003 to recognize this form for
>>> existing contacts?. It will show for new contacts. I
>>> don't know VBA at all. Any help would be greatly
>>> appreciated.
>>>
>>> And thanks ahead of time for the help.
>>>
>>> Ken

>>
>>
>>.
>>



  Reply With Quote
Old 01-09-2004, 08:45 PM   #5
Ken
Guest
 
Posts: n/a
Default Re: Outlook 2003 won't recongize custom contactform

Sue,

Thanks for the help. Had a hard time with what was on
this page but it did make me think so I did a little
searching in the Microsoft knowledge base. Found this
small tool and it worked.

http://support.microsoft.com/default.aspx?scid=kb;EN-
US;201089

Thanks Again

Ken

>-----Original Message-----
>You need to change the MessageClass on the existing

items to point to your
>new form's class. See
>http://www.outlookcode.com/d/newdefaultform.htm#convert

for several tools
>and scripts to accomplish this.
>
>
>--
>Sue Mosher, Outlook MVP
>Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
><anonymous@discussions.microsoft.com> wrote in message
>news:3c4301c48fa8$68da2120$a301280a@phx.gbl...
>>I have the form published in my personal forms library.
>> When I make a new contact, Outlook will use the custom
>> form. As I had mentioned in my original post, I did go
>> into the Contact properties and in the "When posting to
>> this folder area" made sure it said to use my custom
>> form. I just can't get my previous contacts to open
>> using the custom form. Outlook keeps using it's

default
>> form, not my custom form. I even went into forms

manager
>> and and copied the form to the right window in this
>> manager. Not sure what that does though.
>>
>> Thanks for the help
>>
>> Ken
>>
>>>-----Original Message-----
>>>Where is the form published? What happens when you try

>> to use it?
>>>
>>>--
>>>Sue Mosher, Outlook MVP
>>>Author of
>>> Microsoft Outlook Programming - Jumpstart for
>>> Administrators, Power Users, and Developers
>>> http://www.outlookcode.com/jumpstart.aspx
>>>
>>>
>>>"Ken" <anonymous@discussions.microsoft.com> wrote in

>> message
>>>news:329c01c48f04$8baabc40$a301280a@phx.gbl...
>>>> Hi,
>>>>
>>>> I have Outlook 2003. I'm also coming off a crash and

>> had
>>>> to reformat my hard drive. Everything is working

fine,
>>>> imported all my date back from my backup and re-

>> installed
>>>> the custom form. Problem is, Outlook 2003 won't use

>> the
>>>> custom form. I went into the contact folder

properties
>>>> and made sure the form was shown in the "When posting

>> to
>>>> this folder use" box. Also went into Forms Manager

and
>>>> copied the form into the right window. Still no

luck.
>>>> How can I get Outlook 2003 to recognize this form for
>>>> existing contacts?. It will show for new contacts.

I
>>>> don't know VBA at all. Any help would be greatly
>>>> appreciated.
>>>>
>>>> And thanks ahead of time for the help.
>>>>
>>>> Ken
>>>
>>>
>>>.
>>>

>
>
>.
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

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