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.

Featured Replies

  • Newbies

I have a database where users log in with a username and their email address. The only problem is the "@" in the email address. When I perform a find in the database, the "@" is a special character and filemaker will not find any records. For example: if the email address is stored in the database as [email protected], I can do a find on "test" and I am able to find and display the record, but a find on "[email protected]" gives me a "format file not found error". How can I get around this frustration? Argh!

Just guessing - did you tried the URL encodings?

  • Author
  • Newbies

This is the code I am using:

<form action="http://fmserver.com/FMPro" method="POST">

<input type="hidden" name="-db" value="customers"><input type="hidden" name="-format" value="portfolio.html"><input type="hidden" name="-error" value="badpass.html"><input type="hidden" name="-lay" value="ENTRY"><br>

Please enter your Customer Number<BR>

<input type="text" name="customer number" size="24">

Please enter your email address<BR>

<input type="text" name="email" size="24">

<input type="submit" value="Search" name="-Find">

I've found, that FM does not like to search for email address containing the '@' character.

Try to insert the = or == before the search.

Put speech marks around the email address

ie "[email protected]"

This works on my site

Simon Pennington

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.