After FM18, the app was renamed to just "FileMaker Pro". Any existing code that references "FileMaker Pro 18 Advanced" (or something like that), should be updated to either just "FileMaker Pro", or modified to check for the following:
- If frontmost app's name contains "FileMaker", then talk to that application process, or
- If any active/running app's name contains "FileMaker", then talk to that application process, or
- Talk to (and thus probably launch) an app named "FileMaker Pro".
After FM18, the app was renamed to just "FileMaker Pro". Any existing code that references "FileMaker Pro 18 Advanced" (or something like that), should be updated to either just "FileMaker Pro", or modified to check for the following: