PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Re: [5.5] Test for blank with input mask
Re: [5.5] Test for blank with input mask
Débuté par Al, 22 juin 2003 15:25 - Aucune réponse
Posté le 22 juin 2003 - 15:25
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