Jump to content

next and previous


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

Recommended Posts

No need for you to worry about all this stuff. Just use the [FMP-LinkPrevious] and [FMP-LinkNext] CDML tags.

These are used thus:

[FMP-LinkNext]Next Record[/FMP-LinkNext]

Link to comment
Share on other sites

I want to navigate between records with a next and previous link. However, with the first list of records the "previous link" has to be omitted and with the last records the "next link". For the "previous link" I use the code:

[FMP-If: RangeStart .gt. 1] previous [/FMP-If]

This works.

For the "next link" I want to use the code:

[FMP-If: RangeEnd .lt. CurrentFoundCount] next [/FMP-If]

This does not work. Is there an error or another way around that I seem to be missing?

------------------

Link to comment
Share on other sites

This topic is 8581 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.