PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Re: [5.5] Test for blank with input mask
Re: [5.5] Test for blank with input mask
Started by alster, Jun., 22 2003 3:25 PM - No answer
Posted on June, 22 2003 - 3:25 PM
G'day Clive
That was my initial thought too, but when I checked why my exit validation was failing I found out that when you test for blank and you have a mask on a text field, it doesn't work because the value in the field (shown via the debugger) is actually the mask string "___.__" not "", so you have to test for the mask string being intact to indicate that there has been no data entry.
Regards
Al