pjohns
28th April 2009, 14:24
Hello,

I have a customised session which when I search for a record does not display all available records on the page.

I have five records in the underlying customised table. When I perform a search from the session for record A only three of the five are displayed. To view the remaining two records I need to scroll up.

What should I look at to resolve this?

thanks

PJ

mark_h
28th April 2009, 15:32
Try executing first.set after the find. I have had to use execute(first.set) after the find in one of my custom sessions.