September 13, 200223 yr For some reason my -db value does not end up in the search string when executed on a PC but on the mac it is fine. (hosted from FMP6) <form action="FMPro" method="post"> <strong>SEARCH</strong> <input type="hidden" name="-db" value="Client_Accounts.fp5"> <input type="hidden" name="-lay" value="Edit"> <input type="hidden" name="-error" value="result.html"> <input type="hidden" name="-format" value="result.html"> <input type="hidden" name="-LOP" value=AND> <input type="hidden" name="-SortOrder" value="Ascending"> <input type="hidden" name="-SortField" value="ac_CompanySortName">
September 13, 200223 yr This may be either a Case Sensitivity problem or a suffix (.fp5) problem. Try a couple of experiments with these. Good Luck. Garry
September 13, 200223 yr Unrelated to your problem, but worth noting: the SortField tag should precede the SortOrder tag. You might also want to enclose the AND in quotation marks, since that's the pattern you're using for the other form items.
Create an account or sign in to comment