A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Errormessage "A field requires a Value"



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 30th 09, 02:53 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
escamoteur
external usenet poster
 
Posts: 147
Default Errormessage "A field requires a Value"

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

Ads
  #2  
Old August 30th 09, 11:42 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Errormessage "A field requires a Value"

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.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"escamoteur" wrote in message
...
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



  #3  
Old August 31st 09, 08:54 AM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
escamoteur
external usenet poster
 
Posts: 147
Default Errormessage "A field requires a Value"

I enabled for the subject field that it requires content, but I disabled it again. Any idea what I could do?

"Sue Mosher [MVP]" schrieb im Newsbeitrag ...
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.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"escamoteur" wrote in message
...
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



  #4  
Old August 31st 09, 02:18 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Errormessage "A field requires a Value"

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.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"escamoteur" wrote in message
...
I enabled for the subject field that it requires content, but I disabled it
again. Any idea what I could do?

"Sue Mosher [MVP]" schrieb im Newsbeitrag
...
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" wrote in message
...
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



  #5  
Old September 1st 09, 02:28 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
escamoteur
external usenet poster
 
Posts: 147
Default Errormessage "A field requires a Value"

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]" schrieb im Newsbeitrag ...
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.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"escamoteur" wrote in message ...
I enabled for the subject field that it requires content, but I disabled it again. Any idea what I could do?

"Sue Mosher [MVP]" schrieb im Newsbeitrag ...
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" wrote in message ...
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



  #6  
Old September 1st 09, 02:37 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Errormessage "A field requires a Value"

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.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"escamoteur" wrote in message
...
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]" schrieb im Newsbeitrag
...
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" wrote in message
...
I enabled for the subject field that it requires content, but I disabled
it again. Any idea what I could do?

"Sue Mosher [MVP]" schrieb im Newsbeitrag
...
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" wrote in message
...
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





  #7  
Old September 1st 09, 02:51 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
escamoteur
external usenet poster
 
Posts: 147
Default Errormessage "A field requires a Value"

How can I check the valiation setting of a field besides the settings dialog of a control?

"Sue Mosher [MVP]" schrieb im Newsbeitrag ...
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.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"escamoteur" wrote in message
...
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]" schrieb im Newsbeitrag
...
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" wrote in message
...
I enabled for the subject field that it requires content, but I disabled
it again. Any idea what I could do?

"Sue Mosher [MVP]" schrieb im Newsbeitrag
...
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" wrote in message
...
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





  #8  
Old September 1st 09, 04:02 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Errormessage "A field requires a Value"

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.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"escamoteur" wrote in message
...
How can I check the valiation setting of a field besides the settings
dialog of a control?

"Sue Mosher [MVP]" schrieb im Newsbeitrag
...
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" wrote in message
...
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]" schrieb im Newsbeitrag
...
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" wrote in message
...
I enabled for the subject field that it requires content, but I
disabled it again. Any idea what I could do?

"Sue Mosher [MVP]" schrieb im Newsbeitrag
...
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" wrote in message
...
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





 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Errormessage "A field requires a Value" escamoteur Outlook and VBA 7 September 1st 09 04:02 PM
"Add Field" button under "Customized Form" stop working??? Troika Outlook - Using Forms 1 March 4th 08 01:17 AM
"A field on this form requires a value" message jackie Outlook - Using Forms 3 July 10th 06 10:04 PM
Removing unwanted "Auto Complete" addresses from the "To:" field? Pilgrim Outlook - General Queries 1 May 1st 06 07:15 PM
"Outlook requires Window Installer to run" Leo Kerner Outlook - General Queries 0 March 16th 06 07:52 PM


All times are GMT +1. The time now is 09:06 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.