First text box in form not working right

  • Thread starter Thread starter Jack
  • Start date Start date
J

Jack

I have a form with three text boxes each initialized with an integer. No
problem. When the program is running I type in the first text box (which
has the number 12 which is also not highlighted) the number 25 and press
enter. Instead of showing 25 the text box shows 1225. Everything works as
it should when I type into the remaining text boxes i.e.. I get a
highlighted number which is overwritten by the number I typed in.

How can I fix this? What is happening?
 
if this is the situation when the form is shown, set the tabindex property
of the first textbox to 0, the second textbox to 1 and the third textbox to
2.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top