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.

Featured Replies

I would like to create a script to open a popup window with information and freeze that window, until the user closes it.  I saw a post on this forum a month or so ago detailing best practice for just that but cannot find it.  Can someone please help.  Freeze window does not work, unless I pause the script.  If I pause the script, do I need a second script to exit the script and close the window?

 

Thanks,

 

Bill

  • Newbies

If you pause the script indefinately, you can simply put a button on the pop-up sceen to Resume Script. Just make sure that the users can't navigate around to other layouts, or else the script may never continue.

  • Newbies

Depending on what you want the pop-up/user to do, you could also use a Custom Dialog script step, but I, for one, couldn't advise without more info.

FYI, FileMaker 12 introduced "Specify Advanced Style" for new windows, which lets us make modal windows natively.

If you're still on FileMaker 10, then yes, you need to pause the script. If you have the toolbar showing, then the user will see a "continue" button. If Allow Abort is ON -- by default it is -- they will also see a "cancel" button. So turn abort OFF, and consider hiding/locking the toolbar.

You don't necessarily need a second script. Just make a button and set it to "Resume Script."

You may find it easier to handle this with custom menus. Either install the menu set in your script, or make it the default of your popup window's layout. In your menu set, assign the Close command to a script of your choice, which might just do nothing at all. This method won't prevent users from clicking on the background window, though. It just forces them to close the window via your button.

Note:

Freeze window is used "to hide actions from the user while FileMaker Pro performs the remainder of the script" -- e.g. if you're moving to different layouts or records for processing data, stuff the user doesn't need to see.

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.