April 14, 200322 yr Hello All, I have a problem using the MAX code. I would like to display 20 records in my list view. Here is my code at the moment. <form name="form1" method="post" action="fmpro"> <p> <input name="-db" type="hidden" value="Name of My Database System"> <input name="-lay" type="hidden" value="WEB"> <input name="-format" type="hidden" value="site1Results.html"> <input name="-error" type="hidden" value="site1error.html"> <input type="hidden" name="-max" value="20"> <input name="-sortfield" type="hidden" value="Dealer_Name"> <input type="hidden" name="-sortorder" value="ascending"> When it displays my results it only shows 1 record in my list view when there are hundreds. I have also placed a show all button. When clicking that my counter shows me that amount of records i have but will not display it in my list. Please help on this issue, it's driving me crazy. Regards, Martin
April 14, 200322 yr Are you using the [FMP-Record] and [/FMP-Record] tags in your Format file? Good Luck. Garry
April 14, 200322 yr Author Hi Garry, Not on my Search page. On my Results page i have the following [fmp-linkprevious] [fmp-linkfirst] Etc Etc. Do i need to add something in my search page to display the found 20 records on my result page : Martin
April 14, 200322 yr Author Hi Garry, Just solved it. Thanks a million........ See what you mean about your statement
Create an account or sign in to comment