editText
- Posted by George Walters <gwalters at sc.rr.com> Jul 24, 2003
- 427 views
Is there an input mask capability for editText controls? In particular I would like to input a date and have the slashes for the mask....i.e "xx/xx/xx". I've written a rtn to capture change and do it myself but it's a little dorky. and also I haven't had much luck getting this to work... winIdDate = create(MonthCalendar,"Date Selection",mainWindow,wx,wy,wl,wh,0) openWindow(winIdDate, Modal) george