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 a file with quite a few layouts - they will typically be viewed in order. I want to create a prev and next button - the prev button does a go to previous layout and the next button does a go to next layout - what is the easiest way to do this with scripting?

From the help file:

Go to Layout [""]

Options

Specify lets you choose the target layout. For Specify, you can:

choose the original layout. The original layout is the active layout when the script is initiated.

choose a specific layout by name from the list of layouts you've defined in your file.

choose Layout Name by calculation, and use the Specify Calculation dialog box to create a formula whose result is a valid layout name.

choose Layout Number by calculation, and use the Specify Calculation dialog box to create a formula whose result is a valid layout number. (Layout numbers correspond to the order of the layouts in the file.)

So you need a way to track which layout the user is on (global number field) and add or subtract 1 when the user clicks next or previous button respectively (meaning create a script to trigger for each button). You also want to check if the value is greater than the highest layout number or lower than the lowest layout number and adjust accordingly.

So three scripts:

Next - adds 1 to the global field

Previous - subtracts one from global field

ShowLayout - goes to layout by number = MyGlobalLayoutNumberField

i figured i'd give my 2 cents in to the mix and fyi if you want you could jus use buttons and specify them to "gotolayout" and just put "<<", "previous", ">>", "next" as the text for hte button, that way you don't junk up your script menu with minor tasks

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.