Re: Errormessage "A field requires a Value"

  • Thread starter Sue Mosher [MVP]
  • Start date
Status
Not open for further replies.
S

Sue Mosher [MVP]

Here's the other method: Use the third-party Outlook Redemption library from

http://www.dimastr.com/redemption. It exposes this information as the

RDOUserProperty.Required property (Boolean).

Sue Mosher

"Sue Mosher [MVP]" <suemvp@turtleflock.com> wrote in message news:...
> I don't know of any other method. When simple validation is used, it
> doesn't leave any indicator in the UserProperty.ValidationFormula property.
> However, the UserProperties collection will contain any standard properties
> that have had validation set on them, so iterating that collection and
> getting a list of the properties might provide a clue.

> "escamoteur" <mail@burkharts.net> wrote in message
> news:CF2BFC70-AE1E-400A-8B89-5AAE7A3E6604@microsoft.com...
> > How can I check the valiation setting of a field besides the settings
> > dialog of a control?
>

>> "Sue Mosher [MVP]" <suemvp@turtleflock.com> schrieb im Newsbeitrag
> > news:OHr3ZlwKKHA.1252@TK2MSFTNGP04.phx.gbl...
> >> Deleting the control won't change the validation setting, which is
> >> stored as part of the property. If you've checked and double-checked the
> >> Subject property, maybe the problem is somewhere else, on a different
> >> property, perhaps even one whose control you removed earlier. That would
> >> certainly fit the symptoms.

>
> >
>>> "escamoteur" <mail@burkharts.net> wrote in message
> >> news:C75C48E8-1BC8-4CF1-943B-FDE9E5F98BC1@microsoft.com...
> >>>I did this several times. I even deleted the control an added it again
> >>>from Fieldchooser. Also it does not place the curso in any specific
> >>>control after the message.
> >>
>>>
>>>> "Sue Mosher [MVP]" <suemvp@turtleflock.com> schrieb im Newsbeitrag
> >>> news:uHbyY2jKKHA.1252@TK2MSFTNGP04.phx.gbl...
> >>>> I'd check and make sure that validation setting is really and truly
> >>>> disabled. You wouldn't be getting the warning if it weren't still
> >>>> active.
> >>>
>>>>> "escamoteur" <mail@burkharts.net> wrote in message
> >>>> news:62E8EF9A-A467-4A6D-8A57-F3EFA7844B88@microsoft.com...
> >>>>>I enabled for the subject field that it requires content, but I
> >>>>>disabled it again. Any idea what I could do?
> >>>>
>>>>>> "Sue Mosher [MVP]" <suemvp@turtleflock.com> schrieb im Newsbeitrag
> >>>>> news:%23V1vXMcKKHA.4820@TK2MSFTNGP02.phx.gbl...
> >>>>>> The symptoms suggest that one or more fields have simple validation
> >>>>>> (i.e. require a validation) set on them, not necessarily the Subject
> >>>>>> field. Did you perhaps add a field, set validation, then later
> >>>>>> remove that field?
> >>>>>
>>>>>>> It's best never to use simple validation, but instead to use a
> >>>>>> validation formula and an explicit validation message to the user
> >>>>>> that gives the name of the field under validation.
> >>>>>
>>>>>>> "escamoteur" <mail@burkharts.net> wrote in message
> >>>>>> news:17BF1B7E-4093-44EA-9B1D-990127160D40@microsoft.com...
> >>>>>>> Hi,
> >>>>>>
>>>>>>>> I have a custom form region in Outlook 2007 defined. It worked fine
> >>>>>>> as long as I only used Custom Fields bound to my controls. Now I
> >>>>>>> decided to use the "Subject" Field on the form. Since then. When I
> >>>>>>> create a new item and choose "Save and Close" I get an error
> >>>>>>> message that "one field on the form requires a value" although I
> >>>>>>> have entered a value into the Subject Control. I really have no
> >>>>>>> idea what the problem is.
> >>>>>>
>>>>>>>> All the best
> >>>>>>> Tom
> >>>>>
>>>>
>>>
>>>

>
 
Thanks sue, I was already considering buying redemption.

Finally I found the user property that made the problem. It was no longer bound to a control and I did not use it anymore. After

deleting in the field chooser everything is fine.

Best

Tom

"Sue Mosher [MVP]" <suemvp@turtleflock.com> schrieb im Newsbeitrag news:unO8GjxKKHA.1488@TK2MSFTNGP03.phx.gbl...
> Here's the other method: Use the third-party Outlook Redemption library from http://www.dimastr.com/redemption. It exposes this
> information as the RDOUserProperty.Required property (Boolean).

> > Sue Mosher
> > >

> "Sue Mosher [MVP]" <suemvp@turtleflock.com> wrote in message news:...
> >I don't know of any other method. When simple validation is used, it doesn't leave any indicator in the
> >UserProperty.ValidationFormula property. However, the UserProperties collection will contain any standard properties that have had
> >validation set on them, so iterating that collection and getting a list of the properties might provide a clue.
>

>> "escamoteur" <mail@burkharts.net> wrote in message news:CF2BFC70-AE1E-400A-8B89-5AAE7A3E6604@microsoft.com...
> >> How can I check the valiation setting of a field besides the settings dialog of a control?
> >
>>> "Sue Mosher [MVP]" <suemvp@turtleflock.com> schrieb im Newsbeitrag news:OHr3ZlwKKHA.1252@TK2MSFTNGP04.phx.gbl...
> >>> Deleting the control won't change the validation setting, which is stored as part of the property. If you've checked and
> >>> double-checked the Subject property, maybe the problem is somewhere else, on a different property, perhaps even one whose
> >>> control you removed earlier. That would certainly fit the symptoms.

> >
> >>
>>>> "escamoteur" <mail@burkharts.net> wrote in message news:C75C48E8-1BC8-4CF1-943B-FDE9E5F98BC1@microsoft.com...
> >>>>I did this several times. I even deleted the control an added it again from Fieldchooser. Also it does not place the curso in
> >>>>any specific control after the message.
> >>>
>>>>
>>>>> "Sue Mosher [MVP]" <suemvp@turtleflock.com> schrieb im Newsbeitrag news:uHbyY2jKKHA.1252@TK2MSFTNGP04.phx.gbl...
> >>>>> I'd check and make sure that validation setting is really and truly disabled. You wouldn't be getting the warning if it
> >>>>> weren't still active.
> >>>>
>>>>>> "escamoteur" <mail@burkharts.net> wrote in message news:62E8EF9A-A467-4A6D-8A57-F3EFA7844B88@microsoft.com...
> >>>>>>I enabled for the subject field that it requires content, but I disabled it again. Any idea what I could do?
> >>>>>
>>>>>>> "Sue Mosher [MVP]" <suemvp@turtleflock.com> schrieb im Newsbeitrag news:%23V1vXMcKKHA.4820@TK2MSFTNGP02.phx.gbl...
> >>>>>>> The symptoms suggest that one or more fields have simple validation (i.e. require a validation) set on them, not
> >>>>>>> necessarily the Subject field. Did you perhaps add a field, set validation, then later remove that field?
> >>>>>>
>>>>>>>> It's best never to use simple validation, but instead to use a validation formula and an explicit validation message to the
> >>>>>>> user that gives the name of the field under validation.
> >>>>>>
>>>>>>>> "escamoteur" <mail@burkharts.net> wrote in message news:17BF1B7E-4093-44EA-9B1D-990127160D40@microsoft.com...
> >>>>>>>> Hi,
> >>>>>>>
>>>>>>>>> I have a custom form region in Outlook 2007 defined. It worked fine as long as I only used Custom Fields bound to my
> >>>>>>>> controls. Now I decided to use the "Subject" Field on the form. Since then. When I create a new item and choose "Save and
> >>>>>>>> Close" I get an error message that "one field on the form requires a value" although I have entered a value into the
> >>>>>>>> Subject Control. I really have no idea what the problem is.
> >>>>>>>
>>>>>>>>> All the best
> >>>>>>>> Tom
> >>>>>>
>>>>>
>>>>
>>>>

> >


>
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
S Re: Errormessage "A field requires a Value" Outlook VBA and Custom Forms 1
E Errormessage "A field requires a Value" Outlook VBA and Custom Forms 7
E Errormessage "A field requires a Value" Outlook VBA and Custom Forms 7
A Outlook 365 Delete entries in title field, address book Using Outlook 0
P Can't add custom field to custom Outlook form, it always adds to the Folder instead Outlook VBA and Custom Forms 2
H Copying email address(es) in body of email and pasting in To field Outlook VBA and Custom Forms 1
D Outlook VBA forward the selected email to the original sender’s email ID (including the email used in TO, CC Field) from the email chain Outlook VBA and Custom Forms 2
D Outlook 365 Custom forms field limit? Outlook VBA and Custom Forms 4
Witzker Set Cursor & Focus from any field to the body of a user Contact form in OL 2019 Outlook VBA and Custom Forms 1
S Combination Field (Date Format) Outlook VBA and Custom Forms 0
Witzker Add a text line at the end of the note field in all selected Contacts Outlook VBA and Custom Forms 7
M copy field value to custom field Outlook VBA and Custom Forms 0
J images on note field display fraction of size Using Outlook 5
C Automatically Insert Recipient Name from To Field Outlook VBA and Custom Forms 4
J How to create a drop down user defined field that will appear on an inbox view Outlook VBA and Custom Forms 8
C Move or copy from field to field Outlook VBA and Custom Forms 0
O Filter-Query Builder-Description - what field name to use? Using Outlook 4
J VBA Cannot programmatically input or change Value for User Defined field Using Outlook 1
justicefriends How to set a flag to follow up using VBA - for addressee in TO field Outlook VBA and Custom Forms 11
N Contact Form Notes Field Touch vs Mouse Using Outlook 0
S CONTACT FIELD PRINT ORDER Outlook VBA and Custom Forms 1
V Checking for empty field Outlook VBA and Custom Forms 2
V Update new custom field Outlook VBA and Custom Forms 5
HappyDaddy007 "Size" on field chooser/column displaying incorrect value Using Outlook 3
A Is there an ID field you can use to pair a reply to the sent email? Outlook VBA and Custom Forms 4
H Information from user defined field into Excel Outlook VBA and Custom Forms 7
I Outlook 2003 shows html code when To: field is empty Using Outlook 7
Terry Sullivan Sender's Name Doesn't Appear in the From Field on Outlook 365/IMAP Using Outlook 2
D Outlook Contacts Notes Field Photos to Smartphone Using Outlook 0
S Custom Field Cannot Be Displayed In Views Outlook VBA and Custom Forms 2
Terry Sullivan Sender Field Displays My E-Mail Address, Not My Name Using Outlook 1
S Create a clickable custom column field Outlook VBA and Custom Forms 0
B User defined field for messages with 'me' in the [To], [Cc] line Using Outlook 0
V Limiting text length in free text field Outlook VBA and Custom Forms 2
C Outlook 2016 Conditional Format for User Defined Field Using Outlook 1
C Copy Outlook contact field value to another field Outlook VBA and Custom Forms 1
A new labeled phone field Using Outlook 4
V Making a Date field mandatory in outlook form Outlook VBA and Custom Forms 2
B Outlook Business Contact Manager with SQL to Excel, User Defined Fields in BCM don't sync in SQL. Can I use VBA code to copy 1 field to another? BCM (Business Contact Manager) 0
BretAB Is it possible to add a lookup field to a Message form? Outlook VBA and Custom Forms 4
N Exporting IM Address field Using Outlook 2
M Using field names to capture a data element Using Outlook 0
J How to restore field no longer visible in field chooser? Using Outlook 1
S Custom Form, copy user field data to message body Outlook VBA and Custom Forms 12
R What's supposed to appear when just clicking into the search field? Using Outlook 7
A Missing context menu on Location field Using Outlook 2
G Entered data in custom field goes in card and does not stay in list view Outlook VBA and Custom Forms 1
C Changed By field not displaying individual user's name in O365 Shared Mailbox Using Outlook 9
M Making Subject field writable (disable Read Only) Outlook VBA and Custom Forms 2
C Import Outlook 2016 contacts into to: field Using Outlook 1

Similar threads

Back
Top