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.

Finding "bad" emails with AS in Filemaker

Featured Replies

I have a list of bounced emails that I want to purge from Filemaker and have found a (maybe) strange thing...

First, I know the email address exists in the FM stack and lives in cell 32

this is my script....

global TheList

tell application "FileMaker Pro"

tell application "BBEdit"

set TheList to {}

--set TheList to file "textList"

set TheList to the text of window 1

--set TheList to every word of TheList

end tell

-- set TheList to {[email protected], [email protected], [email protected]}

delete every request

repeat with i from 1 to the length of TheList

set newReq to create request

set cell 32 of newReq to item i of TheList

end repeat

find -- perform find requests

end tell

I run the script with no found records....however when i try to manually "find" a single email i get nothing unless - I "find" as literal text("") in filemaker.

Is there a way to perform an FM literal text "find" in a repeat loop?

TIA

Chas

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.