rivet Posted September 13, 2002 Posted September 13, 2002 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">
Garry Claridge Posted September 13, 2002 Posted September 13, 2002 This may be either a Case Sensitivity problem or a suffix (.fp5) problem. Try a couple of experiments with these. Good Luck. Garry
The Bridge Posted September 13, 2002 Posted September 13, 2002 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.
Recommended Posts
This topic is 8176 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