G
Guest
I have a form with a text box and the format set to percentage.
If the user enters .2 then the textbox will display 20% (as expected).
I would like to adjust this so that the user can type 20 and the textbox
will display 20%.
Can I run an event tocatch the input and divide by 100....
Bruce.
If the user enters .2 then the textbox will display 20% (as expected).
I would like to adjust this so that the user can type 20 and the textbox
will display 20%.
Can I run an event tocatch the input and divide by 100....
Bruce.