April 6, 200421 yr Newbies I want to display FileMaker Pro data. But there's so many that I need to have them on several Web pages (let's say 10 items per page). How can I do that? Thanx for your help Platform: Mac OS 9
April 6, 200421 yr Hi You can use the -Max tag to define maximum number of records to display pr. page (in your case 10). Each 10 records is called a set of records. Now you can use the [FMP-LinkNext] and [FMP-LinkPrevious] CDML tags to navigate through the different pages (sets) of records. To create a link to the next set of records use this code in the HTML file containing the CDML for displaying the search result: [FMP-LinkNext] Click here to display the next 10 records [/FMP-LinkNext] THe same goes for previous set. Good luck! BLeppe
Create an account or sign in to comment