On May 12, 2010, at 6:09 AM, Sverre wrote:
> I have a field in DB to store URLs. But for the user this is optional.
> So the user should put in nothing or a URL. But if I use IS_URL in the
> database specification this field is demands always an URL. Is there a
> solution?
IS_EMPTY_OR(IS_URL())
I have a field in DB to store URLs. But for the user this is optional.
So the user should put in nothing or a URL. But if I use IS_URL in the
database specification this field is demands always an URL. Is there a
solution?
Thanks in advance
2 matches
Mail list logo