January 2, 200224 yr 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..
January 2, 200224 yr See if there is a CDML tag that reads something like [max=25] and change it to [max=50]. HTH Old Advance Man
January 3, 200224 yr Above 25 records per page things are getting slower. It also depends on size of server data of course.
January 3, 200224 yr 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
Create an account or sign in to comment