Hi, For your case, I would override method executeQuery() in the form datasource and then call method next() like this:
public void executeQuery()
{
super();
this.next();
}
Regards,
Aji Sarosa
daniele.selvi wrote:
> Hi all,
> When I open my form, the first record is selected.
> what can I do, after clicking a button, to focus the next record on
> the form ?
> Thanks in advance..
> Byez.
> Daniele.
>

