Please enable JavaScript to view this site.

ESL Documentation

Navigation: » No topics above this level «

Q3 How can I initialize an Entry Field that uses Masked validation?

Scroll Prev Top Next More

To initialize, or clear and reinitialize masked entry fields, you will need to change the text of the entry field to the mask value. For a social security entry field, code:

FAQs_Language_Q03_1

You could also keep the mask format in the parameter of the entry field or use a variable to store it. The following routine demonstrates how a complete dialog of entry fields can be initialized, by setting the parameter of each entry to the required value:

FAQs_Language_Q03_2