![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: build, custom, fields, unable |
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 |
| Ads |
|
#2
|
|||
|
|||
|
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" wrote in message ... 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 |
|
#3
|
|||
|
|||
|
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 |
|
#4
|
|||
|
|||
|
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" wrote in message ... 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 |
|
#5
|
|||
|
|||
|
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" wrote in message ... 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 |
|
#6
|
|||
|
|||
|
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" wrote in message oups.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? |
|
#7
|
|||
|
|||
|
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" wrote in message oups.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? |
|
#8
|
|||
|
|||
|
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" wrote in message ups.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" wrote in message oups.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? |
|
#9
|
|||
|
|||
|
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" wrote in message ups.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" wrote in message oups.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? |
|
#10
|
|||
|
|||
|
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" wrote in message ups.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" wrote in message ups.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" wrote in message oups.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? |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Custom fields to sort by? | Mark | Outlook - Using Contacts | 8 | June 8th 06 04:50 AM |
| Import to custom fields | TxTom | Outlook - Using Contacts | 5 | June 5th 06 08:23 AM |
| copy custom task with custom fields | VinceGSMW | Outlook - General Queries | 3 | May 31st 06 04:11 AM |
| will outlook build contact info with inbox? | A Alexander | Outlook - Using Contacts | 3 | February 22nd 06 10:19 PM |
| Custom Task Fields | Milly Staples [MVP - Outlook] | Outlook - General Queries | 0 | January 7th 06 07:07 PM |