Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

  • Newbies
Posted

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!

  • Newbies
Posted

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

This topic is 8712 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.