-
I'm having a problem with the MaskEdBox and I just cannot get the thing sorted. I've got it linked to a field which is set as a date field, now it all works fine till I try and put a mask to it, then I get all kinds of bound error message, anyone know how to sort this.
It displays the data when there is no mask. The data is stored as dd/mm/yy and displayed as dd/mmm/yyyy, which works fine, but I want people to enter a date as dd/mm/yy
Help!!!
-
<?>
looks to me like you need 2 masks
and a toggle between input and output.
If reading the file
mskMYMASK = "11/2222/33"
or
when accepting input
myMASK = "11/22/33"
else
two boxes, one visible on display and not on input
and vice versa.