Problem with element.xxx.requestFocus()

Hi

I have a listForm and i am generating a new record in the foundset. Now i doing after generating the record element.xxx.requestFocus() in the insert method. And the curser jumps to the element of the record.

But when having more then 60 Records in the form it does not jump to the element of the record it jumps to the first record of the list. But when i debug the method the right element is given to me and when doing element.xxx.requestFocus() on this element it jumps to the first record.

How can this be? And this happens only when having more then 60 Records.

Regards,
Stef

Servoy’s grids/lists are not up to the task of predictably selecting an object in a particular row. Ways to get around this in web client but there are side effects. Basically, Servoy’s grids are pretty old at this point. We’ve switched to using slick grid for all of our grids.

But is there a solution for this Problem oder can it only be solved by not using it?

So it seems that there is no solution for this Problem? And we have to life with it?

Regards,
Stef

did you file a case?

Yes I filled a case.