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 have 2 files, say PARENTS and CHILDREN. I create a script in PARENTS that says go to a script in CHILDREN. The script in goes to in children gets records, sorts them and goes to a particular screen. The end of this process is to have the user in that final screen in CHILDREN. What's happening is, the script in PARENTS runs the script in CHILDREN except it returns to the screen in PARENTS. How do I get it to stay in the screen in CHILDREN? By the way, I'm running FM7.

Mike

Hi,

Add the script step "Exit Script" or "Halt Script" at the end of the script in the child and the script will end with the child record in focus.

HTH

Tim

Exit Script would not work for this, as it only exits the sub-script. And while Halt Script may work (depending on how the focus is being set), it may cause some undesirable consequences, like not completing something else in the Parent script. Exit Script and Halt Script by themselves do not change the focus.

To change the focus, you should use the Select Window [ ] script step to either set the focus to the Child window explicitly, or in the Child script use Select Window [ current window ].

  • Author

THANKS! It worked. By the way, if you have the time, could you explain this "focus" issue?

Mike

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.