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.

Windows Scripting

Featured Replies

Hi All,

is there a way to find out if a particular db on the fmserver is open?

basically I want to do the following...

if (dbtest.fp5 is OPEN on the server) then ....

else

msg="the db is closed for repairs"...

Please Help

Zeina confused.gifconfused.gifconfused.gif

Create a script in the server file with one script step: Close[].

In your other file create this script:

Allow user abort [Off]

Set Error Capture [On]

Perform script [sub-scripts, External "dbtest.fp5" {close script above}]

If [status(CurrentError) <> 0

Show Message ["The database is closed for repairs"]

{Whatever other action would go here}

Else

Perform script [sub-scripts, External "dbtest.fp5" {Open script}]

{If this is an opener file} Close []

End If

  • Author

Thanks this is awesome...

next question from a filemaker 6 db can I call an external script residing in a filemaker 7 db?

or vice versa?

Z

Nope. At least not natively from either direction. Never tried doing it through some other application, if that is even possible.

  • Author

Thanks Roger,

I imagine it can be done via scripting...i'll be testing that today

thanks

Z

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.