FilemakerKid Posted April 14, 2003 Posted April 14, 2003 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
Garry Claridge Posted April 14, 2003 Posted April 14, 2003 Are you using the [FMP-Record] and [/FMP-Record] tags in your Format file? Good Luck. Garry
FilemakerKid Posted April 14, 2003 Author Posted April 14, 2003 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
FilemakerKid Posted April 14, 2003 Author Posted April 14, 2003 Hi Garry, Just solved it. Thanks a million........ See what you mean about your statement
Recommended Posts
This topic is 7963 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 accountSign in
Already have an account? Sign in here.
Sign In Now