PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Form Programming Unable to build custom fields

Reply

Unable to build custom fields

 
Thread Tools Rate Thread
Old 19-06-2006, 10:01 PM   #1
=?Utf-8?B?RG91Z0V2YW5z?=
Guest
 
Posts: n/a
Default Unable to build custom fields


I am trying to build a combination field, on a message form, but having
troubles.

I am receiving a message stating, "A field with this name already exists in
the "User-defined fields in Inbox" field set. Enter a different name."

Nothing is listed in the "User-defined fields for Inbox". I can create a
custom field with a name I have never choses, but doesn't show up anywhere to
add it to a form. Is there any way to reset this, or get all the previous
attempts to list so I can delete them?

Thanks
  Reply With Quote
Old 19-06-2006, 10:17 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Unable to build custom fields

Give us a clue to what your unsuccessful formula looks like.

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

"DougEvans" <DougEvans@discussions.microsoft.com> wrote in message news:1F4926C3-BF71-4B95-8195-5639C129E21F@microsoft.com...
>I am trying to build a combination field, on a message form, but having
> troubles.
>
> I am receiving a message stating, "A field with this name already exists in
> the "User-defined fields in Inbox" field set. Enter a different name."
>
> Nothing is listed in the "User-defined fields for Inbox". I can create a
> custom field with a name I have never choses, but doesn't show up anywhere to
> add it to a form. Is there any way to reset this, or get all the previous
> attempts to list so I can delete them?
>
> Thanks

  Reply With Quote
Old 20-06-2006, 04:04 PM   #3
=?Utf-8?B?RG91Z0V2YW5z?=
Guest
 
Posts: n/a
Default RE: Unable to build custom fields

I'm not having trouble with the formula iteself. My problem is I am having
problems building a custom field, to apply a formula. thanks

"DougEvans" wrote:

> I am trying to build a combination field, on a message form, but having
> troubles.
>
> I am receiving a message stating, "A field with this name already exists in
> the "User-defined fields in Inbox" field set. Enter a different name."
>
> Nothing is listed in the "User-defined fields for Inbox". I can create a
> custom field with a name I have never choses, but doesn't show up anywhere to
> add it to a form. Is there any way to reset this, or get all the previous
> attempts to list so I can delete them?
>
> Thanks

  Reply With Quote
Old 20-06-2006, 04:21 PM   #4
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Unable to build custom fields

Thanks for the clarification, but we still can't help you without details, starting with the name you're trying to use for the new field and what kind of form (Message, Contact, etc.) you're trying to create.

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

"DougEvans" <DougEvans@discussions.microsoft.com> wrote in message news:238EFA04-388B-4C85-A3A6-EAB57A2BDB94@microsoft.com...
> I'm not having trouble with the formula iteself. My problem is I am having
> problems building a custom field, to apply a formula. thanks
>
> "DougEvans" wrote:
>
>> I am trying to build a combination field, on a message form, but having
>> troubles.
>>
>> I am receiving a message stating, "A field with this name already exists in
>> the "User-defined fields in Inbox" field set. Enter a different name."
>>
>> Nothing is listed in the "User-defined fields for Inbox". I can create a
>> custom field with a name I have never choses, but doesn't show up anywhere to
>> add it to a form. Is there any way to reset this, or get all the previous
>> attempts to list so I can delete them?
>>
>> Thanks

  Reply With Quote
Old 20-06-2006, 06:40 PM   #5
condorandme
Guest
 
Posts: n/a
Default Re: Unable to build custom fields

I'm trying to build a Message form using one of the Standard Templates.
Walking through my steps might clarify things.

1. I go to Tools > Forms > Design Form
2. Select "Message" from the 'Standard Forms Library' - this opens the
message form in design mode as expected.
3. In this example I just want to add a combination field to the form,
from to control tool box I select "TextBox". I then draw the text box
on the form
4. Next I go to properties to select the type of field. I
'right-click' on the text box and select Properties. By default there
is no field selected, and I want this to be a custom field so I choose
New.
5. The New field box comes up and I type in the following in
appropriate fields
Name: txtCalls
Type: combination
Formula: "Support Calls for [Sent]"
Click "OK"

At this point Outlook 2003 crashes then reopens

I have tried applying this to other form types without any problem.
If I go straight to the field chooser to create a custom field it
allows me to fill in the 'New field box", but nothing displays in the
"user defined fields for Inbox", but the delete key is now activated.
If I try this with a name I have already tried I tells me that name
already exists in the "user-defined fields for Inbox". I have to think
somthing on the message template has become corupt. Thanks again for
any assisitance or direction.


Sue Mosher [MVP-Outlook] wrote:
> Thanks for the clarification, but we still can't help you without details, starting with the name you're trying to use for the new field and what kind of form (Message, Contact, etc.) you're trying to create.
>
> --
> Sue Mosher, Outlook MVP
> Author of Configuring Microsoft Outlook 2003
> http://www.turtleflock.com/olconfig/index.htm
> and Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
> "DougEvans" <DougEvans@discussions.microsoft.com> wrote in message news:238EFA04-388B-4C85-A3A6-EAB57A2BDB94@microsoft.com...
> > I'm not having trouble with the formula iteself. My problem is I am having
> > problems building a custom field, to apply a formula. thanks
> >
> > "DougEvans" wrote:
> >
> >> I am trying to build a combination field, on a message form, but having
> >> troubles.
> >>
> >> I am receiving a message stating, "A field with this name already exists in
> >> the "User-defined fields in Inbox" field set. Enter a different name."
> >>
> >> Nothing is listed in the "User-defined fields for Inbox". I can create a
> >> custom field with a name I have never choses, but doesn't show up anywhere to
> >> add it to a form. Is there any way to reset this, or get all the previous
> >> attempts to list so I can delete them?
> >>
> >> Thanks


  Reply With Quote
Old 20-06-2006, 06:46 PM   #6
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Unable to build custom fields

> Formula: "Support Calls for [Sent]"

This is not a suitable formula for a combination field. The only thing allowed in a combination field are the names of fields. If what you want is text, then you must use a regular formula field and concantenate the static text with the name of any field you want to include, e.g.:

"Support Calls for " & [Sent]

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

"condorandme" <condorandme@gmail.com> wrote in message news:1150825242.472692.151940@c74g2000cwc.googlegroups.com...
> I'm trying to build a Message form using one of the Standard Templates.
> Walking through my steps might clarify things.
>
> 1. I go to Tools > Forms > Design Form
> 2. Select "Message" from the 'Standard Forms Library' - this opens the
> message form in design mode as expected.
> 3. In this example I just want to add a combination field to the form,
> from to control tool box I select "TextBox". I then draw the text box
> on the form
> 4. Next I go to properties to select the type of field. I
> 'right-click' on the text box and select Properties. By default there
> is no field selected, and I want this to be a custom field so I choose
> New.
> 5. The New field box comes up and I type in the following in
> appropriate fields
> Name: txtCalls
> Type: combination
> Formula: "Support Calls for [Sent]"
> Click "OK"
>
> At this point Outlook 2003 crashes then reopens
>
> I have tried applying this to other form types without any problem.
> If I go straight to the field chooser to create a custom field it
> allows me to fill in the 'New field box", but nothing displays in the
> "user defined fields for Inbox", but the delete key is now activated.
> If I try this with a name I have already tried I tells me that name
> already exists in the "user-defined fields for Inbox". I have to think
> somthing on the message template has become corupt. Thanks again for
> any assisitance or direction.
>
>> >
>> >> I am trying to build a combination field, on a message form, but having
>> >> troubles.
>> >>
>> >> I am receiving a message stating, "A field with this name already exists in
>> >> the "User-defined fields in Inbox" field set. Enter a different name."
>> >>
>> >> Nothing is listed in the "User-defined fields for Inbox". I can create a
>> >> custom field with a name I have never choses, but doesn't show up anywhere to
>> >> add it to a form. Is there any way to reset this, or get all the previous
>> >> attempts to list so I can delete them?


  Reply With Quote
Old 20-06-2006, 07:02 PM   #7
condorandme
Guest
 
Posts: n/a
Default Re: Unable to build custom fields

Thanks for the info, which will solve the formula piece. Unfortunatly
Outlook is not allowing me to create "any" type of custom fields on a
message form. Outlook crashes as I stated in the previous post.
Thanks again for your time and assistance.


Sue Mosher [MVP-Outlook] wrote:
> > Formula: "Support Calls for [Sent]"

>
> This is not a suitable formula for a combination field. The only thing allowed in a combination field are the names of fields. If what you want is text, then you must use a regular formula field and concantenate the static text with the name of any field you want to include, e.g.:
>
> "Support Calls for " & [Sent]
>
> --
> Sue Mosher, Outlook MVP
> Author of Configuring Microsoft Outlook 2003
> http://www.turtleflock.com/olconfig/index.htm
> and Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
> "condorandme" <condorandme@gmail.com> wrote in message news:1150825242.472692.151940@c74g2000cwc.googlegroups.com...
> > I'm trying to build a Message form using one of the Standard Templates.
> > Walking through my steps might clarify things.
> >
> > 1. I go to Tools > Forms > Design Form
> > 2. Select "Message" from the 'Standard Forms Library' - this opens the
> > message form in design mode as expected.
> > 3. In this example I just want to add a combination field to the form,
> > from to control tool box I select "TextBox". I then draw the text box
> > on the form
> > 4. Next I go to properties to select the type of field. I
> > 'right-click' on the text box and select Properties. By default there
> > is no field selected, and I want this to be a custom field so I choose
> > New.
> > 5. The New field box comes up and I type in the following in
> > appropriate fields
> > Name: txtCalls
> > Type: combination
> > Formula: "Support Calls for [Sent]"
> > Click "OK"
> >
> > At this point Outlook 2003 crashes then reopens
> >
> > I have tried applying this to other form types without any problem.
> > If I go straight to the field chooser to create a custom field it
> > allows me to fill in the 'New field box", but nothing displays in the
> > "user defined fields for Inbox", but the delete key is now activated.
> > If I try this with a name I have already tried I tells me that name
> > already exists in the "user-defined fields for Inbox". I have to think
> > somthing on the message template has become corupt. Thanks again for
> > any assisitance or direction.
> >
> >> >
> >> >> I am trying to build a combination field, on a message form, but having
> >> >> troubles.
> >> >>
> >> >> I am receiving a message stating, "A field with this name already exists in
> >> >> the "User-defined fields in Inbox" field set. Enter a different name."
> >> >>
> >> >> Nothing is listed in the "User-defined fields for Inbox". I can create a
> >> >> custom field with a name I have never choses, but doesn't show up anywhere to
> >> >> add it to a form. Is there any way to reset this, or get all the previous
> >> >> attempts to list so I can delete them?


  Reply With Quote
Old 20-06-2006, 07:19 PM   #8
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Unable to build custom fields

What happens if you use a different field name in the New dialog, as in Step 5 below?

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

"condorandme" <condorandme@gmail.com> wrote in message news:1150826540.903635.37090@p79g2000cwp.googlegroups.com...
> Thanks for the info, which will solve the formula piece. Unfortunatly
> Outlook is not allowing me to create "any" type of custom fields on a
> message form. Outlook crashes as I stated in the previous post.
> Thanks again for your time and assistance.
>
>>
>> "condorandme" <condorandme@gmail.com> wrote in message news:1150825242.472692.151940@c74g2000cwc.googlegroups.com...
>> > I'm trying to build a Message form using one of the Standard Templates.
>> > Walking through my steps might clarify things.
>> >
>> > 1. I go to Tools > Forms > Design Form
>> > 2. Select "Message" from the 'Standard Forms Library' - this opens the
>> > message form in design mode as expected.
>> > 3. In this example I just want to add a combination field to the form,
>> > from to control tool box I select "TextBox". I then draw the text box
>> > on the form
>> > 4. Next I go to properties to select the type of field. I
>> > 'right-click' on the text box and select Properties. By default there
>> > is no field selected, and I want this to be a custom field so I choose
>> > New.
>> > 5. The New field box comes up and I type in the following in
>> > appropriate fields
>> > Name: txtCalls
>> > Type: combination
>> > Formula: "Support Calls for [Sent]"
>> > Click "OK"
>> >
>> > At this point Outlook 2003 crashes then reopens
>> >
>> > I have tried applying this to other form types without any problem.
>> > If I go straight to the field chooser to create a custom field it
>> > allows me to fill in the 'New field box", but nothing displays in the
>> > "user defined fields for Inbox", but the delete key is now activated.
>> > If I try this with a name I have already tried I tells me that name
>> > already exists in the "user-defined fields for Inbox". I have to think
>> > somthing on the message template has become corupt. Thanks again for
>> > any assisitance or direction.
>> >
>> >> >
>> >> >> I am trying to build a combination field, on a message form, but having
>> >> >> troubles.
>> >> >>
>> >> >> I am receiving a message stating, "A field with this name already exists in
>> >> >> the "User-defined fields in Inbox" field set. Enter a different name."
>> >> >>
>> >> >> Nothing is listed in the "User-defined fields for Inbox". I can create a
>> >> >> custom field with a name I have never choses, but doesn't show up anywhere to
>> >> >> add it to a form. Is there any way to reset this, or get all the previous
>> >> >> attempts to list so I can delete them?

>

  Reply With Quote
Old 20-06-2006, 08:23 PM   #9
condorandme
Guest
 
Posts: n/a
Default Re: Unable to build custom fields

Any name will crash the application if I create inside the form.
If I try to create a new field via the Field Chooser (outside a form)
does it act like its creating the custom field. but the new field is
not available anywhere. If I'm in the Field Chooser and I type in a
name I have previously tried it acts like that name already exists.
This leads to believe Outlook is creating the field, but not displaying
them as selectable fields in the Field Chooser.

Sue Mosher [MVP-Outlook] wrote:
> What happens if you use a different field name in the New dialog, as in Step 5 below?
>
> --
> Sue Mosher, Outlook MVP
> Author of Configuring Microsoft Outlook 2003
> http://www.turtleflock.com/olconfig/index.htm
> and Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
> "condorandme" <condorandme@gmail.com> wrote in message news:1150826540.903635.37090@p79g2000cwp.googlegroups.com...
> > Thanks for the info, which will solve the formula piece. Unfortunatly
> > Outlook is not allowing me to create "any" type of custom fields on a
> > message form. Outlook crashes as I stated in the previous post.
> > Thanks again for your time and assistance.
> >
> >>
> >> "condorandme" <condorandme@gmail.com> wrote in message news:1150825242.472692.151940@c74g2000cwc.googlegroups.com...
> >> > I'm trying to build a Message form using one of the Standard Templates.
> >> > Walking through my steps might clarify things.
> >> >
> >> > 1. I go to Tools > Forms > Design Form
> >> > 2. Select "Message" from the 'Standard Forms Library' - this opens the
> >> > message form in design mode as expected.
> >> > 3. In this example I just want to add a combination field to the form,
> >> > from to control tool box I select "TextBox". I then draw the text box
> >> > on the form
> >> > 4. Next I go to properties to select the type of field. I
> >> > 'right-click' on the text box and select Properties. By default there
> >> > is no field selected, and I want this to be a custom field so I choose
> >> > New.
> >> > 5. The New field box comes up and I type in the following in
> >> > appropriate fields
> >> > Name: txtCalls
> >> > Type: combination
> >> > Formula: "Support Calls for [Sent]"
> >> > Click "OK"
> >> >
> >> > At this point Outlook 2003 crashes then reopens
> >> >
> >> > I have tried applying this to other form types without any problem.
> >> > If I go straight to the field chooser to create a custom field it
> >> > allows me to fill in the 'New field box", but nothing displays in the
> >> > "user defined fields for Inbox", but the delete key is now activated.
> >> > If I try this with a name I have already tried I tells me that name
> >> > already exists in the "user-defined fields for Inbox". I have to think
> >> > somthing on the message template has become corupt. Thanks again for
> >> > any assisitance or direction.
> >> >
> >> >> >
> >> >> >> I am trying to build a combination field, on a message form, but having
> >> >> >> troubles.
> >> >> >>
> >> >> >> I am receiving a message stating, "A field with this name already exists in
> >> >> >> the "User-defined fields in Inbox" field set. Enter a different name."
> >> >> >>
> >> >> >> Nothing is listed in the "User-defined fields for Inbox". I can create a
> >> >> >> custom field with a name I have never choses, but doesn't show up anywhere to
> >> >> >> add it to a form. Is there any way to reset this, or get all the previous
> >> >> >> attempts to list so I can delete them?

> >


  Reply With Quote
Old 20-06-2006, 08:48 PM   #10
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Unable to build custom fields

This sounds like there are serious problems with the application. Your first repair step should be to run Help | Detect and Repair.

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

"condorandme" <condorandme@gmail.com> wrote in message news:1150831404.718677.59930@b68g2000cwa.googlegroups.com...
> Any name will crash the application if I create inside the form.
> If I try to create a new field via the Field Chooser (outside a form)
> does it act like its creating the custom field. but the new field is
> not available anywhere. If I'm in the Field Chooser and I type in a
> name I have previously tried it acts like that name already exists.
> This leads to believe Outlook is creating the field, but not displaying
> them as selectable fields in the Field Chooser.
>
> Sue Mosher [MVP-Outlook] wrote:
>> What happens if you use a different field name in the New dialog, as in Step 5 below?
>>
>> --
>> Sue Mosher, Outlook MVP
>> Author of Configuring Microsoft Outlook 2003
>> http://www.turtleflock.com/olconfig/index.htm
>> and Microsoft Outlook Programming - Jumpstart for
>> Administrators, Power Users, and Developers
>> http://www.outlookcode.com/jumpstart.aspx
>>
>> "condorandme" <condorandme@gmail.com> wrote in message news:1150826540.903635.37090@p79g2000cwp.googlegroups.com...
>> > Thanks for the info, which will solve the formula piece. Unfortunatly
>> > Outlook is not allowing me to create "any" type of custom fields on a
>> > message form. Outlook crashes as I stated in the previous post.
>> > Thanks again for your time and assistance.
>> >
>> >>
>> >> "condorandme" <condorandme@gmail.com> wrote in message news:1150825242.472692.151940@c74g2000cwc.googlegroups.com...
>> >> > I'm trying to build a Message form using one of the Standard Templates.
>> >> > Walking through my steps might clarify things.
>> >> >
>> >> > 1. I go to Tools > Forms > Design Form
>> >> > 2. Select "Message" from the 'Standard Forms Library' - this opens the
>> >> > message form in design mode as expected.
>> >> > 3. In this example I just want to add a combination field to the form,
>> >> > from to control tool box I select "TextBox". I then draw the text box
>> >> > on the form
>> >> > 4. Next I go to properties to select the type of field. I
>> >> > 'right-click' on the text box and select Properties. By default there
>> >> > is no field selected, and I want this to be a custom field so I choose
>> >> > New.
>> >> > 5. The New field box comes up and I type in the following in
>> >> > appropriate fields
>> >> > Name: txtCalls
>> >> > Type: combination
>> >> > Formula: "Support Calls for [Sent]"
>> >> > Click "OK"
>> >> >
>> >> > At this point Outlook 2003 crashes then reopens
>> >> >
>> >> > I have tried applying this to other form types without any problem.
>> >> > If I go straight to the field chooser to create a custom field it
>> >> > allows me to fill in the 'New field box", but nothing displays in the
>> >> > "user defined fields for Inbox", but the delete key is now activated.
>> >> > If I try this with a name I have already tried I tells me that name
>> >> > already exists in the "user-defined fields for Inbox". I have to think
>> >> > somthing on the message template has become corupt. Thanks again for
>> >> > any assisitance or direction.
>> >> >
>> >> >> >
>> >> >> >> I am trying to build a combination field, on a message form, but having
>> >> >> >> troubles.
>> >> >> >>
>> >> >> >> I am receiving a message stating, "A field with this name already exists in
>> >> >> >> the "User-defined fields in Inbox" field set. Enter a different name."
>> >> >> >>
>> >> >> >> Nothing is listed in the "User-defined fields for Inbox". I can create a
>> >> >> >> custom field with a name I have never choses, but doesn't show up anywhere to
>> >> >> >> add it to a form. Is there any way to reset this, or get all the previous
>> >> >> >> attempts to list so I can delete them?
>> >

>

  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