Jump to content

This topic is 7606 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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

Posted

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

This topic is 7606 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.