I'm trying to do a simple if then
i'm using a value of a text box to the if like:
if textbox.value is null then
blablabla
else
blablabla
end if
but it
the textbox is empty but i gives me the error of invalid use of null.
i've tryed with "" or 0 but nothing works, always the same error.
WHY??????????????
PS: the textbox isn't getting values from nowere but i date formated, i use this many times and it works fine, is because the field is date formated?
i'm using a value of a text box to the if like:
if textbox.value is null then
blablabla
else
blablabla
end if
but it
the textbox is empty but i gives me the error of invalid use of null.
i've tryed with "" or 0 but nothing works, always the same error.
WHY??????????????
PS: the textbox isn't getting values from nowere but i date formated, i use this many times and it works fine, is because the field is date formated?