Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I am coding a simple search engine and when I search my database it will only display the first 25 records... and I need it to be able to do 50. I am using the [FMP-record] [/FMP-record] loop.

1. Is there any way to make it just go through that loop 50 times? Is there a setting I can set?

2. If not, is there a way to set [FMP-Record] to do records 1-25 first and then 26-50?

Thanks for your help in advance..

Posted

Anatoli is correct that it gets slower. I would add that 50 records would be likely to involve a bit of scrolling which is not the best design. Limit the number which are displayed and use the cdml linknext linkprevious tags (or whatever they are, I'm writing this off the top of my head, use the cdml reference.fp5).

SIMPLIFY ...

Keith

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