chenna.deepa
28th March 2008, 18:02
HI All,

i want to validate the date field .if date field is blank then i need to pop up messages.
but my domain is tcdate which has already set to initial value as 0.so if i validate with
if isspace(date) then
mess("tfgld0005")

its taking date as 0 so if loop is not entered
how to solve this problem
plz anyone can help me

thanks in advance
deepa

Hitesh Shah
28th March 2008, 18:44
Instead of isspace use , condition "date= 0 " . Isspace is only for string fields and not for date fields .