NotSoVisual
Technical User
I have an edit mask that looks like this:
##.##.##.##.##
(It is the traditional way that archaeologists represent Maya Long Counts)
The five 2 digit numbers have various ranges. When the user is finished with the entry (press cmdEnter) I check to see if the various ranges are correct I notify with msgbox and set the focus back to the editmask.
I would like to set the focus back to the incorrect pair but do not know how. Can you help?
##.##.##.##.##
(It is the traditional way that archaeologists represent Maya Long Counts)
The five 2 digit numbers have various ranges. When the user is finished with the entry (press cmdEnter) I check to see if the various ranges are correct I notify with msgbox and set the focus back to the editmask.
I would like to set the focus back to the incorrect pair but do not know how. Can you help?