Jump to content

This topic is 8176 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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">

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.