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.

go back to previous layout

Featured Replies

My database has about 100 layouts and involves a lot of "jumping about".. The user has to return to a main navigation pge to get around. It would be helpful if I could include a "go back to previous layout " button on each layout. Answers in words of one syllable please, be gentle, I'm a novice!!!

If you switch layouts via buttons, you can create a global field. Then script each button to put the current layout name into the global field

Set Field ["gLayout", "Status(CurrentLayoutNumber)"]

then go to the layout you want to go to.

To return, script a button with the "Go To Layout" command, specifying a "layout number from field", and then choose the global field. That will take you to the last layout number placed in the global field.

Dan,

Good idea, but repetitive strain injury coming on!

Instead create a script for remember original layout, and place at the top of the script list temporarily.

Set Field ["gLayout", "Status(CurrentLayoutNumber)"]

Then perform this from each layout button.

Saves a lot of Set Field, choose the field, set the options.

Just add perform script to the top of each layout script.

Just a thought.

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.