Optional Input mask

  • Thread starter Thread starter albert.repasky
  • Start date Start date
A

albert.repasky

I have a field for Employee ID. I need to have the field have 3
different input masks. Can I do this in the table or do I have to do
this on the form and an event? If on an event, which event should I
use? The click event?

Thanks,
Arep
 
I don't generally use input masks. However, you might need to do this in the
form control. The event used to set the different input mask depends on your
business rules. We don't have any clue regarding why you need three or what
triggers this.
 
Back
Top