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.

Go to previous layout

Featured Replies

Is there a script that when run, no matter what layout you are on, will go back to the previous layout, no matter what the previous layout may be?

LR

Set a field to the status(currentlayout) when on the layout you'll want to go back to, and then use the Go To Layout[by field] to go to that layout.

Or if you mean the layout you started on, there is the Go To Layout [ orignal layout] (in case you missed that one)

HTH

Sure, I use this technique for better navigational systems (with back buttons and all). The only problem is that you need to control navigation between layouts which means removing the status bar and using buttons/scripts to switch between layouts.

Create a global field (number) that will contain the previous layout number. Create buttons/scripts to go to other layouts. Each button should trigger a script that will first set the global field to the current layout number then go to the layout:

Set Field (gPreviousLayout) to Status(CurrentLayoutNumber)

Go To Layout (whatever)

The back button script will simply go to layout by number ???

Go To Layout (by Number) gPreviousLayout

That is the simple answer....

I am having crazy ideas on what one could do to push this system even further.

You could, for example, use a global TEXT field to contain the previous layout number history. Then you would concatenate the number (and a separator if you have more than 10 layouts) to the text field. You would also need a global number field to keep the position in the history. This way one could keep complete history making it possible, with appropriate scripting of the navigational buttons, to use unlimited back and forward buttons just like in an Internet browser.

The possibilities are endless....

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.