Hi,
in my app I got 2 forms, on form1 I got 1 Multiline Textbox and form 2 I got Multiline textboxes. The problem I have is that when I edit text in one of the Textboxes on form2 and press enter the program jumps to the textbox on form1.
I've tried set.focus, and that didn't help.

What to do?