is there someone can help me to better understand about INPUTMASK?
I've used this (piece) of code
Code: Select all
DEFINE TEXTBOX <ControlName>
ROW ...
COL ...
....
INPUTMASK '999-999-999'
ONENTER TestField()
Code: Select all
MsgStop(Hb_ValToExp(LEN(ALLTRIM(FormName.ControlName.Value))))
The situation it's the same if (but I think it's wrong code) I add
Code: Select all
MAXLENGHTMany thanks