Previous | Next | (P-PDF) General
Topic: Re: input mask (Via Email)
Conf: (P-PDF) General, Msg: 89331
From: prodok
Date: 6/7/2003 03:15 PM
You would do this best either in the Validate event, or in the
Keystroke event when willCommit is true. You would check for the
length and structure of the event.value, and let the event succeed or
fail accordingly.
Hope, this can help.
Max Wyss
PRODOK Engineering
Low Paper workflows, Smart documents, PDF forms
CH-8906 Bonstetten, Switzerland
Fax: +41 1 700 20 37
or +1 815 425 6566
e-mail: mailto:max@prodok.com
http://www.prodok.com
[ Building Bridges for Information ]
______________________
>I would like to use an input mask for text field.
>I want to use this format: xxx-xxx where x are numbers
>
>How can I force users to complete the field in that format?
>
>
>
>