Jump to content

web_creations

Newbies
  • Posts

    2
  • Joined

  • Last visited

web_creations's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. 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">
  2. 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 test@test.com, I can do a find on "test" and I am able to find and display the record, but a find on "test@test.com" gives me a "format file not found error". How can I get around this frustration? Argh!
×
×
  • Create New...

Important Information

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