Taro Posted January 2, 2002 Posted January 2, 2002 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..
Steven H. Blackwell Posted January 2, 2002 Posted January 2, 2002 See if there is a CDML tag that reads something like [max=25] and change it to [max=50]. HTH Old Advance Man
Anatoli Posted January 3, 2002 Posted January 3, 2002 Above 25 records per page things are getting slower. It also depends on size of server data of course.
Keith M. Davie Posted January 3, 2002 Posted January 3, 2002 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
Recommended Posts
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