Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Search field as "Equal" only (hidden value)

Featured Replies

Hello, I really need some assistance with a search problem. I have a text field the user uses to search from a specific field only. I only want the result to be "Equal". The only method that I can get to work is by using options pop-up, to me this looks to amateur. I would like to have the "Equal" value hidden. I've searched the forum and tried different things ( <input TYPE="hidden" NAME="-op" VALUE="eq"> or <input TYPE="hidden" NAME="-op" VALUE="="> and <input TYPE="hidden" NAME="-op" VALUE="==">) which none have worked. Here is what I currently have

<form action="/FMPro" method="post">

<SELECT NAME="-op">

<OPTION SELECTED>equals

</SELECT>

<input type="text" name="modify_record_search" size=50>

<input type="submit" name="-find" value="Search" size=30>

<input type="hidden" name="-db" value="01_Printer_db.fp5">

<input type="hidden" name="-lay" value="PrinterLayout">

<input type="hidden" name="-format" value="/printer_db/DetailPrinter_modify.html">

</form>

any help that could be provided would be greatly appreciated.

Paul

I think that the order of the <inputs> matter since ur trying to generate the "finding URL" so

put the <input type="submit" name="-find" value="Search" size=30>

as the last...the things u tried will work.

If I am wrong -> someone will correct me wink.gif .....afterall

"<form action="/FMPro" method="post">" ?????

<form action="FMPro" method="post">

  • Author

"/" was missed from my cleaning up of this post.

  • Author

Leb i Sol - thanks (you were correct), I saw what the problem was, I had the hidden down at the bottom of the form instead of before the field.

paul

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.