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