"Return" causes strange things

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a continious form with one field being a text box.
If I place the cursor in data that is already in the box and press return
the data disappears. If I go to another field part of the data returns.
What is the "return" doing to my data?

Thanks in advance...
 
It's entering a new line in the data .... the data are not disappearing.
Check the Enter Key Behavior property for the Textbox, and change it to what
you want to happen when a user presses the Enter key.
 
Back
Top