TableView requestFocus of field

hi,

I have the following question:

On a tableview (or listview) I add a new record. How can i set the focus to the first textbox of that newly record?
I tried calling requestFocus on the name of that element, but that doesn’t work.

Any other solution?

Thanks.

To be more precisely:

I have a formDialog open, in which I’m adding the newRecord to the underlying form.
When the formDialog is closed, the focus should be set to the first textbox of the added record.

There is no-one who has had same problem in web-client?

Hanging a bit on this issue!