Newbies pduvoisin Posted April 6, 2004 Newbies Posted April 6, 2004 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
Bleppe Posted April 6, 2004 Posted April 6, 2004 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
Recommended Posts
This topic is 7874 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now