textfield and textarea

I have a form with a text area on top of that form. I open the form in a Dialog.

Now I have two issues in one that I want to turn into a feature request although I don’t know what that should be :?

First: let’s say I only fill that text area with content and no other fields. When I now exit that form by closing it, the content of the field is lost since I didn’t exit the field…

Second: A logical way to exit that field would be by tabbing out of it. I can’t do this because it is a text area. But In fact I only needed a multiline textfield…

So the second one is simple: can you give us a multiline textfield? Or give us a property ‘acceptTab’?

The first one is less simple I guess…

We better do a saveData on close of formDialog I think…

We cannot reproduce your problem since the data is always saved on dialog close.

Jan, I found out, while rebuilding my situation in a test, that you are right but…

Download the example and do as described:

  1. select a record and click the button
  2. click the button in the dialog
  3. change the content of the field without enter
  4. see what happens with the content of both fields on form 1 and 2

The issue I have is that I need the view to be in form 2…

  1. do change to what you made them… so what is the problem?

Jan, I will check if I can adjust the example to be more accurate. I do have a problem here… Don’t you see anything going wrong?

No problems, what do you see happening?
in our test on your solution all changes in fields are reflected in all forms.

Not in my case. The first form gets updated, the second form (first dialog) does not at first sight!

I am now ‘playing’ with my original application (it is really too difficult to emulate it in another app) and I find that doing a simple application.beep() at the onLostFocus event saves the content of the field!!! HEY and even when I rem that line (‘//’) it works now :?

I really don’t understand (&(& about this because the same situation works if I don’t call a dialog…