How to display records one by one by using next prev buttons

shareefck 16 Dec, 2010
When I create recordset with ChronoConnectivity, it display all the records in one page itself. Is there anyway to display the records in one by one using 'first prev next last' buttons? thaks in advance.
Shareef
GreyHead 16 Dec, 2010
Hi Shareef,

ChronoConnectivity is designed to show a list of results. You could set the number of rows to one to get this effect but you might be better using a ChronoForm to display a single record and add link buttons to the previous and next. You'd need to devise a way of defining which the next record is though.

Bob
scott1137 16 Dec, 2010
Bob & Shareef,

I am having same or similar issue. Client would like to be able to print out one record at a time.

Please post if you find a way to 'devise a way of defining which the next record is.'

Also, two other issues we're working around:

1. An easy way for her to print the reports - like a print button.

2. A way for her to change the font size for printing. However she's printing they are coming out too small for her. When I copy to Word the records are 12 pt.

Thanks,

Scott
GreyHead 16 Dec, 2010
Hi Scott,

There are a couple of threads here on adding print buttons to pages.

I'd suggest that you add some print CSS to change the font-size and hide any unwanted elements in the page.

Bob
This topic is locked and no more replies can be posted.