when I display a table it only shows 2 records per page. If I have 20 records to display I the webclient show records 1 and 2 on the page and
,< << 1,2,3,4,5 >> > which allows you to navigate to the other pages that contain the other records.
Is there a play to defind the number of records to display on each page.
Armando,
WC will try to “draw” as many body parts as possible in the VISIBLE space provided. When that number is reached, it uses the paging stuff.
At this point it’s impossible to manually specify the number of rows to show.
If you make your body part larger in developer, more records will be shown in the webclient.
Paul
Thank you both! That worked like a charm!!!