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.

Mutliple Portal Highlighting solutions

Featured Replies

See attached. I have used a technique I found for highlighting a current row but as soon as you go to the row of another portal it lose its focus there.

Is there anyway of making these portal stay highlighted as you move across them?

Any help would be great

Thanks

mutilple_portals.zip

Well naturally Status(CurrentPortalRow) can only work when your cursor is in that row. But that script you're using doesn't even really do anything, except the step Go to portal row (Select, ...) -- it's the Select that is highlighting the row.

What I would probably do is set a container field in the related file. This is usually done by storing a highlight color in a global container, then setting another global field to the selected record's serial number (assuming you have a field set up to auto-enter unique serial numbers), and using a calculated container as the actual highlight:

Case( gSelectedID = theSelectedRecordID, gHighlight )

So, clicking on a row would trigger a script to set the global field (gSelectedID) to the related record's ID (theSelectedRecordID).

Another technique can be found here. It actually highlights the text rather than the background, but would be easy enough to adapt. The bigger difference is that it loops through all the portal records and uses extra fields in the parent file, rather than the related file.

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.