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 database with both software and non-software assets in it. i was told to keep it in the same table within the same database but with two different layouts. as it is now, there are the two layouts which i have a button to switch between when i get to something that looks like software to see it in the right form.

i was wondering...is there a way to set up a filter or something so that if someone was going through all the assets...if it got to a software asset, it would display it in the software form, and if it got to a non-software asset, it would display it in that form?

i am new to filemaker...i have done a little scripting in it so far, but i can't really see where to go with this.

thanks.

If you script the navigation, i.e. make your own "forward" and "back" buttons, the script is pretty straightforward. You can use a single script with a separate script parameter for each button:

// First go to the next or previous record

If [ Get ( ScriptParameter ) = "forward" ]

. Go to record [next]

Else

. Go to record [previous]

End If

// Now look at the category field and change layout

If [ asset = "software" ]

. Go to layout [ software ]

Else

. Go to layout [ non-software ]

End If

  • Author

Thank you so much :) it worked.

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.