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.

Continue a script

Featured Replies

  • Newbies

fileMaker 5.5: I would like to pause a script so the user can make a selection by clicking a button on the screen. I would like this button to take some action but to then continue the paused script. How can I do this? It seems that the only way to continue a paused script is to click the continue icon in the status area.

In Layout mode, select the button, then go to Format -> Button... and you'll find a pull-down selector that says "Pause current script." Change that to "Continue" and the script will resume when the button is clicked.

-Stanley

  • Author
  • Newbies

This sounds close to what I want to do. However, I want the button that I click to run a script and then continue the script that opened and paused the screen.

It sounds like you want all this to happen on the same layout. If so, what you do is actually create two nearly identical layouts - the only difference being that on the first one, the button starts the script. Then, when you reach the point you want to pause, you switch to the other layout. In this second layout, the button simply resumes the script. Otherwise they're identical. You might want to change the text or icon on the button to reflect what's happening.

-Stanley

I may be wrong but you could also control the script triggered with a global field. You'd need to keep the settings of the button to "continue" as Stanley said

g_ControlScript (global, number)

The script could go

SetField (g_ControlScript ,Abs(g_ControlScript -1))

If (g_ControlScript =1)

Do some other things

Else

Pause/Resume

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.