Skip 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.

auto install script if missing

Featured Replies

I am reluctantly about to incorporate a plugin into my solution. But since I must, I would like FMP to be able to install it on any machine that does not have it.

So here are the required steps.

1. check for pluin (do a version check)

2. if error, export zipped plugin from container field, into FMP extension folder.

3. trigger apple script to unzip file.

Then I would have a message for the user to quit and restart app.

Has anyone seen a solution such as this?

Read up on the features of FM Server. I think it's called auto-update.

  • 2 weeks later...
  • Author

The thing is I do not have access to the server. So here is what I came up with.

- the plugin is stored, zip format in a container field.

- the following script runs at startup.

* Set Variable [ $$zip; Value:zippScript_Version ]

* If [ $$zip= "?" ]

* Show Custom Dialog [ Message: "A plugin needs to be installed for application to run properly. Once installed, you will need to relaunch Filemaker Pro."; Buttons: “OK” ]

* Set Variable [ $$ext; Value:Get(FileMakerPath) & "Extensions/zippit.zip" ]

* New Window [ Height: 10; Width: 10 ]

* Go to Layout [ “file” (file) ]

* Export Field Contents [ file::file; “$$ext”; Automatically open ]

* Close Window [ Current Window ]

* Show Custom Dialog [ Message: "Plugin install sucessfull, you can relaunch Filemaker Pro."; Buttons: “Quit” ]

* Exit Application

* End If

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

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.