PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Form Programming Date field always displays "None"

Reply

Date field always displays "None"

 
Thread Tools Rate Thread
Old 19-12-2005, 05:16 PM   #1
=?Utf-8?B?amJ0ZW1wZQ==?=
Guest
 
Posts: n/a
Default Date field always displays "None"


I created a date needed field and made the type Date/Time. The field always
displays "none". I have tried going to the advanced properties and deleted
"None" as the Value and Text. But it always comes back.
  Reply With Quote
Old 19-12-2005, 07:09 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Date field always displays "None"

This is normal behavior. "None" means no date/time has been selected for that property. Outlook actually stores the date #1/1/4501#.

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


"jbtempe" <jbtempe@discussions.microsoft.com> wrote in message news:90A7A6CB-617E-4FE5-9B34-4E781A3830F1@microsoft.com...
>I created a date needed field and made the type Date/Time. The field always
> displays "none". I have tried going to the advanced properties and deleted
> "None" as the Value and Text. But it always comes back.

  Reply With Quote
Old 19-12-2005, 07:41 PM   #3
=?Utf-8?B?amJ0ZW1wZQ==?=
Guest
 
Posts: n/a
Default Re: Date field always displays "None"

Thanks Sue, that's what I was starting to think after tinkering around a bit
more.

"Sue Mosher [MVP-Outlook]" wrote:

> This is normal behavior. "None" means no date/time has been selected for that property. Outlook actually stores the date #1/1/4501#.
>
> --
> 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
>
>
> "jbtempe" <jbtempe@discussions.microsoft.com> wrote in message news:90A7A6CB-617E-4FE5-9B34-4E781A3830F1@microsoft.com...
> >I created a date needed field and made the type Date/Time. The field always
> > displays "none". I have tried going to the advanced properties and deleted
> > "None" as the Value and Text. But it always comes back.

>

  Reply With Quote
Old 19-03-2007, 03:41 PM   #4
=?Utf-8?B?QWdnaWUgRw==?=
Guest
 
Posts: n/a
Default Re: Date field always displays "None"

My date fields are also displaying 'none', but i want to require that a date
be entered into the field. What validation formula can i enter to make this
happen? Currently I have the [Revision Date] <>"", but this is not working.

"Sue Mosher [MVP-Outlook]" wrote:

> This is normal behavior. "None" means no date/time has been selected for that property. Outlook actually stores the date #1/1/4501#.
>
> --
> 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
>
>
> "jbtempe" <jbtempe@discussions.microsoft.com> wrote in message news:90A7A6CB-617E-4FE5-9B34-4E781A3830F1@microsoft.com...
> >I created a date needed field and made the type Date/Time. The field always
> > displays "none". I have tried going to the advanced properties and deleted
> > "None" as the Value and Text. But it always comes back.

>

  Reply With Quote
Old 19-03-2007, 04:56 PM   #5
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Date field always displays "None"

I use a validation formula like this for date fields:

[Due Date] <#1/1/4501#

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

"Aggie G" <AggieG@discussions.microsoft.com> wrote in message news:B0A10A3F-1F00-4233-AE56-795F820FDBC9@microsoft.com...
> My date fields are also displaying 'none', but i want to require that a date
> be entered into the field. What validation formula can i enter to make this
> happen? Currently I have the [Revision Date] <>"", but this is not working.
>
> "Sue Mosher [MVP-Outlook]" wrote:
>
>> This is normal behavior. "None" means no date/time has been selected for that property. Outlook actually stores the date #1/1/4501#.
>>
>> "jbtempe" <jbtempe@discussions.microsoft.com> wrote in message news:90A7A6CB-617E-4FE5-9B34-4E781A3830F1@microsoft.com...
>> >I created a date needed field and made the type Date/Time. The field always
>> > displays "none". I have tried going to the advanced properties and deleted
>> > "None" as the Value and Text. But it always comes back.

>>

  Reply With Quote
Old 05-07-2007, 10:02 PM   #6
=?Utf-8?B?RXhwZXJpbWVudCA2MjY=?=
Guest
 
Posts: n/a
Default Re: Date field always displays "None"



"Sue Mosher [MVP-Outlook]" wrote:

> This is normal behavior. "None" means no date/time has been selected for that property. Outlook actually stores the date #1/1/4501#.
>
> --
> 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
>
>
> "jbtempe" <jbtempe@discussions.microsoft.com> wrote in message news:90A7A6CB-617E-4FE5-9B34-4E781A3830F1@microsoft.com...
> >I created a date needed field and made the type Date/Time. The field always
> > displays "none". I have tried going to the advanced properties and deleted
> > "None" as the Value and Text. But it always comes back.

>

  Reply With Quote
Old 05-07-2007, 10:06 PM   #7
=?Utf-8?B?RXhwZXJpbWVudCA2MjY=?=
Guest
 
Posts: n/a
Default Re: Date field always displays "None"

My client doesn't want the field to display 'none' the first time the form is
entered. They insist that the field is blank on a new form. Can you help me
out?

BTW, I have both your books and am currently using Outlook 2003.


"Sue Mosher [MVP-Outlook]" wrote:

> This is normal behavior. "None" means no date/time has been selected for that property. Outlook actually stores the date #1/1/4501#.
>
> --
> 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
>
>
> "jbtempe" <jbtempe@discussions.microsoft.com> wrote in message news:90A7A6CB-617E-4FE5-9B34-4E781A3830F1@microsoft.com...
> >I created a date needed field and made the type Date/Time. The field always
> > displays "none". I have tried going to the advanced properties and deleted
> > "None" as the Value and Text. But it always comes back.

>

  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