Customization - Syntax for Null Date value

Thanks for your help! Your code was correct except the "+" sign needed to be
replaced with "is"Â





________________________________
From: rossh777 <ross.hughes3@...>
To: vantage@yahoogroups.com
Sent: Wed, December 22, 2010 3:07:16 PM
Subject: [Vantage] Re: Customization - Syntax for Null Date value

Â
edv.dataView(edv.Row)("Date02") = DBNull.Value

Ross

--- In vantage@yahoogroups.com, melissa hietala <kevmel822@...> wrote:
>
> Im creating a customization where I need to check if the value of a date field

> is empty.  Whats the syntax for this? I am using the following code but its
>not
>
> working.
>
> Â If edv.dataView(edv.Row)("Date02") = "" Then
>
> Thanks,
>
> Dustin Biniek
>
>
>
>
>
> [Non-text portions of this message have been removed]
>







[Non-text portions of this message have been removed]
Im creating a customization where I need to check if the value of a date field
is empty.  Whats the syntax for this? I am using the following code but its not
working.

 If edv.dataView(edv.Row)("Date02") = "" Then

Thanks,

Dustin Biniek





[Non-text portions of this message have been removed]
I would like to know how to the date to null or clear out the date.
Thanks

--- In vantage@yahoogroups.com, melissa hietala <kevmel822@...> wrote:
>
> Im creating a customization where I need to check if the value of a date field
> is empty.  Whats the syntax for this? I am using the following code but its not
> working.
>
> Â If edv.dataView(edv.Row)("Date02") = "" Then
>
> Thanks,
>
> Dustin Biniek
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
edv.dataView(edv.Row)("Date02") = DBNull.Value

Ross

--- In vantage@yahoogroups.com, melissa hietala <kevmel822@...> wrote:
>
> Im creating a customization where I need to check if the value of a date field
> is empty.  Whats the syntax for this? I am using the following code but its not
> working.
>
> Â If edv.dataView(edv.Row)("Date02") = "" Then
>
> Thanks,
>
> Dustin Biniek
>
>
>
>
>
> [Non-text portions of this message have been removed]
>