December 29, 200619 yr I have a simple problem (I hope). I wish to validate e-mail addresses. I just want to do a simple search that tells me all the addresses that do not have the form: "[email protected]" I was hoping to accomplish this by doing a search, something like *@*.* ...however, the @ is a wildcard from what I understand. Any ideas how I can do this?
December 29, 200619 yr Hi as you have the Advanced version of FMP 8, you can use a custom function like this.
December 29, 200619 yr The "@" character is a "character with special meaning" when defining search criteria, so it needs to be escaped. See Help > Finding, sorting, and replacing data > Finding records > Finding text and characters.
January 3, 200719 yr Author The custom function works great. Thanks! Edited January 3, 200719 yr by Guest
February 16, 200718 yr Newbies ... like this Thanks for the tips, but I just don't know how to validate an email entry field with an extensive error message using IsEmailValid. The only thing I succeed to do for now is to create a button next to the field that call a script using IsEmailValid to correctly display errors. Thanks
February 16, 200718 yr Newbies you don't need a script, but only a calculation, result text Wow, Thanks, I got it, it was to simple for my head scratching session; " Auto-enter, Calculate Value, Do not replace..."
Create an account or sign in to comment